curl -X POST https://api-eu.sulpayments.ch/v1/order/3ds \ -H "Authorization: Bearer {token}" \ -H "Content-Type: application/json" \ -d '{ "order": {...}, "customer": {...}, "credit_card": {...}, "credentials": {...} }'
{ "id": "ord_3ds_002", "status": "paid" }
Create and authenticate a 3DS order in one call
eci
callback
Bearer {token}