Mandates
Manage mandates
Mandates - Retrieve Mandate
Retrieves a mandate created using the Payments/Create API
path Parameters
mandate_idThe identifier for mandate
Mandates - Retrieve Mandate › Responses
The mandate was retrieved successfully
mandate_idThe identifier for mandate
statusThe status of the mandate, which indicates whether it can be used to initiate a payment.
payment_method_idThe identifier for payment method
payment_methodThe payment method
payment_method_typeThe payment method type
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.
Mandates - Revoke Mandate
Revokes a mandate created using the Payments/Create API
path Parameters
mandate_idThe identifier for a mandate
Mandates - Revoke Mandate › Responses
The mandate was revoked successfully
mandate_idThe identifier for mandate
statusThe status of the mandate, which indicates whether it can be used to initiate a payment.
error_codeIf there was an error while calling the connectors the code is received here
error_messageIf there was an error while calling the connector the error message is received here
Mandates - Customer Mandates List
Lists all the mandates for a particular customer id.
path Parameters
customer_idThe unique identifier for the customer
Mandates - Customer Mandates List › Responses
List of retrieved mandates for a customer
mandate_idThe identifier for mandate
statusThe status of the mandate, which indicates whether it can be used to initiate a payment.
payment_method_idThe identifier for payment method
payment_methodThe payment method
payment_method_typeThe payment method type
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.