/
/Chimoney API Docs
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
Account8
Agents12
AI1
Beneficiary3
Info18
  • getGet list of all supported airtime Countries.
  • getGet list of states/regions for a specific country.
  • getGet list of all assests.
  • getGet list of Supported banks and bank code.
  • getGet list of bank branches and branch code.
  • getSearch for banks in a specific country (Support for international banks).
  • getGet exchange rates.
  • getConvert local currency amount to USD.
  • getConvert currency amount to USD.
  • getConvert USD amount to Local currency amount.
  • getConvert USD to Local currency amount.
  • getGet list of all supported mobile money codes.
  • postVerify a bank account number or multiple bank account numbers.
  • postValidate a Chimoney issued voucher code.
  • postPayee/Merchant search Information.
  • getGet beneficiary validation rules for a specific country.
  • getGet list of identification types and their codes.
  • postEstimate fees for a transaction before executing it.
MultiCurrency Wallets8
Passport1
Payments5
Payouts13
Redeem5
SubAccount9
Wallet3
    Info

    Get list of identification types and their codes.

    get/v0.2.4/info/identification-types

    Response

    Success.

    statusstring

    Status of the request.

    messagestring

    Success message.

    Example response

    {
      "status": "success",
      "message": "Identification types retrieved successfully",
      "data": [
        {
          "type": "International Passport",
          "code": "01"
        }
      ]
    }

    Changes