v1
latestOpenAPI 3.1.02026-07-2414085.2 KBCreate a purchase using a wallet
post/purchases/
Headers
Content-Typestring
application/json
Request body
Response
200
Example response
{
"successful": true,
"response": {
"authorization": "295229",
"id": "071-P-HEJJINFO",
"card_number": "512345XXXXXX2346",
"card_holder": "Jim Smith",
"card_expiry": "2023-05-31",
"card_token": "fke8swow",
"card_type": "MasterCard",
"card_category": "Credit",
"card_subcategory": "Standard",
"amount": 1000,
"decimal_amount": 10,
"successful": true,
"message": "Approved",
"reference": "fd792da68ea1b8a1ba791a0efc6f73b4",
"currency": "USD",
"transaction_id": "071-P-HEJJINFO",
"settlement_date": "2018-07-06",
"transaction_date": "2018-07-06T10:31:05+10:00",
"response_code": "00",
"captured": true,
"captured_amount": 1000,
"rrn": "071PHEJJINFO",
"cvv_match": "M"
},
"test": true
}