Open nachodeluka opened 2 years ago
Check the docs
To listen on your server for payments, you use a webhook https://github.com/coinbase/coinbase-commerce-node/tree/master/examples/webhook
or just
follow this fireship tutorial video for a complete guide https://www.youtube.com/watch?v=sZif1kuAjcY
Hello, I'm new with the coinbase commerce API and I wanna know how I can listen on my server for completed payments and then use my api to send an email to the customer with their purchased goods. Thanks!