{
"id": "9a14962c-bdcf-49d1-8673-e75dfb48013f",
"version": 7,
"created_at": "2020-08-25T10:42:59.123+02:00",
"entity_id": "89a237d0-20f9-438e-b46c-3993c46b7bbe",
"amount": 4299,
"currency": "EUR",
"client_session_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"order_reference": "order_01",
"order": {
"reference": "123456789",
"net_amount": 12000,
"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,
"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
}
]
}
]
},
"capture_mode": "MANUAL",
"amounts": {
"authorize_pending": 0,
"total_authorized": 4299,
"total_voided": 0,
"available_to_void": 1299,
"total_captured": 3000,
"available_to_capture": 1299,
"total_refunded": 0,
"available_to_refund": 3000
},
"overview": {
"consumed": "PARTIALLY",
"captured": "PARTIALLY",
"voided": "NOT",
"refunded": "NOT"
},
"split": [
{
"partner": "easy2play",
"method": "giftcard",
"amount": 2000
},
{
"partner": "dalenys",
"method": "creditcard",
"amount": 2299
}
],
"authorization": {
"status": "AUTHORIZED",
"partner_transactions": [
{
"id": "1a14962c-bdcf-49d1-8673-e75dfb48013f",
"created_at": "2020-08-25T10:42:59.123+02:00",
"updated_at": "2020-08-25T10:42:59.123+02:00",
"status": "AUTHORIZED",
"amount": 2000,
"partner": "easy2play",
"method": "giftcard",
"partner_reference": "6898f79aa20af",
"partner_status": "1",
"partner_status_description": "Successful operation"
},
{
"id": "e3a6516b-0ec4-4a5b-92b0-7bb9693e82c1",
"created_at": "2020-08-25T10:42:59.123+02:00",
"updated_at": "2020-08-25T10:42:59.123+02:00",
"status": "AUTHORIZED",
"amount": 2299,
"partner": "dalenys",
"method": "creditcard",
"card": {
"bin": "513842",
"last_four_digits": "1234",
"holder_name": "John Doe",
"expiry_month": "01",
"expiry_year": "24",
"selected_network": "VISA",
"three_ds": {
"eci": "01"
}
},
"partner_reference": "A4232036332",
"partner_status": "0000",
"partner_status_description": "Successful operation"
}
]
},
"captures": [
{
"id": "1a14962c-bdcf-49d1-8673-e75dfb48013f",
"amount": 3000,
"created_at": "2020-08-25T10:42:59.123+02:00",
"updated_at": "2020-08-25T10:42:59.123+02:00",
"triggered_by": "MERCHANT",
"merchant_reference": "CAP#1223445",
"status": "SUCCESS",
"partner_transactions": [
{
"id": "4a14962c-bdcf-49d1-8673-e75dfb48013f",
"created_at": "2020-08-25T10:42:59.123+02:00",
"updated_at": "2020-08-25T10:42:59.123+02:00",
"status": "SUCCESS",
"amount": 2000,
"partner": "easy2play",
"method": "giftcard",
"partner_reference": "9898f79aa20rt",
"partner_status": "1",
"partner_status_description": "Successful operation"
},
{
"id": "28267b24-4def-4440-b7a4-5ee0f145c56d",
"created_at": "2020-08-25T10:42:59.123+02:00",
"updated_at": "2020-08-25T10:42:59.123+02:00",
"status": "SUCCESS",
"amount": 1000,
"partner": "dalenys",
"method": "creditcard",
"partner_reference": "C5232036332",
"partner_status": "0000",
"partner_status_description": "Successful operation"
}
]
}
],
"voids": [],
"refunds": [],
"links": {
"self": {
"href": "/v2/payment/9a14962c-bdcf-49d1-8673-e75dfb48013f",
"method": "GET"
},
"capture": {
"href": "/v2/payments/9a14962c-bdcf-49d1-8673-e75dfb48013f/captures",
"method": "POST"
},
"refund": {
"href": "/v2/payments/9a14962c-bdcf-49d1-8673-e75dfb48013f/refunds",
"method": "POST"
},
"void": {
"href": "/v2/payments/9a14962c-bdcf-49d1-8673-e75dfb48013f/voids",
"method": "POST"
}
}
}