Reputation: 9411
I would like to combine Coinbase commerce, is that possible by setting up a recurring payment button, and linking to my Coinbase commerce address?
My requirement would be then to use Coinbase commece webhooks to be notified of payments.
Upvotes: 5
Views: 1623
Reputation: 11
You can use Coinsub to set up on-chain subscriptions with one signature. And use the API webhooks for notifications.
Upvotes: 1
Reputation: 875
Since Coinbase Commerce only supports generating one-time payments through their API, it would be possible to do this using a separate web server, where you could interface with their API, creating charges and then receiving web-hook notifications when they are paid.
Having a separate service that controls the payment size and frequency of required payments would allow you to control payments at a finer detail than with a prebuilt service.
(High level question => High level answer)
Check out the api docs for ideas: https://commerce.coinbase.com/docs/api/
Upvotes: 1