#mahima-thacker_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/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.
- mahima-thacker_webhooks, 56 minutes ago, 5 messages
- mahima-thacker_webhooks, 17 hours ago, 13 messages
- mahima-thacker_docs, 20 hours ago, 23 messages
- mahima-thacker_docs, 23 hours ago, 13 messages
- mahima-thacker_error, 4 days ago, 40 messages
On your request log inside your server what do you see? Do you observe event coming?
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
you mean the signing secret?
Yep
First you want to know if there is a payload reaching your server
where do you host your server?
I am using ngrok currently to test the webhooks:- https://e1e8-2409-4080-8400-789c-cb5-c69d-7f66-2a9.ngrok-free.app/api/v1/webhook
Okie, and you triggered an event via stripe trigger command?
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
I see. Did you observe any payload coming in if you use the dashboard signing secret?
Nope, not getting any logs/payload in server if I use dashboard signing secret
Can you try again and paste here a new event id? evt_xxx
Okay, let me try it out'