get https://api.juspay.in/customers//mandates
Parameter | Type | Description |
---|---|---|
object | String | “list” |
list | Array | An array of Mandate Object |
total | Int | Total mandates set against customer_id |
offset | Int | 0 |
count | Int | Total mandates set against customer_id |
Mandate Object
Field | Type | Description |
---|---|---|
status | String | Mandate status ENUM. ACTIVE |
mandate_id | String | The id of the mandate |
mandate_debit_token | String | One time token for recurring mandate execution |
max_amount | Number | Max amount of mandate set while creating a mandate |
currency | String | Currency set while creating a mandate |
payment_info | PaymentInfo Object | It contains the payment instrument details using which the mandate was created |