Mandates
Mandates - Customer Mandates List
Lists all the mandates for a particular customer id.
POST
/
customers
/
{customer_id}
/
mandates
Authorizations
api-key
string
headerrequiredUse the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.
Response
200 - application/json
mandate_id
string
requiredThe identifier for mandate
status
enum<string>
requiredThe status of the mandate, which indicates whether it can be used to initiate a payment.
Available options:
active
, inactive
, pending
, revoked
payment_method_id
string
requiredThe identifier for payment method
payment_method
string
requiredThe payment method
payment_method_type
string | null
The payment method type
card
object
customer_acceptance
object
This "CustomerAcceptance" object is passed during Payments-Confirm request, it enlists the type, time, and mode of acceptance properties related to an acceptance done by the customer. The customer_acceptance sub object is usually passed by the SDK or client.