Redirection status vs. Notification status

After a payment flow is completed, the customer will be redirected to the ReturnURL you provided in the initial request. We will append to the URL a redirection status, called data, in case you want to display customized messages to the customer (recommended as best practice).

We are also appending the MerchantTransactionID so you can link it with a payment in your system.

However, a successful redirection status does not guarantee that the transaction will have a success notification status. Please be aware that only based on our successful notification status you should release the goods or services!

REDIRECTION STATUS
Data Description Example
2 Success http://demo.smart2pay.com/_redirectURLs/success.html?data=2&MerchantTransactionID=543642229015;
3 Cancelled http://demo.smart2pay.com/_redirectURLs/cancel.html?data=3&MerchantTransactionID=5436794534015
4 Failed http://demo.smart2pay.com/_redirectURLs/failure.html?data=4&MerchantTransactionID=5436422294534015
7 Processing http://demo.smart2pay.com/_redirectURLs/processing.html?data=7&MerchantTransactionID=905017166382&StatusID=7&StatusName=PendingOnProvider
9 Authorized http://demo.smart2pay.com/_redirectURLs/authorized.html?data=9&MerchantTransactionID=747536794534015