Transfer
Accept payments via transfer
Accepts payments from your customers through transfer. This method is available for Nigerian customers only
How it works
To initiate a pay with transfer, make a request to the transfer payments service with the
payments/initiates
endpoint.When the request is made you are expected to get a response with a bank account number for transfer to be made.
Customer completes the transaction using by transfering to the generated account number.
Verify the payment
curl -X POST
https://seerbitapi.com/api/v2/payments/initiates
-H 'Content-Type: application/json'
-H 'Authorization: Bearer {token}
Last updated