You can use our API to accept BTCz payments on your website and verify the transaction. The pay.btcz.app gateway is an free to use API service that provide you end-to-end-user BTCz payment. It generating a new address (and QR) for each payment. It also provide you web UI for the payment process and states templates until success.
In order to have an alterative regarding the usability of payment gateways, it is a need to have this open-sourced solution as basis for every developer. Also mostly to push user acceptance, this project must have to be a lever in the entrepreneurship people. Please visit the Getting started page to know more about integrating this API in your online store.
For any comment, suggestion or issues about this gateway, feel free to contact us via the below community channels. You can also contact us directly by using the contact form. Please visite first the FAQ page for any usage related question.
This is a free and open-source service, please support us by donating here.
[BTCz.app] BTCz: t1VYSo8VtpKMm1SUwp1KJHbqrtfqj7tgpaE[Community] BTCz: t1fHHnAXxoPWGY77sG5Zw2sFfGUTpW6BcSZ
/api/request_payment/:expect/:currency/:message/:seller/:customerMail/:ipnPingback/:cliCallbackSuccess/:cliCallbackError/:SpeedSweep/:secret
https://pay.btcz.app/api/request_payment/0.005/BTCZ/wheres%20the%20money%20lebowski/t1VYSo8VtpKMm1SUwp1KJHbqrtfqj7tgpaE/[email protected]/https%253A%252F%252Fwww.google.com/https%253A%252F%252Fwww.google.com/https%253A%252F%252Fwww.google.com/0/01234abcd
https://pay.btcz.app/api/request_payment/?expect=1.235¤cy=BTCZ&message=wheres%20the%20money%20lebows[email protected]test.com&ipnPingback=https%3A%2F%2Fwww.google.com&cliSuccessURL=https%3A%2F%2Fwww.google.com&cliErrorURL=https%3A%2F%2Fwww.google.com&SpeedSweep=0&secret=01234abcd
https://pay.btcz.app/api/request_payment/? expect=0.005& currency=BTCZ& message=wheres%20the%20money%20lebowski& seller=t1VYSo8VtpKMm1SUwp1KJHbqrtfqj7tgpaE& [email protected]& ipnPingback=https%3A%2F%2Fwww.google.com& cliSuccessURL=https%3A%2F%2Fwww.google.com& cliErrorURL=https%3A%2F%2Fwww.google.com& SpeedSweep=0& secret=01234abcd
{ "id":"c5e9631d-b107-4022-8de5-ae9f0efd03af", "secret":"01234abcd", "address":"t1gwku8spbCFUodyJ26njknnDxeZGM8hVmm", "link":"bitcoinz:t1gwku8spbCFUodyJ26njknnDxeZGM8hVmm?amount=14.77818972&message=Hello", "qr":"http://localhost:2222/generate_qr/bitcoinz%3At1gwku8spbCFUodyJ26njknnDxeZGM8hVmm%3Famount%3D14.77818972%26message%3DHello", "qr_simple":"http://localhost:2222/generate_qr/bitcoinz:t1gwku8spbCFUodyJ26njknnDxeZGM8hVmm?amount=14.77818972" }
https://pay.btcz.app/invoice/4d30ed16-d729-4ee5-aeaa-d6787e79b90c
/api/check_payment/:id
https://pay.btcz.app/api/check_payment/4d30ed16-d729-4ee5-aeaa-d6787e79b90c
{ "generated":"t1gwku8spbCFUodyJ26njknnDxeZGM8hVmm", "btcz_expected":14.77818972, "speed_sweep_fee":5, "btcz_actual":0, "btcz_unconfirmed":0, "currency":"USD", "amount":0.01, "timestamp_start":1537815608394, "timestamp_now":1537816142575, "timestamp_stop":1537816808394, "state":0, [optional] "tx": {"tx":"TX Hex string","broadcast":{"result":"broadcast Hex string","error":null,"id":"621680ed-ae85-4db3-bd84-58d5ed2edff8"}}} [optional] "success_callback_url":"https://mysite_or_IP/result/?Hello=1", [optional] "err_callback_url":"https://mysite_or_IP/result/?Hello=0" }
https://yourDomaine.com/yourPath/?and=yourParam&secret=01234abcd&state=5
https://yourDomaine.com/yourScript.php?secret=01234abcd&state=2