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
{
  "value": [
    "EUR",
    "GBP",
    "USD",
    "NGN"
  ],
  "isSuccess": true,
  "error": "",
  "message": "",
  "responseCode": null,
  "type": null,
  "title": null,
  "status": 200,
  "detail": null,
  "instance": null,
  "extensions": {}
}

...