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 4

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

{
  "value": [
    "EUR",
    "GBP",
    "USD",
    "NGN"
  ],
  "isSuccess": true,
  "error": "",
  "message": "",
  "responseCode": null,
  "type": null,
  "title": null,
  "status": 200,
  "detail": null,
  "instance": null,
  "extensions": {}
}
  • No labels