Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3

Title: Get All Currencies A Merchant can send transfer in and also all currencies a Beneficiary can receive in

Description : This endpoint helps to determine Consolidation of distinct currencies where transfer can be initiated from (Sender’s Currency) or to (Beneficiary’s Currency)

URL: Public/Payout/Currencies/

HTTP Method : GET

Headers : authorization Set value to Bearer SECRET_KEY

string

 

Sample Response Body Response code : 200

{
  "value": {
    "beneficiary": [
      "EUR",
      "GBP",
      "USD",
      "NGN"
    ],
    "merchant": [
      "USD",
      "NGN",
      "GBP",
      "EUR"
    ]
  },
  "isSuccess": true,
  "error": "",
  "message": "",
  "responseCode": null,
  "type": null,
  "title": null,
  "status": 200,
  "detail": null,
  "instance": null,
  "extensions": {}
}
  • No labels