#dev-in-need_docs
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.
โฑ๏ธ 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/1262550048785301587
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dev_payout-funds, 3 days ago, 8 messages
- dev_connect-issuingmore, 5 days ago, 20 messages
- dev_connect-issuing, 5 days ago, 12 messages
- dev-in-need_docs, 6 days ago, 28 messages
- dev-in-need_docs, 6 days ago, 23 messages
As far as I know, once it expires, it cannot be captured
ok thank you
does an authorization get closed once it is complete?
or for example in the case of a multi capture - https://docs.stripe.com/issuing/purchases/transactions?issuing-capture-type=multi_capture#handling-other-transactions
how do I know when the authorization is done and no more updated events will be sent?
if there is a case where the person buys something but it only gets charged as they ship
can you explain that process more clearly
Say the total was $100 but it was made up of two $50 items that get shipped at different times
Would the authorization be pending - at $100 - and then an authorization update event is sent twice because a new transaction id is added to the transactions list or what differs there
๐ hi there, catching up here
no problem
One authorization can lead to multiple transactions.
I just want to be sure that when an authorization status is set to closed or reversed this means that it is complete and I should expect no more events?
To confirm this is about Issuing, correct? I want to make sure we are on the same page
yes
(Stripe Issuing is a product, not the normal integration we offer in our front page)
I am setting up issuing with connect
Yeah so your observation is correct. Once it's closed there will be no more events
ok - so in the case of multi capture
the authorization amount will always be 100 - but when the items shipped two transactions will be creatted - one for $50 and the other for $50 and then the authoriation will be clsoed?
Yeah
if the authorization amount is 100 but one transaction of $50 was already captured - does the authorization amount get updated to $50 since a transaction was deducted or stay at $100 until closed
I don't think we will change the amount anywhere
ok and just to clarify that refunds are a separate transaction that is created not an adjustment to an original?
Yes!
and a dispute - I am curious - if the dispute is won this credit is never sent as an issuing transaction ? its only ever sent as a credit as a issuing balance transaction