Credit bank account
API Endpoint
Credit Bank Account
Initiates a bank account credit transaction
POST
Credit bank account
Step 2: Credit the Bank Account
After retrieving the list of supported banks, use this endpoint to initiate a credit transaction to a specific bank account.You’ll need the bank code obtained from the previous step, along with the account details and amount to complete the transfer.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The receiver's name
Example:
"Internal QA"
The bank code/ routing number
Example:
"300323"
The amount to credit the bank account
Example:
1
The bank account number
Example:
"2030160608116"
The description of the transaction
Example:
"Test Zeepay Bank Credit"
Transaction reference
Example:
"23453452"
The callback URL (optional)
Example:
"https://your-domain.com/webhook/payment-status"
Response
Transaction success response
