We do not require merchants to temporarily entrust us the money customers pay for products or services
Unlike other bitcoin payment processors, we let your customers send money directly to your own wallet.
This was made possible because our platform uses BIP32 to generate payment Bitcoin addresses.
Wether youre small online store running on Wordpress or a big online merchant with a custom built software in the backend, Cryptopay provides you with just the right tools that you need to start accepting Bitcoin payments.
You can start by creating a simple Payment Button using our API.
Because Cryptopay doesn't hold or even touch the money, we don't need to know any intrusive information about the merchants.
What Cryptopay provides is a tool to watch the blockchain and detect new transactions at certain addresses.
Then intersted parties, i.e. merchants, receive a notification from Cryptopay when a payment is made.
curl https://cryptopay.ninja/api/createpayment \
-F amount='13.37' \
-F currency='USD' \
-F redirect_url='https://your.site/thankyou' \
-F notify_url='https://your.site/api/notify' \
-F order_id='1337' \
-F secret='your-secret-value' \
-F description='1 cup of awesomeness!'
Send the user to the address in the field "url" in the JSON response.