#mahima-thacker_webhooks

1 messages ¡ Page 1 of 1 (latest)

halcyon domeBOT
#

👋 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/1295998516958593066

📝 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.

livid musk
#

On your request log inside your server what do you see? Do you observe event coming?

sharp crane
#

Yes

#

pre_payment_credit_notes_amount: 0,
quote: null,
receipt_number: null,
rendering: null,
shipping_cost: null,
shipping_details: null,
starting_balance: 0,
statement_descriptor: null,
status: 'paid',
status_transitions: [Object],
subscription: 'sub_1QAQjRLvjjGjabAawqgDBERL',
subscription_details: [Object],
subtotal: 5000,
subtotal_excluding_tax: 5000,
tax: null,
test_clock: null,
total: 5000,
total_discount_amounts: [],
total_excluding_tax: 5000,
total_tax_amounts: [],
transfer_data: null,
webhooks_delivered_at: null
}
},
livemode: false,
pending_webhooks: 2,
request: {
id: 'req_iEPqUnFcwoEelw',
idempotency_key: '4a26f516-622e-4d34-8b2c-974ecc777ef3'
},
type: 'invoice.payment_succeeded'
}
Payment succeeded: in_1QAQjRLvjjGjabAaiPopNoI3

#

I got this while using secret from stripe CLI but not getting any logs if I use secret key from dashoboard

livid musk
#

you mean the signing secret?

sharp crane
#

Yep

livid musk
#

First you want to know if there is a payload reaching your server

#

where do you host your server?

sharp crane
livid musk
#

Okie, and you triggered an event via stripe trigger command?

sharp crane
#

Stripe CLI secret and dashboard secret will be different, right?

#

I have my frontend setup so I want to test it with it, It is working fine if I use stripe signing secret provided in Stripe CLI with frontend and trigger command as well but It is not working with dashboard. I am sure that I am using dashboard's signing secret key

livid musk
#

I see. Did you observe any payload coming in if you use the dashboard signing secret?

sharp crane
#

Nope, not getting any logs/payload in server if I use dashboard signing secret

livid musk
#

Can you try again and paste here a new event id? evt_xxx

sharp crane
#

Okay, let me try it out'