Online Payment / Transaction Process
Online Payment / Transaction Process
Last updated
Online Payment / Transaction Process
Last updated
Merchant needs to prepare 3 simple and similar payment endpoint scripts to handle the payment notification from the payment gateway:
Return URL: front-end or browser redirection notification, which are normally not a 100% reliable and robust channel due to unexpected network connectivity issue or client-side behavior, such as browser application crashes;
Notify URL (webhook): a server-to-server back-end webhook which is more robust and crucial for payment status or order update;
Callback URL (webhook): a special handler webhook to get notified on non-realtime payment status, such as “deferred status update”, change of payment status, or Fiuu Cash, which is not a realtime payment naturally.
After the normal payment flow, merchants can always send payment status query requests, which is defined in reQuery APIs (a.k.a PSQ, Payment Status Query).