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.
To create a sell order request, simiply set the orderType to SELL
Example Request Payload
Copy
{ "amount": 100}
Example Response
Copy
{ "data": { "ussdMessage": "Zamtel Message\n Thank you for purchasing 100ZK of Apple stock. You will receive a confirmation shortly.", "ussdConfirm": { "requestUrl": "https://api.staging.pipevest.com/v1/ussd/stocks?customerId=123456&symbol=AAPL", "requestType": "GET" } }, "code": 200, "message": "Success"}