v1
latestOpenAPI 3.0.02026-08-06363576.8 KBTemporary payment method
Check the status of a temporary payment methd token when dealing with 3D secure.
When the 'status' attribute of the response returns 'tokencreated', you can use the token to confirm payments.
get/temporarypaymentmethod/{token}/
Path parameters
tokenstring required
Temporary payment method token returned from /api/temporarypaymentmethod/
Response
Response when creating a temporary payment method
Example response
{
"token": "637302f0412e2e11adc0ba21adafcf11",
"status": "tokencreated"
}