#dominikganic_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1336628263123947520
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dominikganic_unexpected, 12 hours ago, 56 messages
- dominikganic_best-practices, 20 hours ago, 22 messages
- dominikganic_best-practices, 4 days ago, 47 messages
- dominikganic_api, 4 days ago, 44 messages
You'd use a Setup Intent via this guide: https://docs.stripe.com/payments/save-and-reuse
Ah that's nice - thanks for reaching out the docs! Have a nice day ๐
Ah just another quick question:
I have made 4-5 test payments with paypal - whenever I make a test payment, it saves the paypal payment method as a new one. That means: I have 5 duplicates of the same payment method. How to get rid of this?
Get rid of what exactly?
I mean, I've expected whenever I make a test payment with paypal, it will not duplicate the payment method and save it as duplicate
We won't deduplicate saving payment methods so you need to handle that
But currently i have like 5x paypal saved in my payment methods
Is that just in test-mode the case?
Nope
Test mode API behaviour essentially mirrors live behaviour in every aspect โ if it works one wya in test mode it likely works the same in live
That's my profile when I load all payment methods available
Then you'll need to handle that in your integration โ check if the customer already has a saved PayPal PM and don't offer to save it
Ah okay!
Or allow them to pay with an existing one