Payment Confirmation
Last updated
Last updated
After authentication, the user is required to verify and confirm their payment:
Similar to login, Cancel will immediately cancel the payment and redirect the user back to the supplied returnUrl
.
When the user presses Confirm, the system will initiate the payment instruction and deduct the appropriate vouchers from the user’s 6DOT50 account and transfer the amount to the nominated accountId
supplied in Initiate Payment.
Should the user have insufficient funds to process the payment, the payment will be cancelled, and the user will be redirected to the returnUrl
. Upon querying the status of the payment: statusCode
will be 2
(cancelled) and errorCode
will be 1
(insufficient funds).
Should any other error occur during the payment process, the payment will be cancelled, and the user will be redirected to the returnUrl
. Be sure to query the status of the payment on return, particularly reviewing statusCode
and errorCode
and display an appropriate message to the user.