{
"id": "76fc12e0-2226-438b-b053-8b58a8bd5984",
"status": "CREATED",
"expires_at": "2025-03-19T15:27:06.759Z",
"entity_id": "fcadf8f7-2d3d-4c71-8715-ddf2c1d3fe76",
"amount": 12000,
"currency": "EUR",
"allow_future_usage": false,
"capture_mode": "MANUAL",
"shopper_redirection_url": "https://www.example.com",
"order": {
"reference": "JLA123457",
"net_amount": 12000,
"discount_amount": 500,
"tax_amount": 2000,
"billing_address": {
"gender": "MALE",
"first_name": "Xavier",
"middle_name": "",
"last_name": "LEDOUX",
"address_lines": [
"1 rue du TEST"
],
"city": "Paris",
"postal_code": "75001",
"country_code": "FR",
"phone_number": "+33601020304"
},
"shipments": [
{
"net_amount": 12000,
"estimated_delivery_date_time": "2023-10-30T13:40:00Z",
"shipping_address": {
"gender": "MALE",
"first_name": "Xavier",
"middle_name": "",
"last_name": "LEDOUX",
"address_lines": [
"1 rue du TEST"
],
"city": "Paris",
"postal_code": "75001",
"country_code": "FR",
"mobile_phone_number": "+33643547856",
"delivery_point_name": "home"
},
"item_lines": [
{
"type": "PHYSICAL",
"sku_reference": "34526718",
"name": "Chaussette",
"brand": "Naine",
"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
}
]
}
]
},
"customer": {
"reference": "1234567890987653212",
"email": "[email protected]",
"gender": "MALE",
"first_name": "Xavier",
"middle_name": "",
"last_name": "LEDOUX",
"birth_date": "1995-08-25",
"ip_address": "203.0.113.195",
"locale": "fr_FR",
"account": {
"purchase_count_last_day": 0,
"purchase_count_last_six_months": 3,
"purchase_count_last_year": 8,
"authentication_method": "MERCHANT_CREDENTIALS",
"age_indicator": "MORE_60_DAYS",
"change_indicator": "MORE_60_DAYS",
"password_change_indicator": "MORE_60_DAYS",
"creation_date_time": "2017-06-15T13:30:00Z",
"update_date_time": "2023-02-20T19:54:00Z",
"password_update_date_time": "2023-02-20T19:54:00Z",
"authentication_date_time": "2023-10-30T13:33:00Z"
}
},
"widget": {
"data": "eyJhcGlfdXJsIjoiaHR0cHM6Ly9hcGkucHVyc2Utc2FuZGJveC5jb2...",
"js_url": "https://cdn.purse-sandbox.com/dropin/v3-latest/purse.js"
},
"links": {
"self": {
"method": "GET",
"href": "https://api.purse-sandbox.com/payment/v2/client-sessions/76fc12e0-2226-438b-b053-8b58a8bd5984"
},
"abort": {
"method": "POST",
"href": "https://api.purse-sandbox.com/payment/v2/client-sessions/76fc12e0-2226-438b-b053-8b58a8bd5984/abort"
}
},
"eligible_solutions": [
{
"partner": "oneycard",
"method": "10x"
},
{
"partner": "oneycard",
"method": "comptant"
},
{
"partner": "ingenico",
"method": "creditcard"
},
{
"partner": "oney",
"method": "cb3x"
},
{
"partner": "floa",
"method": "cb3x"
},
{
"partner": "maxxing",
"method": "loyaltycard"
},
{
"partner": "riverty",
"method": "3x"
},
{
"partner": "riverty",
"method": "invoice"
},
{
"partner": "klarna",
"method": "installments"
},
{
"partner": "illicado",
"method": "giftcard"
},
{
"partner": "payzen",
"method": "googlepay"
},
{
"partner": "slimpay",
"method": "sepa"
},
{
"partner": "adyen",
"method": "creditcard"
},
{
"partner": "scellius",
"method": "sepainstant"
},
{
"partner": "paypal",
"method": "wallet"
}
]
}