#Rk
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payment-links I'd suggest you to go with Paymentlink first, it's our no-code solution.
we considered this solution and it is not suitable for our platform.
Why?
all actions must be carried out on our website in the user's personal account
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements follow this guide for a custom payment flow
thanks
when the user created a product (subscription), but did not completely fill in the data (address, account number, ZIP code), can he accept the payment?
Creating a subscription doesn't require these info, so it's up to you whether to allow subscription creation when these data is missing.
the problem is that the user cannot accept payment without registering in the stripe
What made you think so?
the test payment for an account with empty data did not pass, this requirements.past_due error occurred
We are talkinga bout two different things.
The requirements.past_due tells you the information that you need to submit in order to get your account (or connected account) ready to accept payments.
Creating a susbcription, on the other hand, doesn't requires these information.
Yes you are right.