#nikhilrote-webhook-events
1 messages · Page 1 of 1 (latest)
Id meaning you mean to say merchant id?
Yeah, the account ID works too (acct_xxx)
acct_1JhSiZPLcN4OVDiG
Are you using the CLI?
CLi as well as I am sending event through code
But that event is not receiving at my webhook API
Which events are you specifically looking for? Seems you're using Connect too
Likely you're listening for events on the wrong account
Wrong account meaning? Not getting your point. I am looking for payment_intent.suceeded event .
Can you share the Payment Intent ID?
{
"amount": 105500,
"amount_capturable": 0,
"amount_received": 0,
"application": {
"id": "ca_Gdimm0pVEvDRmOv1sNVkeg5emsJXawDA"
},
"application_fee_amount": 738500,
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [],
"hasMore": false,
"url": "/v1/charges?payment_intent\u003dpi_3Jx7VQPLcN4OVDiG1RTHQ1td"
},
"client_secret": "pi_3Jx7VQPLcN4OVDiG1RTHQ1td_secret_THSqwfZcUDE4lYjlslC4RQspL",
"confirmation_method": "automatic",
"created": 1637229972,
"currency": "usd",
"id": "pi_3Jx7VQPLcN4OVDiG1RTHQ1td",
"livemode": false,
"metadata": {
"amount": "1055",
"role": "trial",
"orderId": "GS-03031383",
"invoiceChanged": "false",
"cardHolder": "Sample",
"source": "direct",
"userId": "6152cdcf4fe5760010b323c8",
"firstName": "Sample",
"merchantId": "acct_1JhSiZPLcN4OVDiG",
"invoiceId": "1.0016959679562E13",
"inputSource": "smbDashboard",
"postal": "898989",
"lastName": "",
"tips": "",
"name": ""
},
"object": "payment_intent",
"payment_method": {
"id": "card"
},
"payment_method_options": {
"card": {
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"status": "requires_payment_method"
}
This is the payment intent payload
Thanks, taking a look. Sorry for the delay!
No issues take time
Which account are you authenticated with for the CLI?
You need email address of mine to check this?
The reason I ask if because your account is connected to a platform. The account you shared has no configured webhooks