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

    Authentication

    Generating RSA keys locally on your PC is the most secure option since your private key remains in your control. You can use OpenSSL, PowerShell, or a programming language like c#
    How to generate RSA private and public keys(1024)
    1. In your PC (Recommended)
    2. On WEB
    Modified at 2025-02-18 09:33:41
    Previous
    API Specification
    Next
    Steps to Generate a Secure Signature
    Built with