#jin_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/1304547459699183667
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
{
"object": {
"id": "pi_3QImhS05PIMIj7Fi0c5jeqAq",
"object": "payment_intent",
"amount": 2000,
"amount_capturable": 0,
"amount_details": {
"tip": {}
},
"amount_received": 2000,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic_async",
"client_secret": "pi_3QImhS05PIMIj7Fi0c5jeqAq_secret_iEjuVIkqk0eFXEjVZ7hEK8GDO",
"confirmation_method": "automatic",
"created": 1731051226,
"currency": "usd",
"customer": null,
"description": "(created by Stripe CLI)",
"invoice": null,
"last_payment_error": null,
"latest_charge": "ch_3QImhS05PIMIj7Fi0wYXCRRx",
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1QImhS05PIMIj7FihMNXwYfi",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": {
"address": {
"city": "San Francisco",
"country": "US",
"line1": "510 Townsend St",
"line2": null,
"postal_code": "94103",
"state": "CA"
},
"carrier": null,
"name": "Jenny Rosen",
"phone": null,
"tracking_number": null
},
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
},
"previous_attributes": null
}
is this Json posted to the endpoint?
Yes that is the body, I think the dashboard should show the headers that we sent as well
could you let me know where on the dashboard i can find the headers?
Apologies, I was mistaken, it looks like we don't show those in the dashboard. Is there something about the headers that would help you enable your endpoint to accept the event objects that we are sending you?
I think the typical thing would be to allowlist the IPs that our webhooks can come from https://docs.stripe.com/ips#webhook-notifications