Transaction API

Initiate transaction with below details

Note
  • selected_plan_id , selected_plan_type, selected_part_number, should be sent in transaction call under metadata key to inform what part number is being paid for

  • Unless the selected part’s payment is successful, user cannot make payment for the next part. E.g. user is making payment for part 1 and transaction goes into pending, in such a scenario, user can make repayment of part 1 only and cannot proceed to part 2 since previous part is still pending and not completed.

API Endpoints
Sandbox Link
POST
https://sandbox.juspay.in/txns
Production Link
POST
https://api.juspay.in/txns
Body
200 : Success
Last updated 4 months ago