This endpoint allows you to retrieve detailed information about a specific transaction by providing its unique hash identifier.
Use the hash parameter in the URL to specify the transaction you want to retrieve.
Request
Path Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/transaction-status/2deb110b57bfac9d72c14d4ed9622233' \
--header'x-api-key: {{apiKey}}' \
--header'x-api-secret: {{apiSecret}}'
Responses
🟢200OK
application/json
Body
Example
{"success":true,"message":"OK","data":{"date":"2024-02-04T02:12:13.000Z","hash":"2deb110b57bfac9d72c14d4ed9622233","amount":"20.00","destination":"+584146783743","destinationCurrency":"VES","price":"1.67","status":"SENT","channel":"API","transactionId":"226a3e3aebfc859cb407c9eddf2e2679","operatorReference":"0000131662","hasError":false,"useWebhook":true,"webhookUrl":"https://mywebhookurl.com/myendpoint","operator":{"name":"MOVISTAR MOBILE PREPAID","prefixRegex":"^\\+58(?:414|424)\\d{7}$"}}}