#jmontydesign - Stripe Card Balance
1 messages ยท Page 1 of 1 (latest)
Does topup.succeeded mean funds are available or that the process has been initiated?
It would mean the topup event has succeeded. This would be followed by a source.chargeable and a balance.available event
I didn't recommend the balance.available because the object returned is just the available balance so that is hard to tie back to a topup
what is the topup.pending status?
The status after the topup has been created but before it reaches succeeded.
... so this would typically be a very short period of under a minute that it would be in a "pending" status, since it doesn't have to do with the transfer of funds, but just the network communication and processing by the parties?
Pretty much
Last question: when you get the topup list and set the limit to 1, does it get the most recent topup?
Most recent objects first, like all our List APIs.
Great! Thanks.
Happy to help ๐