Initiate Transaction
POST
https://api.pis.ng/v1.0/payouts/transfer/create
Headers
Name
Type
Description
Secret-Key*
string
Your PIS Secret Key.
Content-Type*
string
application/json
Request Body
Name
Type
Description
reference*
string
A unique reference (100 chars max) for this transaction; can be used in querying its status.
amount*
float
The amount you want to transfer.
accountNumber*
int
The recipient's account number.
bankCode*
string
narration*
string
The transaction narration.
callbackUrl
string
Your callback URL. We'll notify you here if the status of the transaction changes.
Last updated
Was this helpful?