Payout

Sample payload

 {
  "payoutDetails": [
    {
     "clientReference": "yourReference", //for merchant reference
      "accountNumber": "1234567890",
      "bankCode": "000000",
      "amount": 100,
      "description": "payout",
      "accountName": "ACCOUNT NAME",
      "creditCurrency": "NGN",
      "debitCurrency": "NGN"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!