| grant_type required | string Value: "client_credentials" |
{- "access_token": "2YotnFZFEjr1zCsicMWpAA",
- "token_type": "Bearer",
- "expires_in": 3600
}| entity required | string <uuid> id of the entity |
| session required | string <uuid> id of the session to validate |
object (Order) | |
| hook | string <url> (HookURL) Example: "https://example.org/order/ORDER_ID/payment_hooks" The URL on which updates will be sent to. |
| amount | number Example: "10.99" Amount to be processed for this specific request. This can be different than order amount. |
| partner | string |
| method | string |
| step_id | integer <int32> Default: 0 Example: "0" The ID of the init step which you want to validate. It is returned after each init call. |
[- {
- "order": {
- "reference": "MX123456",
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "currency_code": "EUR",
- "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
], - "customer": {
- "reference": "2090000000000",
- "type_code": "customer",
- "company_name": "Decathlon",
- "gender_code": "male",
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "birthdate": "1995-08-25",
- "ip": "127.0.0.1",
- "locale_code": "es-MX",
- "billing_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "account": {
- "creation_date_time": "2020-08-25T10:42:59+02:00",
- "update_date_time": "2020-08-25T10:42:59+02:00",
- "password_update_date_time": "2020-08-25T10:42:59+02:00",
- "purchase_count_last_day": 3,
- "purchase_count_last_six_months": 5,
- "purchase_count_last_year": 15,
- "different_card_count_last_day": 3,
- "authentication_method": "GUEST",
- "authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication": "ACS_FRICTIONLESS",
- "prior_payment_authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication_preference": "string",
- "prior_payment_authentication_reference": "d50244ea-e583-4d90-91ad-b844a7100b9e",
- "age_indicator": "MORE_60_DAYS",
- "change_indicator": "MORE_60_DAYS",
- "password_change_indicator": "MORE_60_DAYS",
- "challenge_indicator": "01",
- "three_ds_exemption": "Low value exemption",
- "trust_indicator": "VERY_GOOD"
}, - "additional_attributes": {
- "national_identifier": "MX-1234567890"
}
}, - "shipments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "delivery_type_code": "external_pickup",
- "delivery_quickness_code": "immediate",
- "delivery_method_reference": "cash_on_delivery",
- "estimated_delivery_date_time": "2020-08-25T10:42:59+02:00",
- "shipping_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "item_lines": [
- {
- "type_code": "product",
- "sku_reference": "2600218",
- "product_URI": "www.example.com/products/2600218",
- "image_URI": "www.example.com/products/2600218.jpg",
- "name": "Camiseta100 niño GYM",
- "brand": "Domyos",
- "price": 199.99,
- "quantity": 2,
- "amount": 399.98,
- "seller_reference": "decathlon",
- "seller_name": "decathlon shop",
- "is_marketplace_seller": true,
- "taxonomy": [
- "Apparel",
- "Footwear",
- "Running Shoes",
- "Trail Running"
], - "categories": [
- "Car",
- "Bicycle"
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "adjustments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "seller_reference": 20,
- "reason_code": "SALES"
}
]
}, - "amount": 10.99,
- "partner": "string",
- "method": "string",
- "step_id": 0
}
]| entity required | string <uuid> id of the entity |
| session required | string <uuid> id of the session to init |
object (Order) | |
| hook | string <url> (HookURL) Example: "https://example.org/order/ORDER_ID/payment_hooks" The URL on which updates will be sent to. |
| amount | number Example: "10.99" Amount to be processed for this specific request. This can be different than order amount. |
| partner | string |
| method | string |
| property name* additional property | any |
{- "order": {
- "reference": "MX123456",
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "currency_code": "EUR",
- "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
], - "customer": {
- "reference": "2090000000000",
- "type_code": "customer",
- "company_name": "Decathlon",
- "gender_code": "male",
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "birthdate": "1995-08-25",
- "ip": "127.0.0.1",
- "locale_code": "es-MX",
- "billing_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "account": {
- "creation_date_time": "2020-08-25T10:42:59+02:00",
- "update_date_time": "2020-08-25T10:42:59+02:00",
- "password_update_date_time": "2020-08-25T10:42:59+02:00",
- "purchase_count_last_day": 3,
- "purchase_count_last_six_months": 5,
- "purchase_count_last_year": 15,
- "different_card_count_last_day": 3,
- "authentication_method": "GUEST",
- "authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication": "ACS_FRICTIONLESS",
- "prior_payment_authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication_preference": "string",
- "prior_payment_authentication_reference": "d50244ea-e583-4d90-91ad-b844a7100b9e",
- "age_indicator": "MORE_60_DAYS",
- "change_indicator": "MORE_60_DAYS",
- "password_change_indicator": "MORE_60_DAYS",
- "challenge_indicator": "01",
- "three_ds_exemption": "Low value exemption",
- "trust_indicator": "VERY_GOOD"
}, - "additional_attributes": {
- "national_identifier": "MX-1234567890"
}
}, - "shipments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "delivery_type_code": "external_pickup",
- "delivery_quickness_code": "immediate",
- "delivery_method_reference": "cash_on_delivery",
- "estimated_delivery_date_time": "2020-08-25T10:42:59+02:00",
- "shipping_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "item_lines": [
- {
- "type_code": "product",
- "sku_reference": "2600218",
- "product_URI": "www.example.com/products/2600218",
- "image_URI": "www.example.com/products/2600218.jpg",
- "name": "Camiseta100 niño GYM",
- "brand": "Domyos",
- "price": 199.99,
- "quantity": 2,
- "amount": 399.98,
- "seller_reference": "decathlon",
- "seller_name": "decathlon shop",
- "is_marketplace_seller": true,
- "taxonomy": [
- "Apparel",
- "Footwear",
- "Running Shoes",
- "Trail Running"
], - "categories": [
- "Car",
- "Bicycle"
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "adjustments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "seller_reference": 20,
- "reason_code": "SALES"
}
]
}, - "amount": 10.99,
- "partner": "string",
- "method": "string"
}| entity required | string <uuid> id of the entity |
object (Order) | |
| hook | string <url> (HookURL) Example: "https://example.org/order/ORDER_ID/payment_hooks" The URL on which updates will be sent to. |
| amount | number Example: "10.99" Amount to be processed for this specific request. This can be different than order amount. |
| information_request | boolean Default: false Example: "true" Set to true if this is not a payment but just a card information request |
| recurring_payment | boolean Default: false Example: "true" Set to true if this is a recurring payment |
{- "order": {
- "reference": "MX123456",
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "currency_code": "EUR",
- "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
], - "customer": {
- "reference": "2090000000000",
- "type_code": "customer",
- "company_name": "Decathlon",
- "gender_code": "male",
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "birthdate": "1995-08-25",
- "ip": "127.0.0.1",
- "locale_code": "es-MX",
- "billing_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "account": {
- "creation_date_time": "2020-08-25T10:42:59+02:00",
- "update_date_time": "2020-08-25T10:42:59+02:00",
- "password_update_date_time": "2020-08-25T10:42:59+02:00",
- "purchase_count_last_day": 3,
- "purchase_count_last_six_months": 5,
- "purchase_count_last_year": 15,
- "different_card_count_last_day": 3,
- "authentication_method": "GUEST",
- "authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication": "ACS_FRICTIONLESS",
- "prior_payment_authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication_preference": "string",
- "prior_payment_authentication_reference": "d50244ea-e583-4d90-91ad-b844a7100b9e",
- "age_indicator": "MORE_60_DAYS",
- "change_indicator": "MORE_60_DAYS",
- "password_change_indicator": "MORE_60_DAYS",
- "challenge_indicator": "01",
- "three_ds_exemption": "Low value exemption",
- "trust_indicator": "VERY_GOOD"
}, - "additional_attributes": {
- "national_identifier": "MX-1234567890"
}
}, - "shipments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "delivery_type_code": "external_pickup",
- "delivery_quickness_code": "immediate",
- "delivery_method_reference": "cash_on_delivery",
- "estimated_delivery_date_time": "2020-08-25T10:42:59+02:00",
- "shipping_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "item_lines": [
- {
- "type_code": "product",
- "sku_reference": "2600218",
- "product_URI": "www.example.com/products/2600218",
- "image_URI": "www.example.com/products/2600218.jpg",
- "name": "Camiseta100 niño GYM",
- "brand": "Domyos",
- "price": 199.99,
- "quantity": 2,
- "amount": 399.98,
- "seller_reference": "decathlon",
- "seller_name": "decathlon shop",
- "is_marketplace_seller": true,
- "taxonomy": [
- "Apparel",
- "Footwear",
- "Running Shoes",
- "Trail Running"
], - "categories": [
- "Car",
- "Bicycle"
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "adjustments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "seller_reference": 20,
- "reason_code": "SALES"
}
]
}, - "amount": 10.99,
- "information_request": true,
- "recurring_payment": true
}| entity required | string <uuid> id of the entity |
| action required | string Enum: "AUTHORIZE" "VOID" "CAPTURE" "REFUND" "OFF_SESSION_AUTHORIZE" |
object (Order) | |
| hook | string <url> (HookURL) Example: "https://example.org/order/ORDER_ID/payment_hooks" The URL on which updates will be sent to. |
| amount | number Example: "10.99" Amount to be processed for this specific request. This can be different than order amount. |
| partner | string |
| method | string |
| step_id | integer <int32> Default: 0 Example: "0" The ID of the init step which you want to validate. It is returned after each init call. |
{- "order": {
- "reference": "MX123456",
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "currency_code": "EUR",
- "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
], - "customer": {
- "reference": "2090000000000",
- "type_code": "customer",
- "company_name": "Decathlon",
- "gender_code": "male",
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "birthdate": "1995-08-25",
- "ip": "127.0.0.1",
- "locale_code": "es-MX",
- "billing_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "account": {
- "creation_date_time": "2020-08-25T10:42:59+02:00",
- "update_date_time": "2020-08-25T10:42:59+02:00",
- "password_update_date_time": "2020-08-25T10:42:59+02:00",
- "purchase_count_last_day": 3,
- "purchase_count_last_six_months": 5,
- "purchase_count_last_year": 15,
- "different_card_count_last_day": 3,
- "authentication_method": "GUEST",
- "authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication": "ACS_FRICTIONLESS",
- "prior_payment_authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication_preference": "string",
- "prior_payment_authentication_reference": "d50244ea-e583-4d90-91ad-b844a7100b9e",
- "age_indicator": "MORE_60_DAYS",
- "change_indicator": "MORE_60_DAYS",
- "password_change_indicator": "MORE_60_DAYS",
- "challenge_indicator": "01",
- "three_ds_exemption": "Low value exemption",
- "trust_indicator": "VERY_GOOD"
}, - "additional_attributes": {
- "national_identifier": "MX-1234567890"
}
}, - "shipments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "delivery_type_code": "external_pickup",
- "delivery_quickness_code": "immediate",
- "delivery_method_reference": "cash_on_delivery",
- "estimated_delivery_date_time": "2020-08-25T10:42:59+02:00",
- "shipping_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "item_lines": [
- {
- "type_code": "product",
- "sku_reference": "2600218",
- "product_URI": "www.example.com/products/2600218",
- "image_URI": "www.example.com/products/2600218.jpg",
- "name": "Camiseta100 niño GYM",
- "brand": "Domyos",
- "price": 199.99,
- "quantity": 2,
- "amount": 399.98,
- "seller_reference": "decathlon",
- "seller_name": "decathlon shop",
- "is_marketplace_seller": true,
- "taxonomy": [
- "Apparel",
- "Footwear",
- "Running Shoes",
- "Trail Running"
], - "categories": [
- "Car",
- "Bicycle"
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "adjustments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "seller_reference": 20,
- "reason_code": "SALES"
}
]
}, - "amount": 10.99,
- "partner": "string",
- "method": "string",
- "step_id": 0
}| entity required | string <uuid> id of the entity |
| action required | string Enum: "AUTHORIZE" "VOID" "CAPTURE" "REFUND" "OFF_SESSION_AUTHORIZE" |
| transaction required | string <uuid> For the CAPTURE, VOID and OFF_SESSION_AUTHORIZE actions, you will need the ID of the authorisation transaction to perform the call. For the REFUND action, you will need the ID of the CAPTURE ID transaction |
| x-idempotency-key | string Unique identifier for the given request. For instance, using a timestamp is strongly discouraged, while a unique identifier of the transaction on your end is advised. Upon using this header, UpStream Pay action on transaction API will only execute the action once, and each subsequent call to the same endpoint with the same Note that this is only true for 14 days, so this does not replace a call to the get transactions for session API |
object (Order) | |
| hook | string <url> (HookURL) Example: "https://example.org/order/ORDER_ID/payment_hooks" The URL on which updates will be sent to. |
| amount | number Example: "10.99" Amount to be processed for this specific request. This can be different than order amount. |
| property name* additional property | any |
{- "order": {
- "reference": "MX123456",
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "currency_code": "EUR",
- "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
], - "customer": {
- "reference": "2090000000000",
- "type_code": "customer",
- "company_name": "Decathlon",
- "gender_code": "male",
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "birthdate": "1995-08-25",
- "ip": "127.0.0.1",
- "locale_code": "es-MX",
- "billing_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "account": {
- "creation_date_time": "2020-08-25T10:42:59+02:00",
- "update_date_time": "2020-08-25T10:42:59+02:00",
- "password_update_date_time": "2020-08-25T10:42:59+02:00",
- "purchase_count_last_day": 3,
- "purchase_count_last_six_months": 5,
- "purchase_count_last_year": 15,
- "different_card_count_last_day": 3,
- "authentication_method": "GUEST",
- "authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication": "ACS_FRICTIONLESS",
- "prior_payment_authentication_date_time": "2020-08-25T10:42:59+02:00",
- "prior_payment_authentication_preference": "string",
- "prior_payment_authentication_reference": "d50244ea-e583-4d90-91ad-b844a7100b9e",
- "age_indicator": "MORE_60_DAYS",
- "change_indicator": "MORE_60_DAYS",
- "password_change_indicator": "MORE_60_DAYS",
- "challenge_indicator": "01",
- "three_ds_exemption": "Low value exemption",
- "trust_indicator": "VERY_GOOD"
}, - "additional_attributes": {
- "national_identifier": "MX-1234567890"
}
}, - "shipments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "delivery_type_code": "external_pickup",
- "delivery_quickness_code": "immediate",
- "delivery_method_reference": "cash_on_delivery",
- "estimated_delivery_date_time": "2020-08-25T10:42:59+02:00",
- "shipping_address": {
- "first_name": "Miles",
- "middle_name": "Eva",
- "last_name": "MORALES",
- "gender_code": "male",
- "delivery_point_name": "Global shop",
- "company": "OUTMERCH",
- "address_lines": [
- "string"
], - "city": "Tijuana",
- "postal_code": "22000",
- "country_code": "MX",
- "province_code": "MX-BCN",
- "phone": "+526645951538",
- "mobile_phone": "+526645951538",
- "work_phone": "+526645951538"
}, - "item_lines": [
- {
- "type_code": "product",
- "sku_reference": "2600218",
- "product_URI": "www.example.com/products/2600218",
- "image_URI": "www.example.com/products/2600218.jpg",
- "name": "Camiseta100 niño GYM",
- "brand": "Domyos",
- "price": 199.99,
- "quantity": 2,
- "amount": 399.98,
- "seller_reference": "decathlon",
- "seller_name": "decathlon shop",
- "is_marketplace_seller": true,
- "taxonomy": [
- "Apparel",
- "Footwear",
- "Running Shoes",
- "Trail Running"
], - "categories": [
- "Car",
- "Bicycle"
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "tax_lines": [
- {
- "type_code": "vat",
- "subtype_code": "standard",
- "rate": 19.6,
- "amount": 9.8
}
]
}
], - "adjustments": [
- {
- "amount": 199.99,
- "net_amount": 179.99,
- "tax_amount": 20,
- "seller_reference": 20,
- "reason_code": "SALES"
}
]
}, - "amount": 10.99
}| entity required | string <uuid> id of the entity |
| transaction required | string <uuid> id of the transaction |
{- "method": "paypal",
- "id": "4bd31c68-8cc8-4db1-982a-5e8e7bfd87c9",
- "session_id": "dbaf74ee-e248-4f54-b622-15b054ed1fbc",
- "entity_id": "fce21839-4469-aba7-b622-15b054ed1fbc",
- "transaction_id": "fce21839-24bf-4469-aba7-074bab328a22",
- "date": "2020-08-25T10:42:59+02:00",
- "status": {
- "action": "AUTHORIZE",
- "state": "SUCCESS",
- "code": "SUCCEEDED",
- "description": "string"
}, - "partner": "braintree",
- "plugin_result": {
- "currency_code": "EUR",
- "token": "string",
- "status": "000.100.200",
- "integrated_token": [
- {
- "id": "sl-23S-Dxc",
- "loyalty": "string",
- "uniqueness_token": "string",
- "pin_code": "1234",
- "expiration_date": "2021-08-20T07:46:23.433Z",
- "description": {
- "brand_name": "VISA",
- "display_token": "**** 4169",
- "holder_name": "John DOE"
}, - "owner": "string"
}
], - "payment_data": {
- "token": "sl-23S-Dxc",
- "holder": "John DOE",
- "card": {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}, - "cards": [
- {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}
]
}, - "partner_reference": "string",
- "amount": 5,
- "logs": {
- "card_holder": "John Doe",
- "card_expiry_month": "02",
- "card_expiry_year": "2023",
- "card_bin": "420000",
- "card_last_4_digits": "0109",
- "card_brand": "VISA_DEBIT",
- "card_network": "VISA",
- "3d_secure_eci": "string",
- "property1": "string",
- "property2": "string"
}, - "partner_data": {
- "session": "xx-Tyuhjk-OJLK",
- "fingerprint": "mG/7oNfgy7dPj8/jhP5Ynr9u1U=",
- "cashier_id": "JDOE26",
- "point_of_sale_id": "TILL123",
- "entity_name": "CAMPUS",
- "entity_id": "118",
- "browser": {
- "accept_header": "text/html",
- "user_agent": "Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)",
- "color_depth": 32,
- "java_enabled": true,
- "javascript_enabled": true,
- "locale": "en-GB",
- "screen_height": 1200,
- "screen_width": 1600,
- "utc_time_zone": 60
}
}, - "loyalty": "string"
}
}| entity required | string <uuid> id of the entity |
| session required | string <uuid> id of the session |
[- {
- "method": "paypal",
- "id": "4bd31c68-8cc8-4db1-982a-5e8e7bfd87c9",
- "session_id": "dbaf74ee-e248-4f54-b622-15b054ed1fbc",
- "entity_id": "fce21839-4469-aba7-b622-15b054ed1fbc",
- "transaction_id": "fce21839-24bf-4469-aba7-074bab328a22",
- "date": "2020-08-25T10:42:59+02:00",
- "status": {
- "action": "AUTHORIZE",
- "state": "SUCCESS",
- "code": "SUCCEEDED",
- "description": "string"
}, - "partner": "braintree",
- "plugin_result": {
- "currency_code": "EUR",
- "token": "string",
- "status": "000.100.200",
- "integrated_token": [
- {
- "id": "sl-23S-Dxc",
- "loyalty": "string",
- "uniqueness_token": "string",
- "pin_code": "1234",
- "expiration_date": "2021-08-20T07:46:23.433Z",
- "description": {
- "brand_name": "VISA",
- "display_token": "**** 4169",
- "holder_name": "John DOE"
}, - "owner": "string"
}
], - "payment_data": {
- "token": "sl-23S-Dxc",
- "holder": "John DOE",
- "card": {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}, - "cards": [
- {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}
]
}, - "partner_reference": "string",
- "amount": 5,
- "logs": {
- "card_holder": "John Doe",
- "card_expiry_month": "02",
- "card_expiry_year": "2023",
- "card_bin": "420000",
- "card_last_4_digits": "0109",
- "card_brand": "VISA_DEBIT",
- "card_network": "VISA",
- "3d_secure_eci": "string",
- "property1": "string",
- "property2": "string"
}, - "partner_data": {
- "session": "xx-Tyuhjk-OJLK",
- "fingerprint": "mG/7oNfgy7dPj8/jhP5Ynr9u1U=",
- "cashier_id": "JDOE26",
- "point_of_sale_id": "TILL123",
- "entity_name": "CAMPUS",
- "entity_id": "118",
- "browser": {
- "accept_header": "text/html",
- "user_agent": "Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)",
- "color_depth": 32,
- "java_enabled": true,
- "javascript_enabled": true,
- "locale": "en-GB",
- "screen_height": 1200,
- "screen_width": 1600,
- "utc_time_zone": 60
}
}, - "loyalty": "string"
}
}
]WARNING ! NOT RECOMMENDED ! Orders are not unique Ids. There is a risk that you do not receive the proper data. It is advised to use the sessionId
| entity required | string <uuid> id of the entity |
| order required | string id of the order (Careful, you must ensure the unicity of the order id) |
[- {
- "method": "paypal",
- "id": "4bd31c68-8cc8-4db1-982a-5e8e7bfd87c9",
- "session_id": "dbaf74ee-e248-4f54-b622-15b054ed1fbc",
- "entity_id": "fce21839-4469-aba7-b622-15b054ed1fbc",
- "transaction_id": "fce21839-24bf-4469-aba7-074bab328a22",
- "date": "2020-08-25T10:42:59+02:00",
- "status": {
- "action": "AUTHORIZE",
- "state": "SUCCESS",
- "code": "SUCCEEDED",
- "description": "string"
}, - "partner": "braintree",
- "plugin_result": {
- "currency_code": "EUR",
- "token": "string",
- "status": "000.100.200",
- "integrated_token": [
- {
- "id": "sl-23S-Dxc",
- "loyalty": "string",
- "uniqueness_token": "string",
- "pin_code": "1234",
- "expiration_date": "2021-08-20T07:46:23.433Z",
- "description": {
- "brand_name": "VISA",
- "display_token": "**** 4169",
- "holder_name": "John DOE"
}, - "owner": "string"
}
], - "payment_data": {
- "token": "sl-23S-Dxc",
- "holder": "John DOE",
- "card": {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}, - "cards": [
- {
- "expiry_date": "2023-08-01",
- "type": "VISA_DEBIT",
- "brand_name": "VISA",
- "holder_name": "string",
- "bin": "string",
- "last_four_digits": "string",
- "3ds": {
- "eciCode": 0,
- "sca": true,
- "acs_transaction_id": "string",
- "ds_transaction_id": "string"
}
}
]
}, - "partner_reference": "string",
- "amount": 5,
- "logs": {
- "card_holder": "John Doe",
- "card_expiry_month": "02",
- "card_expiry_year": "2023",
- "card_bin": "420000",
- "card_last_4_digits": "0109",
- "card_brand": "VISA_DEBIT",
- "card_network": "VISA",
- "3d_secure_eci": "string",
- "property1": "string",
- "property2": "string"
}, - "partner_data": {
- "session": "xx-Tyuhjk-OJLK",
- "fingerprint": "mG/7oNfgy7dPj8/jhP5Ynr9u1U=",
- "cashier_id": "JDOE26",
- "point_of_sale_id": "TILL123",
- "entity_name": "CAMPUS",
- "entity_id": "118",
- "browser": {
- "accept_header": "text/html",
- "user_agent": "Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)",
- "color_depth": 32,
- "java_enabled": true,
- "javascript_enabled": true,
- "locale": "en-GB",
- "screen_height": 1200,
- "screen_width": 1600,
- "utc_time_zone": 60
}
}, - "loyalty": "string"
}
}
]| entityId required | string <uuid> id of the entity |
| method | string Example: "softpos" The method on which this result is associated. |
| partner | string Example: "illicado" The partner on which this result is associated. |
| amount | number Example: "399.98" The total amount of this item including vat. |
object (PaymentDataPosResponse) |
{- "method": "softpos",
- "partner": "illicado",
- "amount": 399.98,
- "payment_data": {
- "card": {
- "number": "string"
}
}
}| entityId required | string <uuid> id of the entity |
| method | string Example: "softpos" The method on which this result is associated. |
| partner | string Example: "illicado" The partner on which this result is associated. |
| amount | number Example: "399.98" The total amount of this item including vat. |
object (PaymentDataPosResponse) | |
object (OrderDataPos) |
{- "method": "softpos",
- "partner": "illicado",
- "amount": 399.98,
- "payment_data": {
- "card": {
- "number": "string"
}
}, - "order": {
- "reference": "string",
- "currency_code": "EUR"
}
}