Get mandates for a payment method

Returns all mandates associated with a payment method.

SecurityOAuth2
Request
path Parameters
paymentMethodId
required
string <uuid>

The identifier of the payment method.

Responses
200

Successful operation. Returns information about mandates for the specific payment method.

400

Invalid payment method ID format.

403

Unauthorized access.

404

Payment method not found.

get/v1/payment-methods/{paymentMethodId}/mandates
Request samples
curl -i -X GET \
  'https://toast-api-server/v1/payment-methods/{paymentMethodId}/mandates' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
[
  • {
    }
]