#abbaz-issuing-capture

1 messages · Page 1 of 1 (latest)

carmine valley
#

@regal cypress not sure what your question is. What in the doc is blocking/confusing you?

regal cypress
#

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.

carmine valley
#

it's explained on that exact doc you found so I'm not sure I understand

regal cypress
#

But unable to track for multi capture.

carmine valley
#

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)

regal cypress
#

Do we have any example response for that?

carmine valley
#

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 😦

regal cypress
#

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?

carmine valley
#

Exactly like I explained

#

sorry, I'm just not following your confusion

regal cypress
#

there is no any response example too

#

Multi Capture is link via Incremental Authorization?

carmine valley
#

Okay so you're really just asking "do you have an example JSON" and that's it right?

regal cypress
#

yes

carmine valley
#

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

regal cypress
#

You can take one example and explain me so I can write code my self

#

Its will be very great of you.