Cards API
    Cards API
    • Introduction
    • API Usage Instructions
    • Platform URL's
    • API Specification
    • Authentication
    • Steps to Generate a Secure Signature
    • Callback Parameters and Template
    • Merchant
      • Information
        GET
      • Program Details
        GET
    • Cards
      • KYC Requirements
      • Apply Card
        • Apply
        • Binding
      • Information
        • CardDetails
        • PinDetails
        • CardBalance
        • Single Card Transactions
        • All Cards Transactions
        • Countries
        • Towns
      • Top Up
        • Estimate Card TopUp Fee
        • TopUp
        • TopUp Status
      • Actions
        • Freeze
        • UnFreeze
        • Cancellation
        • SetPin
    • Webhooks
      • Callback notification
      • Kycstatus result callback notification
      • Createcard result callback notification
      • Recharge callback notification
      • Operation callback notification
      • Consume result callback notification
      • Fee callback notification
      • Refund callback notification
      • Bank card 3DS verification

    API Specification

    To ensure security and verify the sender's identity, all open API requests are authenticated using SHA256WithRSA.Both the requester and the receiver must whitelist each other's IP addresses to prevent unauthorized access.
    Lowercase Parameters and URLs: All parameter names and URLs should be in lowercase.
    Time Zone: All date and time used in the API must be in UTC. Requesters need to convert their date and time to UTC when using the API.
    Unix Timestamp: All time and date-related data in the API use Unix timestamps (in seconds).
    JSON Format: The request body must be in JSON format unless specified otherwise. Use Content-Type: application/json.
    Parameter NameTypeRequiredDescription
    timestamplongtrueUnix timestamp (in second)
    noncestringtrueRandom 10 characters string
    customerTokenstringtrueThe customer token is generated by the Arth Merchant Platform for merchant identification.
    signaturestringtrueSignature of request body + header request
    Modified at 2025-02-26 09:34:38
    Previous
    Platform URL's
    Next
    Authentication
    Built with