USSD

Accept payments directly from customers using banks USSD codes

Accept payments directly from your customers local bank account through ussd payment channel.

How it works

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

  2. When the request is made you are expected to get a dial code.

  3. Customer completes transactions using the USSD spring and dial code generate

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

Last updated