#xiaose_46389

1 messages · Page 1 of 1 (latest)

unique canopyBOT
latent jolt
#

Can you share the example Webhook events ID (evt_xxx) (1) with customer value and (2) with null customer value?

viscid gulch
#

sory, what's the evt_xxx ? maybe id like (cs_live_xxxxx) or payment_intent like (py_xxxxx)

latent jolt
#

Event (evt_xxx) is the Webhook event that you listen for the changes including payment on your account

#

If it's not webhook event, can you share the object ID that you faced the differences?

unique canopyBOT
viscid gulch
#

dear, i got it , (evt_1NqTMeLz16pXrwgIWYzYnhfP) customer is null but (evt_1NqEIXLz16pXrwgIR75FNoey) custemer is ok

jolly tiger
#

Hi! I'm taking over this thread.

#

Havine a look...

#

Found the issue!

#

If the first case, we set customer_creation: "if_required" by default, which means in this case no customer is created.

#

In the second case it's customer_creation: "always".

viscid gulch
#

thanks sir