💡How It Works
We provide two distinct payment gateway order options: 'payment
' and 'deposit
'.
💳 Payment Orders (Fixed Amount):
For payment orders, a specific, predetermined amount must be paid to complete the order.
💳 Deposit Orders (Flexible Amount):
In the case of deposit orders, there is no fixed amount requirement. Any payment made toward the order will be processed, and upon receipt, the order will be considered complete.
🗺️ Process Flow
🚀 CREATE: Initiate Order Creation via API. See:Create Order
💻 PRESENT: Present the Payment Gateway URL to the Customer.
💳 PAY: Customer proceeds with Payment for the Order.
✅ COMPLETE: Automatically Redirect to the Specified
returnUrl
. See: Order Redirect Url📢 NOTIFY: Trigger Notification to the Specified
notifyUrl
. See: Order Notify Url (Webhook)
Last updated