How can I test my integration?

Modified on Thu, 14 Nov at 9:18 AM

Currently we do not provide a sandbox or testnet. We advise our customers to test their integrations with small amounts of Litecoin, usually 2$ worth should suffice. However, you can now also use our Callback Tester (requires BlockBee Account) to test BlockBee without performing real transactions!


Step 1: Fetch a unique URL from Webhook website

  • Fetching an unique URL from a Webhook website in order to properly test the information sent by BlockBee as callback (or IPN). You can see an example of this URL bellow. Please don't copy the URL from the browser address bar, the website in the Your unique URL field

Step 2: Identify the COIN / TOKEN

  • Identify the COIN / TOKEN you want to get processed (check our cryptocurrency list). For this example we will use LTC (which is a good currency to test your implementation)


Step 3: Paste the URL provided by the Webhook website and your crypto address

  • Paste the URL provided by the Webhook website and your crypto address (you will copy it from your wallet) into the BlockBee API request like this:


https://api.blockbee.io/ltc/create/?apikey=your_api_key&callback=webhook_url


Step 4: Get the payment data

  • If everything is correct, you will receive something like this:


Step 5: Send a payment to the address

  • Next, you send a payment to the address in provided in the address_in field of the response


Step 6: Get the callback

  • If everything went well, your Webhook page should look like this, meaning that BlockBee received the payment and forwarded it to the provided crypto address.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article