#armanelli_webhooks
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/1304169867221536769
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ taking a look
Reviewing how our flow for using Boleto with Subscriptions works:
https://docs.stripe.com/payments/boleto/set-up-subscription
I don't believe this is possible, and believe we email those details to the customer instead. But I'm still taking a closer look at the Events you shared to see if there is anything there you can pull from.
Is the Payment Intent associated with the Invoice related to the Events you shared the one you were looking at?
I see some Boleto related fields that were populated when the intent went into a requires_action state after this request:
https://dashboard.stripe.com/test/logs/req_AmtOWNU9g67W8Y
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi! Thanks for the response. You are correct, the Payment Intent is also present on the Invoice, so I think I can use it instead of the Charge to find the Boleto information when it is present on the next_action field. Thanks! I think that it will work