{
"entity_id": "{{entity_id}}",
"amount": 11500,
"currency": "EUR",
"shopper_redirection_url": "https://www.example.com",
"customer": {
"reference": "2090000000000",
"type": "PERSON",
"gender": "FEMALE",
"first_name": "Emily",
"middle_name": "Rose",
"last_name": "PARKER",
"birth_date": "1995-08-25",
"ip_address": "203.0.113.195",
"locale": "fr-FR",
"account": {
"creation_date_time": "2017-06-15T15:30:00+02:00",
"update_date_time": "2023-02-20T20:54:00+01:00",
"password_update_date_time": "2023-02-20T20:54:00+01:00",
"purchase_count_last_day": 0,
"purchase_count_last_six_months": 3,
"purchase_count_last_year": 8,
"authentication_method": "MERCHANT_CREDENTIALS",
"authentication_date_time": "2023-10-30T15:33:00+02:00",
"age_indicator": "MORE_60_DAYS",
"change_indicator": "MORE_60_DAYS",
"password_change_indicator": "MORE_60_DAYS"
}
},
"order": {
"reference": "123456789",
"net_amount": 12000,
"discount_amount": 500,
"tax_amount": 2000,
"billing_address": {
"gender": "FEMALE",
"first_name": "Emily",
"middle_name": "Rose",
"last_name": "PARKER",
"address_lines": [
"NextNow",
"67 Rue de Luxembourg"
],
"city": "Lille",
"postal_code": "59777",
"country_code": "FR",
"province_code": "FR-HDF",
"phone_number": "+33111111111",
"mobile_phone_number": "+33222222222",
"work_phone_number": "+33444444444"
},
"shipments": [
{
"net_amount": 12000,
"delivery_type": "EXTERNAL_PICKUP",
"delivery_quickness": "REGULAR",
"delivery_method_reference": "#1123-pickup",
"estimated_delivery_date_time": "2023-10-30T15:40:00+02:00",
"shipping_address": {
"gender": "FEMALE",
"first_name": "Rodriguez",
"middle_name": "Eios",
"last_name": "DESANTONS",
"address_lines": [
"Av. de la roja 1676"
],
"city": "Porto",
"postal_code": "22000",
"country_code": "PT",
"province_code": "PT-13",
"phone_number": "+33555555555",
"mobile_phone_number": "+33666666666",
"work_phone_number": "+33777777777",
"delivery_point_name": "home"
},
"item_lines": [
{
"type": "PHYSICAL",
"sku_reference": "2600218",
"name": "Camiseta100 niño GYM",
"brand": "Quivio",
"unit_gross_price": 5000,
"net_amount": 12000,
"quantity": 2,
"tax_amount": 2000,
"tax_rate": 20.00,
"seller_reference": "#42-ACME",
"seller_name": "Acme Corp",
"is_marketplace_seller": true
},
{
"type": "SHIPPING_FEES",
"name": "Transporte",
"net_amount": 0,
"unit_gross_price": 0,
"quantity": 1,
"tax_amount": 0,
"tax_rate": 0
}
]
}
]
},
"three_ds_authentication_options": {
"challenge_indicator": "NO_PREFERENCE",
"challenge_exemption": "LOW_VALUE"
},
"webhook": {
"url": "https://www.example.com/payment-hook?order_id=123456789",
"headers": [
{
"name": "x-custon-header",
"values": ["lorem ipsum"]
}
]
}
}