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:

ParameterDescription
status"FAILED" - There was some sort of an error

"CANCELED" - The user cancelled the purchase

"SUCCESS" - The transaction MAY have been a success.
refThis is the transactionID that can be used to query the status of the transaction. This will only be there is there was a transaction.