#nikhilrote-webhook-events

1 messages · Page 1 of 1 (latest)

noble cedar
#

Hey there! Can you share the ID of an event that is not being delivered?

lavish wigeon
#

Id meaning you mean to say merchant id?

noble cedar
#

Yeah, the account ID works too (acct_xxx)

lavish wigeon
#

acct_1JhSiZPLcN4OVDiG

noble cedar
#

Are you using the CLI?

lavish wigeon
#

CLi as well as I am sending event through code

#

But that event is not receiving at my webhook API

noble cedar
#

Which events are you specifically looking for? Seems you're using Connect too

#

Likely you're listening for events on the wrong account

lavish wigeon
#

Wrong account meaning? Not getting your point. I am looking for payment_intent.suceeded event .

noble cedar
#

Can you share the Payment Intent ID?

lavish wigeon
#

{

"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

noble cedar
#

Thanks, taking a look. Sorry for the delay!

lavish wigeon
#

No issues take time

noble cedar
#

Which account are you authenticated with for the CLI?

lavish wigeon
#

You need email address of mine to check this?

noble cedar
#

The reason I ask if because your account is connected to a platform. The account you shared has no configured webhooks