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.
Make a POST
request to /requests
To create a sell order request, simiply set the orderType
to SELL
Example Request Payload
Example Response
query | Definition | Required |
---|---|---|
amount | The order request amount | Yes |
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 |
Check out an example of the ussd confirm request view
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.
Make a POST
request to /requests
To create a sell order request, simiply set the orderType
to SELL
Example Request Payload
Example Response
query | Definition | Required |
---|---|---|
amount | The order request amount | Yes |
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 |
Check out an example of the ussd confirm request view