Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel
bgColor#79E2F2

Title: Get All Currencies A Beneficiary can receive transfer in

Panel
bgColor#79E2F2

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

Panel
bgColor#79E2F2

URL: Public/Payout/Currencies/Beneficiaries

Panel
bgColor#79E2F2

HTTP Method : GET

Panel
bgColor#79E2F2

Headers : authorization Set value to Bearer SECRET_KEY

string

 

Panel
bgColor#FFC400

Sample Response Body Response code : 200

Code Block
languagejs
{
  "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"
}

...