#basieboots_api
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/1337046742545469511
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
If the customer wants to re-use or accidently deletes the payment method can it simply be re-created?
Nope
https://docs.stripe.com/api/payment_methods/detach#:~:text=After a PaymentMethod is detached%2C it can no longer be used for a payment or re-attached to a Customer.
that doesn't explain much about what the detach payment method is or why it's detach rather than delete
it the payment method itself deleted? or does it just simply exist forever in stripes database and why do it that way
PaymentMethod is quiet particular object. For example you don't have DELETE endpoint because we need to keep trace of it for previous Payments for example.
That's why there is only Detach API. You can consider it as DELETE API for the PaymentMethod.
that makes sense especially since financial data needs a pretty significant paper trail. Just to check will there be any conflict if for instance a user were to delete a credit card and then we make a new payment method with the same credit card information?
No conflict.
thanks!
Welcome!
the stripe bot started a new thread, which made my previous thread disappear. Is there any way to get the information from the previous thread back? It was a request sent a long time ago but I'm finally back to being able to work on those items so the answers would be really helpful if I could access them again
StripeBot don't archive threads, probably that's Discord data retention.
ok thanks