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:addAutorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The new PaymentMethod resource
Request body for creating a link to request the customer to add a new payment method.
The customer id
"ad8f1c2c-3b1c-4b0a-8b0a-0b0b0b0b0b0b"
The allowed payment method types. If none is provided, all available will be shown.
sepa_debit, card, paypal, bank_transfer, wallet "card"
Whether to send an email to the customer with the link.
true
Optional URL to redirect the customer to after the payment method has been added. If not provided, the default status page is used.
"https://example.com/done"
Antwort
The link to add a new payment method
The link to add a new payment method
"https://my.customerfront.app/self-service/payment-method-link/1234"