Versions Compared

Key

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

Panel
bgColor#79E2F2

Title: Get All Currencies A Merchant can send transfer in and also all currencies a Beneficiary can receive transfer in

Panel
bgColor#79E2F2

Description : This endpoint helps to determine Consolidation of distinct currencies where transfer can be initiated from (Sender’s Currency) or to (Beneficiary’s Currency)

Panel
bgColor#79E2F2

URL: Public/Payout/Currencies/

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
{
  "typevalue": "string", {
    "titlebeneficiary": "string[
      "EUR",
      "statusGBP":,
  0,   "detail": "stringUSD",
      "instanceNGN":
"string",   "isSuccess": true],
    "errormerchant": "string", [
     "message": "stringUSD",
  "responseCode": "string",   "valueNGN":,
 {     "beneficiaryGBP":,
[       "stringEUR"
    ],
  },
  "merchantisSuccess": [true,
  "error": "",
  "stringmessage": "",
   ]"responseCode": null,
  }"type": null,
  "additionalProp1title": null,
  "stringstatus": 200,
  "additionalProp2detail": null,
  "stringinstance": null,
  "additionalProp3extensions": "string"{}
}

...