SmatPay Merchant Public Api
    SmatPay Merchant Public Api
    • Introduction to the SmatPay API
    • Integration Guide - Quick Start
    • Integration Guide - Payments
    • SmatPay WooCommerce
    • .NET SDK
    • Get Token Sandbox
      POST
    • Get Token Production
      POST
    • Get Currencies
      GET
    • Get Banks
      GET
    • Get Payment intervals
      GET
    • Payment Calculator
      POST
    • Test Webhook Sandbox
      POST
    • Test Webhook Production
      POST
    • Pay Innbucks Sandbox
      POST
    • Pay Innbucks Sandbox Bulk
      POST
    • Pay Innbucks Production
      POST
    • Pay Innbucks Production Bulk
      POST
    • Pay ZimSwitch Sandbox
      POST
    • Pay Visa Sandbox
      POST
    • Pay Visa Production
      POST
    • Pay Mastercard Sandbox
      POST
    • Pay Mastercard Production
      POST
    • Pay Mastercard Sandbox Bulk
      POST
    • Pay Mastercard Production Bulk
      POST
    • Pay Visa Sandbox Bulk
      POST
    • Pay Visa Production Bulk
      POST
    • Pay ZimSwitch Sandbox Bulk
      POST
    • Pay ZimSwitch Production
      POST
    • Pay ZimSwitch Production Bulk
      POST
    • Pay Ecocash Sandbox
      POST
    • Pay Ecocash Sandbox Bulk
      POST
    • Bulk Payouts Sandbox
      POST
    • Bulk Payouts Production
      POST
    • Pay Ecocash Production
      POST
    • Pay Ecocash Production Bulk
      POST
    • Payment Status Innbucks Sandbox
      GET
    • Payment Status Innbucks Production
      GET
    • Payment Status Ecocash Sandbox
      GET
    • Payment Status Ecocash Production
      GET
    • Payment Status ZimSwitch Sandbox
      GET
    • Payment Status ZimSwitch Production
      GET
    • Payment Status Visa Sandbox
      GET
    • Payment Status MasterCard Sandbox Copy
      GET
    • Payment Status Visa Production
      GET
    • Payment Status Mastercard Production
      GET
    • Generate Recurring Payment Sandbox
      POST
    • Generate Payment Token Sandbox
      POST
    • Generate Payment Token With Payment Sandbox
      POST
    • Cancel Recurring Payment Sandbox
      POST
    • Fast Checkout
      POST
    • Fast Checkout Sandbox
      POST

      Payment Status ZimSwitch Sandbox

      GET
      /sandbox/api/getPaymentDetails

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/json
      transactionReference
      string 
      required
      walletName
      string 
      required
      Example
      {
        "transactionReference": "7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
        "walletName": "ZimSwitch"
      }

      Request 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 'https://live.smatpay.africa/sandbox/api/getPaymentDetails' \
      --header 'Content-Type: application/json' \
      --data-raw '{
         "transactionReference":"7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
         "walletName" : "ZimSwitch"
      }'

      Responses

      🟢200Payment Details Zimswitch
      application/json
      Body
      array of:
      status
      string 
      optional
      description
      string 
      optional
      paymentCurrency
      string 
      optional
      paymentAmount
      integer 
      optional
      paymentCharges
      number 
      optional
      paymentReference
      string 
      optional
      paymentMethod
      string 
      optional
      paymentDate
      string 
      optional
      Example
      [
        {
          "status": "Paid",
          "description": "",
          "paymentCurrency": "USD",
          "paymentAmount": 10,
          "paymentCharges": 0.8499999999999996,
          "paymentReference": "9fed47af-72db-44cb-8d90-ba262d9ec9c3",
          "paymentMethod": "ZimSwitch",
          "paymentDate": "2025-02-18T14:13:20.944+00:00"
        }
      ]
      Modified at 2025-03-10 20:49:15
      Previous
      Payment Status Ecocash Production
      Next
      Payment Status ZimSwitch Production
      Built with