USSD Statement Collection
Allow Customers to leverage existing USSD infrastructure to digitize bank statements. Retrieving bank statements for processing, categorizing and storing transactional and account data.
USSD Statement Collection
POST
{{baseUrl}}/bank-accounts/:bank_account_id/ussd
POST
{{baseUrl}}/bank-accounts/:bank_account_id/ussd
Path Parameters
bank_account_id*
String
Request Body
webhook_url*
String
Add a value for this parameter to send the outcome of the ussd statement collection session.
i.e. the URL to which you would like to receive the results of the ussd statement collection session (successful, failed, in progress).
You can save the value in the environment variable {{webhookUrl}}.
category_engine
String
To enable refined transaction categorisation you will need to set the category_engine
to
allow_redirect
Boolean
Set allow_redirect to "true" if you would like to redirect the end-user/customer after they have completed the online process. By default, it is null and therefore the redirect_url
will not work unless allow_redirect
= true
.
redirect_url
String
Add a value for this parameter to dictate where the end-user/Customer is redirected to after they have successfully completed the USSD process.
i.e. the URL of the page to which you want the end-user/Customer to return/progress to once their transactional data and bank statements have been collected.
You can save the value in the environment variable {{redirectUrl}}.
Status Codes
Webhook Requirements | webhook_url
webhook_url
The following is the payload that gets sent to the url that is provided in the webhook_url
parameter in the POST USSD Statement Collection request.
The webhook gets triggered once the processing of the transactions in the statement(s) is successful. Once you receive this successful payload, you can query any of the /transactions
, /statements
, /accounts
and /transaction-reports
endpoints to retrieve the affordability data you require.
As this is a specific post query, we need to make sure we are sending customer/clients to a safe destination, as such, there is validation done on the Redirect and Webhook URL.
The Filed under validation must have a valid A or AAAA record when querying the dns_get_record PHP function.
A a simple guideline:
Must be RFC compliant
Must include the hostname
Be careful with special characters that might mess with the structure of the post request
USSD – Statement Success
USSD – Statement Failure
USSD – Statement Expiry
Last updated
Was this helpful?