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 2 Next »

Title: Get All Currencies A Beneficiary can receive transfer 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

{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": "string",
  "value": {
    "beneficiary": [
      "string"
    ],
    "merchant": [
      "string"
    ]
  },
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}
  • No labels