Positonic
Positonic

Reputation: 9411

Combine recurring payments (subscription) with Coinbase commerce

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

Answers (2)

Rob Walker
Rob Walker

Reputation: 11

You can use Coinsub to set up on-chain subscriptions with one signature. And use the API webhooks for notifications.

Upvotes: 1

shn
shn

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

Related Questions