The Payment Setup API enables you to simplify the management of complex payment flows that cover multiple payment methods.
For more information, see Accept a payment using the Payment Setup API.
Beta
Creates a Payment Setup.
To maximize the information available to the payment setup, create a Payment Setup as early as possible in the customer's journey. For example, create it the first time they land on the basket page.
| processing_channel_id required | string^(pc)_(\w{26})$ The processing channel to use for the payment. |
| amount required | number The payment amount, in the minor currency unit. |
| currency required | string The currency of the payment, as a three-letter ISO currency code. |
| payment_type | string Default: "Regular" The type of payment. You must provide this field for card payments in which the cardholder is not present. For example, if the transaction is a recurring payment, or a mail order/telephone order (MOTO) payment. |
| reference | string <= 80 characters A reference you can use to identify the payment. For example, an order number. |
| description | string <= 100 characters A description of the payment. |
object The payment methods that are enabled on your account and available for use. | |
object Settings for the Payment Setup. | |
object The customer's details. | |
object The customer's order details. | |
object (PaymentSetupBilling) The billing details for the payment. | |
object Industry-specific information. |
Payment Setup created.
The request is invalid. See the response body for details.
Authentication failed. Provide a valid API key or access token.
You do not have permission to create a Payment Setup.
One or more fields failed validation. See the response body for details.
{- "processing_channel_id": "pc_q4dbxom5jbgudnjzjpz7j2z6uq",
- "amount": 10000,
- "currency": "GBP",
- "payment_type": "Regular",
- "reference": "REF-0987-475",
- "description": "Set of 3 t-shirts",
- "payment_methods": {
- "instrument": {
- "id": "src_wmlfc3zttb4uzmk6snpwb43jbi"
}, - "klarna": {
- "initialization": "disabled"
}, - "stcpay": {
- "initialization": "disabled",
- "otp": "123456"
}, - "tabby": {
- "initialization": "disabled",
- "payment_types": [
- "pay_later"
]
}, - "qpay": {
- "national_id": "21234567890",
- "description": "string"
}, - "ideal": {
- "description": "2 t-shirts"
}, - "knet": {
- "language": "en"
}, - "bancontact": {
- "account_holder_name": "string"
}, - "alipay_cn": {
- "terminal_type": "web",
- "os_type": "android"
}, - "alipay_hk": {
- "terminal_type": "web",
- "os_type": "android"
}, - "gcash": {
- "terminal_type": "web",
- "os_type": "android"
}, - "tng": {
- "terminal_type": "web",
- "os_type": "android"
}, - "dana": {
- "terminal_type": "web",
- "os_type": "android"
}, - "tamara": { },
- "multibanco": {
- "account_holder_name": "string"
}, - "kakaopay": {
- "terminal_type": "web",
- "os_type": "android"
}, - "truemoney": {
- "terminal_type": "web",
- "os_type": "android"
}, - "p24": {
- "account_holder": {
- "name": "string",
- "email": "user@example.com"
}
}, - "alma": { },
- "swish": {
- "billing_descriptor": "string",
- "account_holder": {
- "first_name": "John",
- "last_name": "Smith"
}
}, - "sequra": { },
- "ach": {
- "account_type": "savings",
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "date_of_birth": "string",
- "identification": {
- "type": "string",
- "issuing_country": "string",
- "number": "string"
}
}, - "account_number": "string",
- "bank_code": "stringst",
- "country": "st"
}, - "sepa": {
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string"
}, - "account_number": "string",
- "country": "st",
- "currency": "string",
- "mandate": {
- "id": "string",
- "type": "core",
- "date_of_signature": "2019-08-24"
}
}, - "paypal": {
- "initialization": "disabled",
- "user_action": "pay_now",
- "brand_name": "Acme Corporation",
- "shipping_preference": "no_shipping"
}, - "googlepay": {
- "token_data": {
- "protocol_version": "string",
- "signature": "string",
- "signed_message": "string",
- "tokenization_key": "string"
}, - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "applepay": {
- "token_data": {
- "version": "string",
- "data": "string",
- "signature": "string",
- "header": {
- "ephemeral_public_key": "string",
- "public_key_hash": "string",
- "transaction_id": "string"
}
}, - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "card": {
- "number": "string",
- "expiry_month": 0,
- "expiry_year": 0,
- "name": "string",
- "cvv": "string",
- "stored": true,
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}, - "allow_update": true
}
}, - "settings": {
- "capture": true,
- "excluded_payment_methods": [
- "card",
- "klarna",
- "stcpay"
]
}, - "customer": {
- "country": "GB",
- "id": "cus_123456789",
- "email": {
- "address": "johnsmith@example.com",
- "verified": true
}, - "name": "John Smith",
- "tax_number": "GB123456789",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "device": {
- "locale": "en_GB"
}, - "merchant_account": {
- "id": "1234",
- "registration_date": "2023-05-01",
- "last_modified": "2023-05-01",
- "returning_customer": true,
- "first_transaction_date": "2023-09-15",
- "last_transaction_date": "2025-03-28",
- "total_order_count": 6,
- "last_payment_amount": 55.99
}
}, - "order": {
- "items": [
- {
- "name": "Battery Power Pack",
- "quantity": 1,
- "unit_price": 1000,
- "total_amount": 1000,
- "reference": "BA67A",
- "discount_amount": 150,
- "type": "digital"
}
], - "shipping": {
- "first_name": "Jane",
- "last_name": "Doe",
- "email": "jane.doe@example.com",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}, - "method": "string",
- "delay": 3
}, - "sub_merchants": [
- {
- "id": "SUB12345",
- "product_category": "Electronics",
- "number_of_sales": 500,
- "registration_date": "2023-01-15"
}
], - "invoice_id": "inv_123456789",
- "shipping_amount": 5,
- "discount_amount": 10,
- "tax_amount": 2
}, - "billing": {
- "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}
}, - "industry": {
- "airline_data": [
- {
- "ticket": {
- "number": "0742464639523",
- "issue_date": "2025-05-01",
- "issuing_carrier_code": "042",
- "travel_package_indicator": "A",
- "travel_agency_name": "Checkout Travel Agents",
- "travel_agency_code": "91114362"
}, - "passengers": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1990-10-31",
- "address": {
- "country": "GB"
}
}
], - "flight_leg_details": [
- {
- "flight_number": "BA1483",
- "carrier_code": "BA",
- "class_of_travelling": "W",
- "departure_airport": "LHR",
- "departure_date": "2025-10-13",
- "departure_time": "18:30",
- "arrival_airport": "JFK",
- "stop_over_code": "X",
- "fare_basis_code": "WUP14B"
}
]
}
], - "accommodation_data": [
- {
- "name": "Checkout Lodge",
- "booking_reference": "REF9083748",
- "check_in_date": "2025-04-11",
- "check_out_date": "2025-04-18",
- "address": {
- "address_line1": "123 High Street",
- "city": "London",
- "state": "Greater London",
- "country": "GB",
- "zip": "NE1 1CK"
}, - "number_of_rooms": 2,
- "guests": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1970-03-19"
}
], - "room": [
- {
- "rate": 42.3,
- "number_of_nights": 5
}
]
}
]
}
}{- "id": "string",
- "processing_channel_id": "pc_q4dbxom5jbgudnjzjpz7j2z6uq",
- "amount": 10000,
- "currency": "GBP",
- "payment_type": "Regular",
- "reference": "REF-0987-475",
- "description": "Set of 3 t-shirts",
- "payment_methods": {
- "instrument": {
- "status": "pending",
- "flags": [
- "string"
], - "id": "src_wmlfc3zttb4uzmk6snpwb43jbi",
- "action": {
- "type": "select_instrument"
}
}, - "klarna": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "sdk",
- "client_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJzZXNzaW9uX2lkIiA6ICIw",
- "session_id": "0b1d9815-165e-42e2-8867-35bc03789e00"
}
}, - "stcpay": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "otp"
}
}, - "tabby": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "payment_types": [
- "pay_later"
]
}, - "bizum": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "paynow": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "qpay": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "string"
}, - "eps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ideal": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "2 t-shirts"
}, - "knet": {
- "status": "pending",
- "flags": [
- "string"
], - "language": "en"
}, - "bancontact": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "benefit": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "vipps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "twint": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "alipay_cn": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "alipay_hk": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "gcash": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "tng": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "dana": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "mobilepay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "tamara": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "mbway": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "multibanco": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "wechatpay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "kakaopay": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "truemoney": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "octopus": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "p24": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "name": "string",
- "email": "user@example.com"
}
}, - "alma": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "swish": {
- "status": "pending",
- "flags": [
- "string"
], - "billing_descriptor": "string",
- "account_holder": {
- "first_name": "John",
- "last_name": "Smith"
}
}, - "sequra": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ach": {
- "status": "pending",
- "flags": [
- "string"
], - "account_type": "savings",
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "date_of_birth": "string"
}, - "country": "st"
}, - "sepa": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string"
}, - "country": "st",
- "currency": "string",
- "mandate": {
- "id": "string",
- "type": "core",
- "date_of_signature": "2019-08-24"
}
}, - "paypal": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "user_action": "pay_now",
- "brand_name": "Acme Corporation",
- "shipping_preference": "no_shipping",
- "action": {
- "type": "sdk",
- "order_id": "dd4b1a85-31de-404b-99f4-f143f8ba35ba"
}
}, - "googlepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "applepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "card": {
- "status": "pending",
- "flags": [
- "string"
], - "last4": "string",
- "bin": "string",
- "scheme": "string",
- "expiry_month": 0,
- "expiry_year": 0,
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}, - "allow_update": true
}
}, - "available_payment_methods": [
- "card",
- "klarna",
- "stcpay"
], - "settings": {
- "capture": true,
- "excluded_payment_methods": [
- "card",
- "klarna",
- "stcpay"
]
}, - "customer": {
- "country": "GB",
- "id": "cus_123456789",
- "email": {
- "address": "johnsmith@example.com",
- "verified": true
}, - "name": "John Smith",
- "tax_number": "GB123456789",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "device": {
- "locale": "en_GB"
}, - "merchant_account": {
- "id": "1234",
- "registration_date": "2023-05-01",
- "last_modified": "2023-05-01",
- "returning_customer": true,
- "first_transaction_date": "2023-09-15",
- "last_transaction_date": "2025-03-28",
- "total_order_count": 6,
- "last_payment_amount": 55.99
}
}, - "order": {
- "items": [
- {
- "name": "Battery Power Pack",
- "quantity": 1,
- "unit_price": 1000,
- "total_amount": 1000,
- "reference": "BA67A",
- "discount_amount": 150,
- "type": "digital"
}
], - "shipping": {
- "first_name": "Jane",
- "last_name": "Doe",
- "email": "jane.doe@example.com",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}, - "method": "string",
- "delay": 3
}, - "sub_merchants": [
- {
- "id": "SUB12345",
- "product_category": "Electronics",
- "number_of_sales": 500,
- "registration_date": "2023-01-15"
}
], - "invoice_id": "inv_123456789",
- "shipping_amount": 5,
- "discount_amount": 10,
- "tax_amount": 2
}, - "billing": {
- "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}
}, - "industry": {
- "airline_data": [
- {
- "ticket": {
- "number": "0742464639523",
- "issue_date": "2025-05-01",
- "issuing_carrier_code": "042",
- "travel_package_indicator": "A",
- "travel_agency_name": "Checkout Travel Agents",
- "travel_agency_code": "91114362"
}, - "passengers": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1990-10-31",
- "address": {
- "country": "GB"
}
}
], - "flight_leg_details": [
- {
- "flight_number": "BA1483",
- "carrier_code": "BA",
- "class_of_travelling": "W",
- "departure_airport": "LHR",
- "departure_date": "2025-10-13",
- "departure_time": "18:30",
- "arrival_airport": "JFK",
- "stop_over_code": "X",
- "fare_basis_code": "WUP14B"
}
]
}
], - "accommodation_data": [
- {
- "name": "Checkout Lodge",
- "booking_reference": "REF9083748",
- "check_in_date": "2025-04-11",
- "check_out_date": "2025-04-18",
- "address": {
- "address_line1": "123 High Street",
- "city": "London",
- "state": "Greater London",
- "country": "GB",
- "zip": "NE1 1CK"
}, - "number_of_rooms": 2,
- "guests": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1970-03-19"
}
], - "room": [
- {
- "rate": 42.3,
- "number_of_nights": 5
}
]
}
]
}
}Beta
Updates a Payment Setup.
Update the Payment Setup whenever there are significant changes in the data relevant to the customer's transaction. For example, when the customer makes a change that impacts the total payment amount.
| processing_channel_id required | string^(pc)_(\w{26})$ The processing channel to use for the payment. |
| amount required | number The payment amount, in the minor currency unit. |
| currency required | string The currency of the payment, as a three-letter ISO currency code. |
| payment_type | string Default: "Regular" The type of payment. You must provide this field for card payments in which the cardholder is not present. For example, if the transaction is a recurring payment, or a mail order/telephone order (MOTO) payment. |
| reference | string <= 80 characters A reference you can use to identify the payment. For example, an order number. |
| description | string <= 100 characters A description of the payment. |
object The payment methods that are enabled on your account and available for use. | |
object Settings for the Payment Setup. | |
object The customer's details. | |
object The customer's order details. | |
object (PaymentSetupBilling) The billing details for the payment. | |
object Industry-specific information. |
Payment Setup updated.
The request is invalid. See the response body for details.
Authentication failed. Provide a valid API key or access token.
You do not have permission to update this Payment Setup.
One or more fields failed validation. See the response body for details.
{- "processing_channel_id": "pc_q4dbxom5jbgudnjzjpz7j2z6uq",
- "amount": 10000,
- "currency": "GBP",
- "payment_type": "Regular",
- "reference": "REF-0987-475",
- "description": "Set of 3 t-shirts",
- "payment_methods": {
- "instrument": {
- "id": "src_wmlfc3zttb4uzmk6snpwb43jbi"
}, - "klarna": {
- "initialization": "disabled"
}, - "stcpay": {
- "initialization": "disabled",
- "otp": "123456"
}, - "tabby": {
- "initialization": "disabled",
- "payment_types": [
- "pay_later"
]
}, - "qpay": {
- "national_id": "21234567890",
- "description": "string"
}, - "ideal": {
- "description": "2 t-shirts"
}, - "knet": {
- "language": "en"
}, - "bancontact": {
- "account_holder_name": "string"
}, - "alipay_cn": {
- "terminal_type": "web",
- "os_type": "android"
}, - "alipay_hk": {
- "terminal_type": "web",
- "os_type": "android"
}, - "gcash": {
- "terminal_type": "web",
- "os_type": "android"
}, - "tng": {
- "terminal_type": "web",
- "os_type": "android"
}, - "dana": {
- "terminal_type": "web",
- "os_type": "android"
}, - "tamara": { },
- "multibanco": {
- "account_holder_name": "string"
}, - "kakaopay": {
- "terminal_type": "web",
- "os_type": "android"
}, - "truemoney": {
- "terminal_type": "web",
- "os_type": "android"
}, - "p24": {
- "account_holder": {
- "name": "string",
- "email": "user@example.com"
}
}, - "alma": { },
- "swish": {
- "billing_descriptor": "string",
- "account_holder": {
- "first_name": "John",
- "last_name": "Smith"
}
}, - "sequra": { },
- "ach": {
- "account_type": "savings",
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "date_of_birth": "string",
- "identification": {
- "type": "string",
- "issuing_country": "string",
- "number": "string"
}
}, - "account_number": "string",
- "bank_code": "stringst",
- "country": "st"
}, - "sepa": {
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string"
}, - "account_number": "string",
- "country": "st",
- "currency": "string",
- "mandate": {
- "id": "string",
- "type": "core",
- "date_of_signature": "2019-08-24"
}
}, - "paypal": {
- "initialization": "disabled",
- "user_action": "pay_now",
- "brand_name": "Acme Corporation",
- "shipping_preference": "no_shipping"
}, - "googlepay": {
- "token_data": {
- "protocol_version": "string",
- "signature": "string",
- "signed_message": "string",
- "tokenization_key": "string"
}, - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "applepay": {
- "token_data": {
- "version": "string",
- "data": "string",
- "signature": "string",
- "header": {
- "ephemeral_public_key": "string",
- "public_key_hash": "string",
- "transaction_id": "string"
}
}, - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "card": {
- "number": "string",
- "expiry_month": 0,
- "expiry_year": 0,
- "name": "string",
- "cvv": "string",
- "stored": true,
- "store_for_future_use": true,
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}, - "allow_update": true
}
}, - "settings": {
- "capture": true,
- "excluded_payment_methods": [
- "card",
- "klarna",
- "stcpay"
]
}, - "customer": {
- "country": "GB",
- "id": "cus_123456789",
- "email": {
- "address": "johnsmith@example.com",
- "verified": true
}, - "name": "John Smith",
- "tax_number": "GB123456789",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "device": {
- "locale": "en_GB"
}, - "merchant_account": {
- "id": "1234",
- "registration_date": "2023-05-01",
- "last_modified": "2023-05-01",
- "returning_customer": true,
- "first_transaction_date": "2023-09-15",
- "last_transaction_date": "2025-03-28",
- "total_order_count": 6,
- "last_payment_amount": 55.99
}
}, - "order": {
- "items": [
- {
- "name": "Battery Power Pack",
- "quantity": 1,
- "unit_price": 1000,
- "total_amount": 1000,
- "reference": "BA67A",
- "discount_amount": 150,
- "type": "digital"
}
], - "shipping": {
- "first_name": "Jane",
- "last_name": "Doe",
- "email": "jane.doe@example.com",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}, - "method": "string",
- "delay": 3
}, - "sub_merchants": [
- {
- "id": "SUB12345",
- "product_category": "Electronics",
- "number_of_sales": 500,
- "registration_date": "2023-01-15"
}
], - "invoice_id": "inv_123456789",
- "shipping_amount": 5,
- "discount_amount": 10,
- "tax_amount": 2
}, - "billing": {
- "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}
}, - "industry": {
- "airline_data": [
- {
- "ticket": {
- "number": "0742464639523",
- "issue_date": "2025-05-01",
- "issuing_carrier_code": "042",
- "travel_package_indicator": "A",
- "travel_agency_name": "Checkout Travel Agents",
- "travel_agency_code": "91114362"
}, - "passengers": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1990-10-31",
- "address": {
- "country": "GB"
}
}
], - "flight_leg_details": [
- {
- "flight_number": "BA1483",
- "carrier_code": "BA",
- "class_of_travelling": "W",
- "departure_airport": "LHR",
- "departure_date": "2025-10-13",
- "departure_time": "18:30",
- "arrival_airport": "JFK",
- "stop_over_code": "X",
- "fare_basis_code": "WUP14B"
}
]
}
], - "accommodation_data": [
- {
- "name": "Checkout Lodge",
- "booking_reference": "REF9083748",
- "check_in_date": "2025-04-11",
- "check_out_date": "2025-04-18",
- "address": {
- "address_line1": "123 High Street",
- "city": "London",
- "state": "Greater London",
- "country": "GB",
- "zip": "NE1 1CK"
}, - "number_of_rooms": 2,
- "guests": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1970-03-19"
}
], - "room": [
- {
- "rate": 42.3,
- "number_of_nights": 5
}
]
}
]
}
}{- "id": "string",
- "processing_channel_id": "pc_q4dbxom5jbgudnjzjpz7j2z6uq",
- "amount": 10000,
- "currency": "GBP",
- "payment_type": "Regular",
- "reference": "REF-0987-475",
- "description": "Set of 3 t-shirts",
- "payment_methods": {
- "instrument": {
- "status": "pending",
- "flags": [
- "string"
], - "id": "src_wmlfc3zttb4uzmk6snpwb43jbi",
- "action": {
- "type": "select_instrument"
}
}, - "klarna": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "sdk",
- "client_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJzZXNzaW9uX2lkIiA6ICIw",
- "session_id": "0b1d9815-165e-42e2-8867-35bc03789e00"
}
}, - "stcpay": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "otp"
}
}, - "tabby": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "payment_types": [
- "pay_later"
]
}, - "bizum": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "paynow": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "qpay": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "string"
}, - "eps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ideal": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "2 t-shirts"
}, - "knet": {
- "status": "pending",
- "flags": [
- "string"
], - "language": "en"
}, - "bancontact": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "benefit": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "vipps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "twint": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "alipay_cn": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "alipay_hk": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "gcash": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "tng": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "dana": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "mobilepay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "tamara": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "mbway": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "multibanco": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "wechatpay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "kakaopay": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "truemoney": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "octopus": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "p24": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "name": "string",
- "email": "user@example.com"
}
}, - "alma": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "swish": {
- "status": "pending",
- "flags": [
- "string"
], - "billing_descriptor": "string",
- "account_holder": {
- "first_name": "John",
- "last_name": "Smith"
}
}, - "sequra": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ach": {
- "status": "pending",
- "flags": [
- "string"
], - "account_type": "savings",
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "date_of_birth": "string"
}, - "country": "st"
}, - "sepa": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string"
}, - "country": "st",
- "currency": "string",
- "mandate": {
- "id": "string",
- "type": "core",
- "date_of_signature": "2019-08-24"
}
}, - "paypal": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "user_action": "pay_now",
- "brand_name": "Acme Corporation",
- "shipping_preference": "no_shipping",
- "action": {
- "type": "sdk",
- "order_id": "dd4b1a85-31de-404b-99f4-f143f8ba35ba"
}
}, - "googlepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "applepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "card": {
- "status": "pending",
- "flags": [
- "string"
], - "last4": "string",
- "bin": "string",
- "scheme": "string",
- "expiry_month": 0,
- "expiry_year": 0,
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}, - "allow_update": true
}
}, - "available_payment_methods": [
- "card",
- "klarna",
- "stcpay"
], - "settings": {
- "capture": true,
- "excluded_payment_methods": [
- "card",
- "klarna",
- "stcpay"
]
}, - "customer": {
- "country": "GB",
- "id": "cus_123456789",
- "email": {
- "address": "johnsmith@example.com",
- "verified": true
}, - "name": "John Smith",
- "tax_number": "GB123456789",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "device": {
- "locale": "en_GB"
}, - "merchant_account": {
- "id": "1234",
- "registration_date": "2023-05-01",
- "last_modified": "2023-05-01",
- "returning_customer": true,
- "first_transaction_date": "2023-09-15",
- "last_transaction_date": "2025-03-28",
- "total_order_count": 6,
- "last_payment_amount": 55.99
}
}, - "order": {
- "items": [
- {
- "name": "Battery Power Pack",
- "quantity": 1,
- "unit_price": 1000,
- "total_amount": 1000,
- "reference": "BA67A",
- "discount_amount": 150,
- "type": "digital"
}
], - "shipping": {
- "first_name": "Jane",
- "last_name": "Doe",
- "email": "jane.doe@example.com",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}, - "method": "string",
- "delay": 3
}, - "sub_merchants": [
- {
- "id": "SUB12345",
- "product_category": "Electronics",
- "number_of_sales": 500,
- "registration_date": "2023-01-15"
}
], - "invoice_id": "inv_123456789",
- "shipping_amount": 5,
- "discount_amount": 10,
- "tax_amount": 2
}, - "billing": {
- "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}
}, - "industry": {
- "airline_data": [
- {
- "ticket": {
- "number": "0742464639523",
- "issue_date": "2025-05-01",
- "issuing_carrier_code": "042",
- "travel_package_indicator": "A",
- "travel_agency_name": "Checkout Travel Agents",
- "travel_agency_code": "91114362"
}, - "passengers": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1990-10-31",
- "address": {
- "country": "GB"
}
}
], - "flight_leg_details": [
- {
- "flight_number": "BA1483",
- "carrier_code": "BA",
- "class_of_travelling": "W",
- "departure_airport": "LHR",
- "departure_date": "2025-10-13",
- "departure_time": "18:30",
- "arrival_airport": "JFK",
- "stop_over_code": "X",
- "fare_basis_code": "WUP14B"
}
]
}
], - "accommodation_data": [
- {
- "name": "Checkout Lodge",
- "booking_reference": "REF9083748",
- "check_in_date": "2025-04-11",
- "check_out_date": "2025-04-18",
- "address": {
- "address_line1": "123 High Street",
- "city": "London",
- "state": "Greater London",
- "country": "GB",
- "zip": "NE1 1CK"
}, - "number_of_rooms": 2,
- "guests": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1970-03-19"
}
], - "room": [
- {
- "rate": 42.3,
- "number_of_nights": 5
}
]
}
]
}
}Beta
Retrieves a Payment Setup by its unique identifier.
Payment Setup details returned.
Authentication failed. Provide a valid API key.
You do not have permission to retrieve this Payment Setup.
{- "id": "string",
- "processing_channel_id": "pc_q4dbxom5jbgudnjzjpz7j2z6uq",
- "amount": 10000,
- "currency": "GBP",
- "payment_type": "Regular",
- "reference": "REF-0987-475",
- "description": "Set of 3 t-shirts",
- "payment_methods": {
- "instrument": {
- "status": "pending",
- "flags": [
- "string"
], - "id": "src_wmlfc3zttb4uzmk6snpwb43jbi",
- "action": {
- "type": "select_instrument"
}
}, - "klarna": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "sdk",
- "client_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICJzZXNzaW9uX2lkIiA6ICIw",
- "session_id": "0b1d9815-165e-42e2-8867-35bc03789e00"
}
}, - "stcpay": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "action": {
- "type": "otp"
}
}, - "tabby": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "payment_types": [
- "pay_later"
]
}, - "bizum": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "paynow": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "qpay": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "string"
}, - "eps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ideal": {
- "status": "pending",
- "flags": [
- "string"
], - "description": "2 t-shirts"
}, - "knet": {
- "status": "pending",
- "flags": [
- "string"
], - "language": "en"
}, - "bancontact": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "benefit": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "vipps": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "twint": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "alipay_cn": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "alipay_hk": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "gcash": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "tng": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "dana": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "mobilepay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "tamara": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "mbway": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "multibanco": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder_name": "string"
}, - "wechatpay": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "kakaopay": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "truemoney": {
- "status": "pending",
- "flags": [
- "string"
], - "terminal_type": "web",
- "os_type": "android"
}, - "octopus": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "p24": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "name": "string",
- "email": "user@example.com"
}
}, - "alma": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "swish": {
- "status": "pending",
- "flags": [
- "string"
], - "billing_descriptor": "string",
- "account_holder": {
- "first_name": "John",
- "last_name": "Smith"
}
}, - "sequra": {
- "status": "pending",
- "flags": [
- "string"
]
}, - "ach": {
- "status": "pending",
- "flags": [
- "string"
], - "account_type": "savings",
- "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string",
- "date_of_birth": "string"
}, - "country": "st"
}, - "sepa": {
- "status": "pending",
- "flags": [
- "string"
], - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "company_name": "string"
}, - "country": "st",
- "currency": "string",
- "mandate": {
- "id": "string",
- "type": "core",
- "date_of_signature": "2019-08-24"
}
}, - "paypal": {
- "status": "pending",
- "flags": [
- "string"
], - "initialization": "disabled",
- "user_action": "pay_now",
- "brand_name": "Acme Corporation",
- "shipping_preference": "no_shipping",
- "action": {
- "type": "sdk",
- "order_id": "dd4b1a85-31de-404b-99f4-f143f8ba35ba"
}
}, - "googlepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "applepay": {
- "status": "pending",
- "flags": [
- "string"
], - "token": "string",
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}
}, - "card": {
- "status": "pending",
- "flags": [
- "string"
], - "last4": "string",
- "bin": "string",
- "scheme": "string",
- "expiry_month": 0,
- "expiry_year": 0,
- "expires_on": "2019-08-24T14:15:22Z",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "account_holder": {
- "type": "individual",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string",
- "account_name_inquiry": true
}, - "allow_update": true
}
}, - "available_payment_methods": [
- "card",
- "klarna",
- "stcpay"
], - "settings": {
- "capture": true,
- "excluded_payment_methods": [
- "card",
- "klarna",
- "stcpay"
]
}, - "customer": {
- "country": "GB",
- "id": "cus_123456789",
- "email": {
- "address": "johnsmith@example.com",
- "verified": true
}, - "name": "John Smith",
- "tax_number": "GB123456789",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "device": {
- "locale": "en_GB"
}, - "merchant_account": {
- "id": "1234",
- "registration_date": "2023-05-01",
- "last_modified": "2023-05-01",
- "returning_customer": true,
- "first_transaction_date": "2023-09-15",
- "last_transaction_date": "2025-03-28",
- "total_order_count": 6,
- "last_payment_amount": 55.99
}
}, - "order": {
- "items": [
- {
- "name": "Battery Power Pack",
- "quantity": 1,
- "unit_price": 1000,
- "total_amount": 1000,
- "reference": "BA67A",
- "discount_amount": 150,
- "type": "digital"
}
], - "shipping": {
- "first_name": "Jane",
- "last_name": "Doe",
- "email": "jane.doe@example.com",
- "phone": {
- "country_code": "+44",
- "number": "207 946 0000"
}, - "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}, - "method": "string",
- "delay": 3
}, - "sub_merchants": [
- {
- "id": "SUB12345",
- "product_category": "Electronics",
- "number_of_sales": 500,
- "registration_date": "2023-01-15"
}
], - "invoice_id": "inv_123456789",
- "shipping_amount": 5,
- "discount_amount": 10,
- "tax_amount": 2
}, - "billing": {
- "address": {
- "address_line1": "10 Canterbury Road",
- "address_line2": "Flat 2",
- "city": "London",
- "state": "Greater London",
- "zip": "NE1 1KO",
- "country": "GB"
}
}, - "industry": {
- "airline_data": [
- {
- "ticket": {
- "number": "0742464639523",
- "issue_date": "2025-05-01",
- "issuing_carrier_code": "042",
- "travel_package_indicator": "A",
- "travel_agency_name": "Checkout Travel Agents",
- "travel_agency_code": "91114362"
}, - "passengers": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1990-10-31",
- "address": {
- "country": "GB"
}
}
], - "flight_leg_details": [
- {
- "flight_number": "BA1483",
- "carrier_code": "BA",
- "class_of_travelling": "W",
- "departure_airport": "LHR",
- "departure_date": "2025-10-13",
- "departure_time": "18:30",
- "arrival_airport": "JFK",
- "stop_over_code": "X",
- "fare_basis_code": "WUP14B"
}
]
}
], - "accommodation_data": [
- {
- "name": "Checkout Lodge",
- "booking_reference": "REF9083748",
- "check_in_date": "2025-04-11",
- "check_out_date": "2025-04-18",
- "address": {
- "address_line1": "123 High Street",
- "city": "London",
- "state": "Greater London",
- "country": "GB",
- "zip": "NE1 1CK"
}, - "number_of_rooms": 2,
- "guests": [
- {
- "first_name": "John",
- "last_name": "Smith",
- "date_of_birth": "1970-03-19"
}
], - "room": [
- {
- "rate": 42.3,
- "number_of_nights": 5
}
]
}
]
}
}Beta
Confirm a Payment Setup to begin processing the payment request with your chosen payment method.
Payment processed successfully
The request is invalid. See the response body for details.
Authentication failed. Provide a valid API key or access token.
You do not have permission to update this Payment Setup.
One or more fields failed validation. See the response body for details.
{- "id": "pay_mbabizu24mvu3mela5njyhpit4",
- "action_id": "act_mbabizu24mvu3mela5njyhpit4",
- "amount": 6540,
- "currency": "USD",
- "approved": true,
- "status": "Authorized",
- "auth_code": "770687",
- "response_code": "10000",
- "response_summary": "Approved",
- "3ds": {
- "downgraded": true,
- "enrolled": "N"
}, - "risk": {
- "flagged": true
}, - "source": {
- "type": "card",
- "id": "src_nwd3m4in3hkuddfpjsaevunhdy",
- "billing_address": {
- "address_line1": "123 High St.",
- "address_line2": "Flat 456",
- "city": "London",
- "state": "GB",
- "zip": "SW1A 1AA",
- "country": "GB"
}, - "phone": {
- "country_code": "+1",
- "number": "415 555 2671"
}, - "scheme": "Visa",
- "last4": "6584",
- "fingerprint": "B16D9C2EF0C861A8825C9BD59CCE9171D84EBC45E89CC792B5D1D2D0DDE3DAB7",
- "bin": "448504",
- "card_type": "CREDIT",
- "card_category": "COMMERCIAL",
- "issuer": "GE CAPITAL FINANCIAL, INC.",
- "issuer_country": "US",
- "product_type": "PURCHASING",
- "avs_check": "G",
- "cvv_check": "Y",
- "payment_account_reference": "V001898055688657091"
}, - "customer": {
- "id": "cus_udst2tfldj6upmye2reztkmm4i",
- "email": "johnsmith@example.com",
- "name": "John Smith",
- "phone": {
- "country_code": "+1",
- "number": "415 555 2671"
}
}, - "processed_on": "2019-09-10T10:11:12Z",
- "reference": "ORD-5023-4E89",
- "processing": {
- "retrieval_reference_number": "909913440644",
- "acquirer_transaction_id": "440644309099499894406",
- "recommendation_code": "02",
- "partner_order_id": "5GK24544NA744002L"
}, - "eci": "06",
- "scheme_id": "489341065491658",
- "_links": {
- "self": {
}, - "actions": {
}, - "capture": {
}
}
}