#morteza_api

1 messages ยท Page 1 of 1 (latest)

gusty sparrowBOT
#

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

covert sorrelBOT
spring elbow
#

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).

chrome crown
#

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

spring elbow
#

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.

chrome crown
#

I have another question

#

can I save issuing transaction on my own server in order to add some extra data to them

#

by listening to transaction creating event ?