#Kolombina
1 messages · Page 1 of 1 (latest)
Hi there,
Did you checked Stripe PaymentLinks ?
https://stripe.com/docs/payments/payment-links
I'm not sure that displaying it in a webview could be a good option but you can try
thx, it's a good idea ❤️
one more question: is it possible to create these links for payments to our platform's connected accounts?
Yes you can use Stripe authentication Header for that:
https://stripe.com/docs/connect/authentication#stripe-account-header
And create the PaymentLink on behalf the connected account
OK, I get it, thx!