coinbase / coinbase-commerce-python

Coinbase Commerce Python
Apache License 2.0
83 stars 50 forks source link

Ask: Checkout and Webhook #11

Closed pyk closed 6 years ago

pyk commented 6 years ago

Maybe this is a stupid question, but I just want to confirm because it is not mentioned in the API docs and there is no sandbox env.

My Question is: Suppose my users bought my products via Checkout button with email attached.

screen shot 2018-08-16 at 21 58 38

If the payment is confirmed, is it my configured webhook that listen to charge:confirmed event called with the metadata.email ?

Thanks

pyk commented 6 years ago

Nevermind, I try add the webhook and it does send the event. Thanks!