๐Ÿ’ก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.

Use Case: Browse products on your website. Specify the exact amount and initiate the NovaX order to be paid in full.

๐Ÿ’ณ 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.

Use Case: Accept donations of any amount for your organization or credit a user's account in your system upon successful payment.

๐Ÿ—บ๏ธ Process Flow

  1. ๐Ÿš€ CREATE: Initiate Order Creation via API. See:Create Order

  2. ๐Ÿ’ป PRESENT: Present the Payment Gateway URL to the Customer.

  3. ๐Ÿ’ณ PAY: Customer proceeds with Payment for the Order.

  4. โœ… COMPLETE: Automatically Redirect to the Specified returnUrl. See: Order Redirect Url

  5. ๐Ÿ“ข NOTIFY: Trigger Notification to the Specified notifyUrl. See: Order Notify Url (Webhook)

Last updated