#Vlad - payment_intent.processing
1 messages · Page 1 of 1 (latest)
You said you were expecting payment_intent.processing events for certain payment intents that use acss_debit. Just need the id
{
"id": "evt_3LHnHpDjYzdpQM2z0qPOnX1C",
"object": "event",
"api_version": "2020-08-27",
"created": 1656933474,
"data": {
"object": {
"id": "pi_3LHnHpDjYzdpQM2z0MpUQsq4",
"object": "payment_intent",
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Above is payment_intent.processing event
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",
Hey, so I checked with my colleague and this is expected behavior for acss_debit actually
ok, thanks