{"id":6,"date":"2022-05-22T19:11:05","date_gmt":"2022-05-22T19:11:05","guid":{"rendered":"https:\/\/btcapi.org\/?page_id=6"},"modified":"2022-05-22T19:13:16","modified_gmt":"2022-05-22T19:13:16","slug":"btcapi-is-a-payment-processor-for-everyone","status":"publish","type":"page","link":"https:\/\/btcapi.org\/","title":{"rendered":"BTCAPI is a payment processor for everyone"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-12\" srcset=\"https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-1024x683.jpg 1024w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-300x200.jpg 300w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-768x512.jpg 768w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-1536x1024.jpg 1536w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash-1568x1045.jpg 1568w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/arnold-francisca-f77Bh3inUpE-unsplash.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>We are the most simple, reliable, and compatible Bitcoin payment processor on the web; BTCAPI makes accepting Bitcoin a total breeze for merchants like you.<\/p>\n\n\n\n<h2 class=\"has-text-align-center\">Key Features<\/h2>\n\n\n\n<p>Designed to be the most easy-to-use Bitcoin payment processor possible<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">NO REGISTRATION REQUIRED <\/h3>\n\n\n\n<p>No need to worry about getting a merchant application accepted or going through any tedious signup processes. Go ahead and get up and running now!<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">NO BRANDING<\/h3>\n\n\n\n<p>No logos or external pages or branded buttons. Our API returns a simple JSON document for you to handle on your server however you would like.<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">LOW FEES<\/h3>\n\n\n\n<p>In order to continue to keep our API online, we take a 1% commission. Other than this small commission and the 0.0005 BTC transaction fee, there are no other costs.<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">SAFE AND SECURE<\/h3>\n\n\n\n<p>Our API and backend systems are secured with HTTPS and high-grade firewalls. Bitcoins are transferred to you ASAP, so there&#8217;s nothing to worry about!<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">COMPATIBILITY<\/h3>\n\n\n\n<p>As we mentioned earlier, this API is fully compatible with existing applications based on Blockchain.info&#8217;s old Receive Payments API v1.<\/p>\n\n\n\n<h3 class=\"has-text-align-center\">100% TESTED AND ERROR-FREE<\/h3>\n\n\n\n<p>Our API has protections in place for every possible problem, so you won&#8217;t have to worry about strange errors or issues when using the API.<\/p>\n\n\n\n<h2 class=\"has-text-align-center\">Using The&nbsp;<strong>API<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/what-is-coding-1024x683-1.jpg\" alt=\"\" class=\"wp-image-13\" srcset=\"https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/what-is-coding-1024x683-1.jpg 1024w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/what-is-coding-1024x683-1-300x200.jpg 300w, https:\/\/btcapi.org\/wp-content\/uploads\/2022\/05\/what-is-coding-1024x683-1-768x512.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Start getting paid in Bitcoin today with our simple process<\/p>\n\n\n\n<p>Making use of our API is extremely easy! Simply make a GET request to our API endpoint using the create method and receive a deposit address for your customer. Callback requests will be sent to your server to notify your system of new payments.<\/p>\n\n\n\n<p>Configure your deposit system to call the following URL, replacing the value of the&nbsp;<code>address<\/code>&nbsp;parameter with your destination address and the value of the&nbsp;<code>callback<\/code>&nbsp;parameter with your server&#8217;s callback URL:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><a> COPY<\/a><code>https:\/\/btcapi.org\/api\/receive?method=create&amp;address=1BRYmnsQnxRdi7e9J1592BChWvzSeuJdx6&amp;callback=http:\/\/example.com\/callback?invoice_id=1234<\/code><\/pre>\n\n\n\n<p>The customer&#8217;s deposit address will be contained in the&nbsp;<code>input_address<\/code>&nbsp;property of the response.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><a> COPY<\/a><code>{\n\t\"fee_percent\": 1,\n\t\"destination\": \"1BRYmnsQnxRdi7e9J1592BChWvzSeuJdx6\",\n\t\"input_address\": \"1LrNBzygeWFBuEsLTW528kXaVZjjhyhLt6\",\n\t\"callback_url\": \"http:\/\/example.com\/callback?invoice_id=1234\"\n}<\/code><\/pre>\n\n\n\n<p>After a payment is made to the deposit address, we will forward the Bitcoin directly to the destination address you supplied and our server will send a callback GET request to your server that looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><a> COPY<\/a><code>http:\/\/example.com\/callback?invoice_id=1234&amp;secret=7j0ap91o99cxj8k9&amp;value=100000000&amp;input_address=1LrNBzygeWFBuEsLTW528kXaVZjjhyhLt6&amp;confirmations=3&amp;transaction_hash=0e3e2357e806b6cdb1f70b54c3a3a17b6714ee1f0e68bebb44a74b1efd512098&amp;input_transaction_hash=4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b&amp;destination_address=1BRYmnsQnxRdi7e9J1592BChWvzSeuJdx6<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>We are the most simple, reliable, and compatible Bitcoin payment processor on the web; BTCAPI makes accepting Bitcoin a total breeze for merchants like you. Key Features Designed to be the most easy-to-use Bitcoin payment processor possible NO REGISTRATION REQUIRED No need to worry about getting a merchant application accepted [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/pages\/6"}],"collection":[{"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/btcapi.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":2,"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":17,"href":"https:\/\/btcapi.org\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/17"}],"wp:attachment":[{"href":"https:\/\/btcapi.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}