X-Pay Merchant Public Api
  1. XPayMerchant Public API
X-Pay Merchant Public Api
  • Payments
    • Introduction to the X-Pay API
    • Integration Guide - Quick Start
    • Integration Guide - Payments
    • X-Pay WooCommerce
    • X-Pay Flutter Plugin
    • .NET SDK
  • XPayMerchant Public API
    • 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 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
    • Payment Status Visa Sandbox
      GET
    • Payment Status MasterCard Sandbox
      GET
    • Payment Status Visa Production
      GET
    • Payment Status Mastercard Production
      GET
    • Generate Payment Token Sandbox
      POST
    • Generate Payment Token Production
      POST
    • Card Token Payment Sandbox
      POST
    • Card Token Payment Production
      POST
    • Delete Card Token Sandbox
      DELETE
    • Fast Checkout
      POST
    • Fast Checkout Sandbox
      POST
  1. XPayMerchant Public API

Get Currencies

GET
/init/currencies/all

Request

None

Responses

🟢200Currencies
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/init/currencies/all'
Response Response Example
[
    {
        "id": 1,
        "currencyName": "United States Dollar",
        "currencyCode": "USD",
        "currencySymbol": null,
        "createdAt": "2024-06-07T09:22:52.370+00:00",
        "updatedAt": null
    },
    {
        "id": 2,
        "currencyName": "Zimbabwe Gold Currency",
        "currencyCode": "ZIG",
        "currencySymbol": null,
        "createdAt": "2024-06-07T09:23:11.059+00:00",
        "updatedAt": null
    },
    {
        "id": 3,
        "currencyName": "South African Rand",
        "currencyCode": "ZAR",
        "currencySymbol": null,
        "createdAt": "2024-06-07T09:23:53.212+00:00",
        "updatedAt": null
    }
]
Modified at 2025-11-17 18:54:15
Previous
Get Token Production
Next
Get Banks
Built with