Disburse (Pay)
POST {{uri}}/v1/pay/NGN
Body Request
Name
Type
Description
account_name
String
Recipient's name
account_number
String
Recipient Bank account number
amount
Integer
Amount to disburse
transaction_hash
String
0x2cc419f14f6f1fefdb58e0359480fa321866a10668513488e71677c345339f27
bank_name
String
Name of the bank
bank_code
String
Bank code
chain
String
CELO, BASE or STELLAR
callback_url
URL
URL to receive payment notification
{
"transaction_hash":"0x55a572efe1720250e442f38741477a4fc3f7f152e5cd208cc52f8222a1c2a13b",
"account_number": "08123234567",
"account_name": "James James"
"amount": "50",
"fee": "10",
"bank_name": "Sterlin Bank",
"bank_code": "232"
"chain": "CELO",
"callback_url": "https://pretium.africa/callback"
}
Last updated