#nollix_api
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/1445441675446059221
đ 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.
- nollix_api, 9 minutes ago, 11 messages
- nollix_checkout-payment-status, 20 hours ago, 44 messages
- nollix_api, 23 hours ago, 13 messages
- nollix_webhook-events, 6 days ago, 11 messages
- nollix_checkout-webhook-events, 6 days ago, 15 messages
- nollix_webhooks, 6 days ago, 12 messages
hi there, one moment while I test this
ok, so the payment intent object isn't created when the session is created, but when the customer attempts to pay (i.e. they clicked the Pay button after entering their information). so in the case that something went wrong during checkout when the customer had the intent to pay, yes, the Payment Intent would be available. you will also receive a payment_intent.payment_failed webhook event that will have information about why the payment failed
- Do you think that is better to wait payment_intent.payment_failed webhook event or call the API to retrieve the Payment Intent since you said that is created when the client clicks on "Pay"?
2)Is there a documentation page where I can study more deeply this case?
3)Is there a way to simulate that something goes wrong during the checkout in order to get the payment_intent.payment_failed and test the webhook and the cancelUrl link?