- Single Payments with Saved Payment Method: Customers authorize saving their payment method, allowing quick future payments.
- Subscription Payments: For recurring charges, mandates ensure each payment cycle uses a customer-authorized payment method.
Retrieving a Mandate
Mandates are tied directly to specific payment methods and can only be retrieved by the associated payment method ID, allowing merchants to verify authorization. Parameters:payment_method
(string): The unique identifier for the saved payment method linked to the mandate.
Key Points
- Automatic Creation: Mandates are automatically generated when a customer requests to save a payment method, reinforcing authorization.
- Legal Protection: Because mandates are only customer-initiated, merchants are safeguarded from potential legal issues or disputes related to unauthorized saved payment methods.
- Retrieval-Only: Merchants cannot create mandates manually; they are retrieved by payment method ID only.
- Future Payment Authorization: Mandates allow saved payment methods to be reused securely for single or recurring payments, simplifying the process for merchants and customers.