#abbaz-issuing-capture
1 messages · Page 1 of 1 (latest)
@regal cypress not sure what your question is. What in the doc is blocking/confusing you?
How we can track that this transaction or authorization is a multi capture?
Let say,
In force capture we can track that by check If authorization id is null and type is capture.
it's explained on that exact doc you found so I'm not sure I understand
But unable to track for multi capture.
An example of this is when you purchase three items but they ship separately when available. This results in the creation of multiple issuing_authorization.updated webhook events and multiple transactions.
like we say it right there
you'd get the Authorization updated since there would be a lower amount left pending and multiple separate Transaction(s) associated with it (one per capture)
Do we have any example response for that?
Unfortunately not, especially as it can't be tested on Stripe today because we don't support multi-captures ourselves so you kinda have to guess 😦
I am developing a website for stripe issuing.
So let suppose I issued a card and someone has has charge the multicapture how we can handle then?
there is no any response example too
Multi Capture is link via Incremental Authorization?
Okay so you're really just asking "do you have an example JSON" and that's it right?
yes
for multi capture.
Okay, then sorry but we do not have any
You can try and talk to our support team but that's the extent of it, and otherwise it'll be guessing what would happen, which is what I described above
basically the amount left authorized will decrease and there will be multiple Transactions