Pay with Transfer

Accepts payments from your customers through transfer. This method is available for Nigerian customers only

How it works

  1. To initiate a pay with transfer, make a request to the transfer payments service with the payments/initiates endpoint.

  2. When the request is made you are expected to get a response with a bank account number for transfer to be made.

  3. Customer completes the transaction using by transfering to the generated account number.

  4. Verify the payment

curl -X POST
https://seerbitapi.com/api/v2/payments/initiates
-H 'Content-Type: application/json' 
-H 'Authorization: Bearer {token}

Last updated