Check PayFast Payment Status
Poll the payment status for a cart after the PayFast modal closes. Returns pending while awaiting confirmation, complete once payment has succeeded (in which case the cart has been converted to an order), or failed with a message if the payment did not go through.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier for the cart
Response
The current PayFast payment status for the cart.
The payment status.
pending, complete, failed The created order (present when the cart was converted to an order on completion).
The PayFast payment identifier (present on completion when the cart still exists).
The failure reason (present when status is failed).

