Confirm Requests
Confirming a request will create an executable order request for the customer within our system.
It is highly recommended that you require the customer to input some sort
of security key (i.e. pin, OTP, etc…) before making the POST
request to
confirm an order request.
Creating an order request
Make a POST
request to /requests
To create a sell order request, simiply set the orderType
to SELL
Example Request Payload
Example Response
Request payload
query | Definition | Required |
---|---|---|
amount | The order request amount | Yes |
Query parameters
query | Definition | Required |
---|---|---|
customerId | The unique customer identifer | Yes |
orderType | The type of order request. Either PURCHASE or SELL | Yes |
symbol | The stock symbol for the order request | Yes |
Confirm request view example
USSD Confirm Request View
Check out an example of the ussd confirm request view