Skip to main content
Weavr Simulator
Cards

Simulate card purchase using card id

POST/cards/{card_id}/purchase

Simulate card purchases by Card ID. Provide card id and transaction amount and the transaction will be processed through the system.

Request

Path parameters

Header parameters

Request body

*
application/json
{}
PurchaseRequestByCardIdPurchaseRequestByCardId · object · 13 fields

Responses

200OK

Success

Body
application/json
{}
PurchaseResponsePurchaseResponse · object · 2 fields
Response example
{  "code": "APPROVED",  "threeDSecureChallengeId": {    "value": 0,    "hasValue": true  }}