#dominikganic_best-practices

1 messages ยท Page 1 of 1 (latest)

sand hareBOT
#

๐Ÿ‘‹ 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.

queen anvil
tepid flume
#

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?

queen anvil
#

Get rid of what exactly?

tepid flume
#

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

queen anvil
#

We won't deduplicate saving payment methods so you need to handle that

tepid flume
#

But currently i have like 5x paypal saved in my payment methods

#

Is that just in test-mode the case?

queen anvil
#

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

tepid flume
#

That's my profile when I load all payment methods available

queen anvil
#

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

tepid flume
#

Ah okay!

queen anvil
#

Or allow them to pay with an existing one

tepid flume
#

That makes sense tho

#

I will take a deeper dive into the docs you've provided me and handle that. Thanks for reaching out and have a nice day :)!