#basieboots_api

1 messages ยท Page 1 of 1 (latest)

violet pondBOT
#

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

tropic monolith
severe willow
#

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

tropic monolith
#

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.

severe willow
#

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?

tropic monolith
#

No conflict.

severe willow
#

thanks!

tropic monolith
#

Welcome!

severe willow
#

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

tropic monolith
#

StripeBot don't archive threads, probably that's Discord data retention.

severe willow
#

ok thanks