Mandate Execution API

This API is used to debit amount from the customers account on a recurring basis as per the frequency specified during mandate registration flow. The API creates an order, sends notification to customer informing about upcoming debit and performs a transaction with PG based on the mandate_id passed in the request.

NOTE: Implement this API only when you have use case of Mandates.

API Endpoints
Production Link
GET
https://api.juspay.in/txns
Authorization Header
Headers
Body
200 : Success
400 : Invalid Input data
401 : Authentication Failed
500 : Unexpected Error
Last updated 2 years ago