Route APIs
List of Route APIs available to perform various actions.
You can use the Route APIs to perform various actions. You can perform all of these actions from the Dashboard as well.
- Ensure the currency is in when creating an
order_id
. - Ensure orders created have the
partial_payment
parameter set tofalse
. Transfers will only occur if the orders are paid and the payments move to thecaptured
state. - Ensure to pass the Linked Account id while creating an order.
- Ensure the amount passed in the
transfers
object is not greater than the order amount. - If the amount passed in the
transfers
object is less than the main amount, the balance will automatically move to the Razorpay nodal account.
Example:
- Once the payment has been successfully made, verify the at your backend.
- You can use API for reconciliation.
- You can also and set up the
transfer.processed
Webhook event.
Was this page helpful?
route
split payments
route apis