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
To initiate a USSD payment, make a request to the USSD payments service with the
payments/initiates
endpoint.When the request is made you are expected to get a dial code.
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