#danielcaze

1 messages · Page 1 of 1 (latest)

zealous hollyBOT
#

Hello! 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.

exotic sleet
#

Are you sure your Checkout is from the same account?

#

Normally that means you are looking at a different account

winged ingot
#

Let me check one second

#

yeah its using the same account

exotic sleet
#

Can you provide the Checkout Session Id? cs_test_xxx

winged ingot
#

cs_test_a1aie1ZdB000uvdJERUS8CCNonSGmXZfmmJ414u7F7iI5FXyphp5xkgXos#fidkdWxOYHwnPyd1blpxYHZxWjA0S0RfYzxMZkJCX1UxNzBqdzRocVMzR1RtTXJLa2l%2FYzBXcDdUQUpOb2RAVkkxaEhKSTRXXGZuY0s3TmFNcWRXPW1obUldQTB2Nn1NZGZKXXJrbGBQbnB1NTU8S3VxZFxSNCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl

exotic sleet
#

Okie what's your account id for the Dashboard you are viewing? acct_xxx

winged ingot
#

On my event log it is showing correctly

winged ingot
exotic sleet
#

Ah okie that's the same account. And you haven't paid the Checkout Session so no transaction was generated yet

#

Have you tried paying it with 4242?

winged ingot
#

yeah I paid it with this card

#

the checkout even finished and redirected me

winged ingot
#

and that the client received a bill

#

I think that means the checkout

exotic sleet
#

Sorry not familiar with the language, but for cs_test_a1aie1ZdB000uvdJERUS8CCNonSGmXZfmmJ414u7F7iI5FXyphp5xkgXos I believe it hasn't been paid

#

Can you try again with its URL?

winged ingot
#

with the same url?

#

omg sorry about that, Ive sent you the newest checkout, ive paid it now using 4242

#

but I got the same result, can you check now please?

exotic sleet
winged ingot
#

Thanks I foun the screen, here it shows correctly

#

But why did my webhook not trigger this event?

#

These are the items I am listening on my webhook

exotic sleet
#

you should listen to either checkout.session.completed or payment_intent.succeeded

winged ingot
#

Ok

#

Thhnks

#

@exotic sleet I used to get the metadata on my subscriptions like this

 if (eventSource === PROCESSORS.STRIPE) {
      eventType = event.type;
      firestorePurchaseId = event.data.object.lines.data[0].metadata.purchaseId;
    }

Will it work the same way?