Payment Method
Create payment method link
Create a link to request the customer to add a new payment method. The link can be sent to the customer via email.
Required permissions:payment-method:add
POST
Authorizations
Value for the Authorization header parameter.
Body
The customer id
The allowed payment method types. If none is provided, all available will be shown.
Available options:
sepa_debit
, card
, paypal
, bank_transfer
, wallet
Whether to send an email to the customer with the link.
Response
201 - application/json
The link to add a new payment method
Was this page helpful?