#nimblemaverick_best-practices
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/1288659007002771519
๐ 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.
- nimblemaverick_best-practices, 2 hours ago, 8 messages
Are you looking for the information from the Payment Intent, or setting some data on Payment Intent?
Info on the payment intent. I had wanted to use the authorization object, but there seemed to be no way to link a payment intent to an authorization
Which authorisation object are you referring to? Can you share an example ID?
https://docs.stripe.com/api/issuing/authorizations <- the authorization object. I don't have an example id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the network_data.transaction_id that would be ideal for my purpose. However, there seems to be no way to go from payment intent -> authorization object. In light of this, I am trying to find some sort of alternative I can use to validate the payment method in the payment intent
Apologies if the question is a little vague ๐
Issuing authorisation is the authorisation created from the card issued by Stripe. This is not the authorisation for Payment Intent flow
Can I suggest you writing to Support https://support.stripe.com/contact for your use case about getting the authorization code? Support will check if there is any relevant beta feature available
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thanks! I talked to them earlier, but I will try again. Appreciate your help, River ๐