transactionReference: The unique identifier assigned to the transaction by Kushki.clientTransactionId: The identifier assigned to the transaction by the merchant.Product in beta version 🔐👨💻
We are working on our beta version. Stay tuned for its official release! You can also contact your account manager for more information.
Important!
If you receive any of the errors listed in the error codes table, you must use the clientTransactionIdto retrieve the transaction status.
curl --location 'https://api-uat.kushkipagos.com/payouts/card/v1/transaction/' \
--header 'Private-Merchant-Id;'{
"amount": 13,
"processor": {
"code": "00",
"message": "Approved and completed successfully"
},
"ticketNumber": "951738256068368362",
"transactionReference": "763274a1-b47b-493f-934f-047801cc04a0",
"transactionStatus": "APPROVAL"
}