#morteza_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. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ 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/1214594579806818314
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hi ๐ can you help me understand what you mean when you refer to a "pending transaction"? I'm not readily spotting a field on the Transaction object that has a possible value of pending (but I may be overlooking something).
I mean when we make a purchase, the money isn't immediately captured from buyer's account to merchants' and it may take some time, based on the docs. users expect to see their transaction but in pending state
in apps like Pleo it's like that
you make a purchase, and in your app you see that transaction but but with pending state
in stripe we make a purchase, we don't see transaction untill the money is really captured
I can't speak to how other apps structure things, but it sounds like you're describing the Authorization vs Transaction difference that you seem to be aware of from your original message.