#aromeral98

1 messages · Page 1 of 1 (latest)

devout raftBOT
#

Hello aromeral98, we'll be with you shortly! 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.
aromeral-webhook-connect, 14 hours ago, 18 messages
aromeral98, 4 days ago, 6 messages

old hatch
#

👋 happy to help

finite coyote
#

Hi @old hatch thank you, you need to provide more information? maybe the function I'm calling for creating the sessions?

old hatch
#

how are you testing? are you using Stripe CLI or did you register a webhook endpoint?

finite coyote
#

I've registered the webhook endpoint

old hatch
#

would you mind sharing an event ID that you didn't receive?

finite coyote
#

yes I will search it

#

{
"id": "cs_test_a1xm2qe19hCZOYhsSuiNanEW9c9wW9StWGiXDHy6faDGUBXLiXLEFF0kvl",
"object": "checkout.session",
"after_expiration": null,
"allow_promotion_codes": null,
"amount_subtotal": 2900,
"amount_total": 2900,
"automatic_tax": {
"enabled": false,
"status": null
},
"billing_address_collection": null,
"cancel_url": "https://www.googles.com/",
"client_reference_id": null,
"client_secret": null,
"consent": null,
"consent_collection": null,
"created": 1698220786,
"currency": "usd",
"currency_conversion": null,
"customer": null,
"customer_creation": "if_required",
"customer_details": null,
"customer_email": null,
"expires_at": 1698307185,
"invoice": null,
"invoice_creation": {
"enabled": false,
"invoice_data": {
"account_tax_ids": null,
"custom_fields": null,
"description": null,
"footer": null,
"metadata": {
},
"rendering_options": null
}
},
"livemode": false,
"locale": null,
"metadata": {
},
"mode": "payment",
"payment_intent": "pi_3O520EAUAtJJPGvM0wZH3JjL",
"payment_link": null,
"payment_method_collection": "always",
"payment_method_configuration_details": null,
"payment_method_options": {
},
"payment_method_types": [
"card"
],
"payment_status": "unpaid",
"phone_number_collection": {
"enabled": false
},
"recovered_from": null,
"setup_intent": null,
"shipping": null,
"shipping_address_collection": null,
"shipping_options": [
],
"shipping_rate": null,
"success_url": "https://www.google.com/",
"ui_mode": "hosted",
"url": "https://checkout.stripe.com/c/pay/cs_test_a1xm2qe19hCZOYhsSuiNanEW9c9wW9StWGiXDHy6faDGUBXLiXLEFF0kvl#fidkdWxOYHwnPyd1blpxYHZxWjA0TTx0QEBEUERxT09VQnNIYml2SzNrMWp2RmtEcHJqMmhrQEhfU1JJYnBNYTJNMH1xVF8zNE41UV93aVZtRFR9TW09VXxNN1ZCXX9fNGNodE5SUlU9M040NTV3Yk49MzwxdCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl"
}

#

this event?

old hatch
#

this is the Checkout Session Object

#

the event ID is evt_xxx

#

you can see it in your screenshot

finite coyote
#

evt_3O520EAUAtJJPGvM0ZCABzTK this is the event of completed payment

#

payment_intent.succeeded

#

oh I'm noticing now that if I call from stripe cli i got a different event

#

now I saw the difference

old hatch
#

taking a look

finite coyote
#

It's done thank you

#

I saw that was my problem I was calling another event through stripe cli