- Created by PAYONE Admin, last modified by BS PAYONE on 2019-06-18
Introduction
The request "capture" includes the booking that was previously set up using the "preauthorization" request. According to the type of payment, specific functions are carried out.
This request is only available in the "Shop" version.
Credit card | The card is now charged using the reserved amount
|
Debit payment | Debit is carried out immediately
|
Online transfer | No additional financial action if necessary, the overpaid amount can be refunded |
e-wallet | Customer's e-wallet account is now being charged
|
Prepayment | No additional financial action if necessary, the overpaid amount can be refunded |
Invoice | No additional financial action |
Cash on delivery | No additional financial action |
PAYONE Business
With the "capture" request the request is now booked to the transaction account.
Request "capture" | |||||||||||||||||||
Common Parameter | Required | Format | Short explanation | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | Format | ||||||||||||||||||
o | Sequence number for this transaction within the payment process (1..n), e.g. PreAuthorization: 0, 1. Capture: 1, 2. Capture: 2 Required for multi partial capture (starting with the 2nd capture) Format Permitted values | ||||||||||||||||||
+ | Specifies the total gross amount of a payment transaction. Value is given in smallest currency unit, e.g. Cent of Euro; Pence of Pound sterling; Öre of Swedish krona. The amount must be less than or equal to the amount of the corresponding booking. Format Permitted values | ||||||||||||||||||
+ | Specifies currency for this transaction Format LIST Permitted values ISO 4217 (currencies) 3-letter-codes Samples EUR USD GBP | ||||||||||||||||||
- | Dynamic text element on account statements Format (3 lines with 27 characters each) and credit card statements. | ||||||||||||||||||
Parameter ( PAYONE Business ) | |||||||||||||||||||
- | Format | ||||||||||||||||||
- | Format | ||||||||||||||||||
- | Format | ||||||||||||||||||
- | Format | ||||||||||||||||||
- | Due date (Unixtimestamp) Format | ||||||||||||||||||
Parameter ( BillSAFE, Klarna, module Invoicing ) | |||||||||||||||||||
- | Format Payment specific: PDT | ||||||||||||||||||
- | Merchant's invoice number Format | ||||||||||||||||||
- | Parameter defines how documents like invoice, credit notes and reminders should be sent to the customer. Format M Postal Mail P PDF (via email) N no delivery | ||||||||||||||||||
- | Format | ||||||||||||||||||
- | Format | ||||||||||||||||||
- | Format | ||||||||||||||||||
+ | Parameter it[n] specifies the item type of a shopping cart item. Format LIST Array Array elements [n] starting with [1]; serially numbered; max [400]
| ||||||||||||||||||
+ | Format Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
+ | Unit gross price of the item in smallest unit! e.g. cent Format NUMERIC(10) max. 19 999 999 99 Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
+ | Format Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
+ | Description of this item. Will be printed on documents to customer. Format Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
- | Format Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
- | Format Array Array elements [n] starting with [1]; serially numbered; max [400] | ||||||||||||||||||
- | Format Array Array elements [n] starting with [1]; serially numbered; max [400] |
Response "capture" | ||||||||||
Common Parameter | Required | Format | Comment | |||||||
---|---|---|---|---|---|---|---|---|---|---|
status | + | Default | APPROVED / PENDING / ERROR | |||||||
Parameter (APPROVED) | ||||||||||
+ | Format | |||||||||
o | Format | |||||||||
Parameter (PENDING) | ||||||||||
+ | Format | |||||||||
+ | Format | |||||||||
Parameter (ERROR) | ||||||||||
+ | In case of error the PAYONE Platform returns an error code for your internal usage. Format | |||||||||
+ | In case of error the PAYONE Platform returns an error message for your internal usage. Format | |||||||||
Parameter ( invoice/cash on delivery ) | ||||||||||
clearing_bankaccountholder | + | AN..35 | Recipient bank account holder | |||||||
clearing_bankcountry | + | Default | Recipient account type/ country (e.g. DE, AT, etc.) | |||||||
clearing_bankaccount | + | AN..26 | Recipient account number | |||||||
clearing_bankcode | o | AN..11 | Recipient sort code | |||||||
clearing_bankiban | - | AN..35 | Recipient IBAN | |||||||
clearing_bankbic | - | AN..11 | Recipient BIC | |||||||
clearing_bankcity | - | AN..50 | Recipient city or bank | |||||||
clearing_bankname | - | AN..50 | Recipient bank name | |||||||
clearing_legalnote | o | AN..500 |
| |||||||
clearing_duedate | o | N..8 |
| |||||||
clearing_reference | o | AN..50 |
| |||||||
clearing_instructionnote | o | AN..200 | For KLV, KLS: A URL pointing to a PDF of the invoice (If invoice by post or by e-mail isn’t activated). The URL is valid for 30 days. | |||||||
Parameter ( direct debit ) | ||||||||||
mandate_identification | - | AN..35 | used mandate_identification for debit payment | |||||||
mandate_dateofsignature | - | N..8 | date when mandate has been created (format YYYYMMDD) | |||||||
creditor_identifier | - | AN..35 | used CID for debit payment | |||||||
creditor_name | - | AN..35 | as recorded in PAYONE Platform | |||||||
creditor_street | - | AN..35 | as recorded in PAYONE Platform | |||||||
creditor_zip | - | AN..10 | as recorded in PAYONE Platform | |||||||
creditor_city | - | AN..50 | as recorded in PAYONE Platform | |||||||
creditor_country | - | Default | Country (ISO 3166) | |||||||
creditor_email | - | AN..254 | as recorded in PAYONE Platform | |||||||
clearing_date | - | N..8 | only provided if due_time is not specified | |||||||
clearing_amount | - | N..10 | only provided if due_time is not specified |
Content
- No labels