Create Order

You can pass the payload in the order creation API or in the session API call.

Note
  1. part_number key have to be sequential in case of fixed plan

  2. no_of_parts should total to the total number of parts in the fixed plan

  3. plan_due_date of the selected plan by user will be considered as order expiry

  4. plan_id must be unique for each plan

  5. maximum_no_of_parts and minimum_part_amount are mandatory parameters in case of EDITABLE plans.

  6. key status inside part_payment takes OPTIONAL/REQUIRED as value. Selected OPTIONAL means users will see part payment as one of the option to make payment.

  7. due_date and plan_due_date have to be EPOCH time for part payment details

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/session
Authorization Header
Body
200 : Success
Last updated 10 months ago