#BrianC-Checkout

1 messages · Page 1 of 1 (latest)

mystic wyvern
#

Hi there! You can't expand objects in Webhook responses. So in this case you should get the customer from your checkout.session.completed hook and then you retrieve the Customer with another API call.

grand elk
#

We need to send our identifier along with the transaction and have it sent back to us.

mystic wyvern
#

Ah in that case you just add metadata to the Checkout Session

#

Then that metadata will be returned in the checkout.session.completed hook

grand elk
#

Can you point us to the docs for that. Not sure what you mean by sending metadata. Is there an expansion of the object we can customize and send with request?

mystic wyvern
grand elk
#

Yes, that's it. Thanks!