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 the transfer in

Panel
bgColor#79E2F2#F4F5F7

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

Panel
bgColor#79E2F2#F4F5F7

URL: Public/Payout/Currencies/Beneficiaries

Panel
bgColor#79E2F2#F4F5F7

HTTP Method: GET

Panel
bgColor#79E2F2#F4F5F7

Headers: authorization Set value to Bearer SECRET_KEY

string

 

Panel
bgColor#FFC400

Sample Response Body Response code : 200

Code Block
languagejs
{
  "typevalue": "string",[
   "title": "stringEUR",
    "statusGBP":,
0,   "detail": "stringUSD",
    "instanceNGN": "string"
  ],
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": null,
  "stringtype": null,
  "valuetitle": [
 null,
  "stringstatus":   ]200,
  "additionalProp1detail": "string"null,
  "additionalProp2instance": "string"null,
  "additionalProp3extensions": "string"{}
}

...