Handling the Response
In order to handle a response, the merchant app must register its own custom schema and use that custom schema as a return URL. Parameters will be appended on to the return URL.
These parameters are:
Parameter | Description |
---|---|
status | "FAILED" - There was some sort of an error "CANCELED" - The user cancelled the purchase "SUCCESS" - The transaction MAY have been a success. |
ref | This is the transactionID that can be used to query the status of the transaction. This will only be there is there was a transaction. |
Updated about 2 years ago