#pepperoni_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/1394491456663720087
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! We don't recommend doing this (create and refund $0.50 charges) because the issuers may consider this as card testing.
Regarding the issues you face in production, can you provide me with examples I can take a look?
I think it's related to webhook delays, basically once I successfully refund the amount (I only tried with test card and my personal card for now) I create the subscription via API but seems like that in production there's some delay or in reality this process isn't working
btw if you don't recommend doing that, what solution can I adopt to avoid this "empty cards" abuse?
because I have a lot of people who make the free trial and then at the end of the trial period, they aren't charged because the card is empty (insufficient balance).
I know that it's a normal process, but my main goal is to reduce the amount of people not really interested in the product
I think it's related to webhook delays, basically once I successfully refund the amount (I only tried with test card and my personal card for now) I create the subscription via API but seems like that in production there's some delay or in reality this process isn't working
Do you have an example of when your subscription wasn't working or you faced delay in the webhook?
btw if you don't recommend doing that, what solution can I adopt to avoid this "empty cards" abuse?
because I have a lot of people who make the free trial and then at the end of the trial period, they aren't charged because the card is empty (insufficient balance).
I know that it's a normal process, but my main goal is to reduce the amount of people not really interested in the product
Unfortunately, as you said it is part and parcel of providing trials. We don't have a specific solution for such scenarios.
i don’t have it currently because it was last week and I made a lot of changes from that point
But basically I tried to create the sub through API and then catching the subscription id created by that process but the subscription didn’t exist yet
But the current process of free trial and standard subscription is working fine
I’ve never had a problem with that
Only with this “payment verification” but I think I won’t proceed with that since it’s not standard
But basically I tried to create the sub through API and then catching the subscription id created by that process but the subscription didn’t exist yet
For this I will need the subscription ID to investigate it further. However, if your expected business is working well then that's good. Feel free to raise a ticket or ping us here if you have any issues with it again.
Only with this “payment verification” but I think I won’t proceed with that since it’s not standard
An additional point to note for this is that you also lose the Stripe fee when you refund these amounts.
Oh ok, so the risk is also to be tagged as test by payment providers right?
Yeap!