Initiating 'Add account' ussd flow
Initiating "Add account" ussd flow. Result will be delivered asynchronously by calling user callback.
- application/json
Request Body required
- customerMsisdn +234'10 digits' or 234'10 digits' or 0'10 digits' or +0'10 digits' or '10 digits' required
Msisdn of the customer, who will add account
- customerEmail valid email address according to "RFC 2822"
Payer e-mail
- operationId string required
Merchant payment operation identifier
Responses
- 202
- 400
Operation order was accepted and is going to be processed.
- application/json
- Schema
- Example (from schema)
Schema
- recoveryShortcode string
USSD string with recovery token, which can be used by user to dial in when USSD push won't be delivered. Recovery token feature is not enabled for all clients, so it can be null
{
"recoveryShortcode": "*425*123*55555#"
}
Request was malformed
- text/plain
- Schema
- AlreadyInitiated
Schema
- string
Operation with given id already exists
ALREADY_INITIATED
Loading...