#ijsje

1 messages · Page 1 of 1 (latest)

small plumeBOT
vocal seal
#

Not sure! You can test it on Test mode tho

small plumeBOT
narrow totem
#

answer is yes

#

Do you know how I retrieve a stripe customer id from a charge dispute object in my charge.dispute.created webhook endpoint?

fresh pulsar
#

Hi! I'm taking over this thread.

#

So when you receive the event you'll need to make an extra API call to retrieve the charge with expand: ["customer"]

narrow totem
#

I get a dispute object:

#

my mistake I ment the created endpoint, but it also has a dispute object

fresh pulsar
#

The dispute object contains a charge property that is expandable.

#

So retrieve the dispute with expand: ["charge.customer"]

narrow totem
#

What endpoint do I need to call the expand the charge?

fresh pulsar
narrow totem
#

thnx