#quentin
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you provide the ID related to that authorization?
iauth_1MpADUIh95gXmtM26HDbYMX5
Thanks for your help
I sent the response with de properties approved: true to the issuing_authorization.request event
do I need to do something else to capture the authorization payment ?
I'm not sure, I don't have much experience with Issuing and will need some time to dig into this.
Ok no worries
Looking at the definition for the pending status, it seems authorizations may stay in that state if they haven't been captured.
https://stripe.com/docs/api/issuing/authorizations/object#issuing_authorization_object-status
Does running through the capture steps shown in our testing flow cause the authorization to move states?
https://stripe.com/docs/issuing/testing?testing-method=without-code#without-code-create-test-capture
Do I have to manually capture the payment only in test mode? Is the capture done automatically in live mode or do I have to use the issuing->authorizations->approve() method?
For real transactions, the capture part of the flow won't be in your control. That will be done by the party that is triggering the payment from the card you issued.
So i don't have to make a request to this endpoint ? https://stripe.com/docs/api/issuing/authorizations/approve?lang=cli
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
My understanding is that is not necessary if you approve through the webhook response.
ok thank you ! ๐
Any time!