cURL
curl --request POST \ --url https://staging.api.tribease.com/v2/v2/payment-intents/verify-transaction \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clientReference": "<string>", "transactionReference": "<string>" } '
{ "status": "<string>", "title": "<string>", "data": [ { "status": 123, "detail": "<string>", "clientReference": "<string>", "transactionReference": "<string>" } ] }
Show properties