v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBCards/Topup
Executes card topup request
Executes the estimated card topup request
post/api/v1/cards/topup/execute
Request body
Example request
{
"device_id": "device-1234",
"estimation_id": "00000000-0000-0000-0000-000000000001"
}Response
OK
Example response
{
"id": "00000000-0000-0000-0000-000000000001",
"status": "pending",
"three_ds_state": {
"flow": "frictionless",
"provider": "checkout",
"status": "approved",
"status_reason": "low_risk",
"url": "https://3ds.example/challenge"
}
}