Vzlaonlineservices API V3
    Vzlaonlineservices API V3
    • INTRODUCTION
    • CHANGELOG
    • Requests Validations
    • Hash Validations
    • Other Validations
    • Operator Validation
    • Webhook Integration
    • Webhook Notification Example
    • MOVISTAR
      • /send
        POST
      • /landline
        POST
      • /lookup
        POST
      • /pay (POSTPAID)
        POST
    • DIGITEL
      • /lookup
        POST
      • /send
        POST
      • /pay (POSTPAID)
        POST
    • MOVILNET
      • /send
        POST
    • SIMPLE TV
      • /send
        POST
      • /lookup
        POST
    • /me
      GET
    • /operators
      GET
    • /send
      POST
    • /products
      GET
    • /transaction-status/{hash}
      GET

      /transaction-status/{hash}

      GET
      /transaction-status/{hash}

      Transaction Status#

      Retrieve information about a specific transaction using its unique hash identifier.

      Notes#

      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}$"
              }
          }
      }
      Modified at 2025-01-15 02:33:35
      Previous
      /products
      Built with