Introduction
Bitcoin is a popular cryptocurrency and a digital payment system.
Integration
The integration with the Nemesis platform is pretty straight-forward. Upon adding the module in the classpath,
<dependency>
<groupId>io.nemesis.platform.module.payment</groupId>
<artifactId>nemesis-module-bitcoin</artifactId>
</dependency>
you will have access to several new properties you can use to customize its behaviour.
All of them are located under the nemesis.payments.bitcoin
domain.
apiKey - Coinbase Commerce API Key apiVersion - Coinbase Commerce API Version coinbaseUrl - Coinbase Commerce API Url redirectUrl - Url that is targeted after successful payment cancelUrl - Url that is targeted after payment cancellation storeCheckoutUrl - Url that is returned from the controller after successful payment
Please consult the link:https://commerce.coinbase.com/docs/ on what they mean and how to use them as the module is implemented with Coinbase Commerce API.