Simulate card purchase using card number
POST
/cards/purchase Simulate card purchases. Provide card details and transaction amount and the transaction will be processed through the system.
Request
Header parameters
Request body
*application/json
PurchaseRequestPurchaseRequest · object · 15 fields
Responses
200OK
Success
Body
application/json
PurchaseResponsePurchaseResponse · object · 2 fields
Response example
{ "code": "APPROVED", "threeDSecureChallengeId": { "value": 0, "hasValue": true }}