#Vlad - payment_intent.processing

1 messages · Page 1 of 1 (latest)

earnest steeple
#

Can you share a PaymentIntent where you expected to receive that event?

glacial lance
#

What information do you need?

#

"id": "pi_3LHnHpDjYzdpQM2z0MpUQsq4",

earnest steeple
#

You said you were expecting payment_intent.processing events for certain payment intents that use acss_debit. Just need the id

glacial lance
#

{
"id": "evt_3LHnHpDjYzdpQM2z0qPOnX1C",
"object": "event",
"api_version": "2020-08-27",
"created": 1656933474,
"data": {
"object": {
"id": "pi_3LHnHpDjYzdpQM2z0MpUQsq4",
"object": "payment_intent",

earnest steeple
#

Above is payment_intent.processing event

glacial lance
#

Yes

#

without charges

#

"charges": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/charges?payment_intent=pi_3LHnHpDjYzdpQM2z0MpUQsq4"
},

#

This one has charges:

#

{
"id": "evt_3LHlxUDjYzdpQM2z0OSKb18N",
"object": "event",
"api_version": "2020-08-27",
"created": 1656928369,
"data": {
"object": {
"id": "pi_3LHlxUDjYzdpQM2z0ujOx2pq",
"object": "payment_intent",

earnest steeple
#

Hey, so I checked with my colleague and this is expected behavior for acss_debit actually

glacial lance
#

ok, thanks