๐ก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