#jmontydesign - Stripe Card Balance

1 messages ยท Page 1 of 1 (latest)

fair lotus
#

Hi ๐Ÿ‘‹
topup.succeeded should do the trick

cinder forge
#

Does topup.succeeded mean funds are available or that the process has been initiated?

fair lotus
#

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

cinder forge
#

what is the topup.pending status?

fair lotus
#

The status after the topup has been created but before it reaches succeeded.

cinder forge
#

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

fair lotus
#

Pretty much

cinder forge
#

Last question: when you get the topup list and set the limit to 1, does it get the most recent topup?

fair lotus
#

Most recent objects first, like all our List APIs.

cinder forge
#

Great! Thanks.

fair lotus
#

Happy to help ๐Ÿ™‚