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

Title: Get All Currencies A Beneficiary can receive transfer in

Description : This endpoint helps to determine currencies in which Beneficiary can receive transfer in

URL: Public/Payout/Currencies/Beneficiaries

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": [
    "string"
  ],
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}
  • No labels