#iktar-token-sepa
1 messages · Page 1 of 1 (latest)
@eager stone https://stripe.com/docs/payments/sepa-debit/accept-a-payment we have complete docs for how to handle SEPA payments
Tokens have been deprecated for years, you should use the PaymentIntent and PaymentMethod APIs (what the docs advise)
Oh I see, alright will look into it, thank you 👍
Hi @eager stone I'll take over this thread, let me know if you have any questions
Everything solved, added sepa via paymentMethod create, attached id to paymentIntent and added mandate_data. Seems to be working in Sandbox. Thank you!