Skip to content

Logo

TBN

Explore seamless and secure crypto payment solutions.

Website: tbnotc.com

Set up Provider Account

Step 1: Create a Provider account

To create an account, please visit the tbnotc.com → Contact Us website and follow the registration instructions. After registration, you will need to submit the required documents to verify your account and gain access to the services.

Step 2: Get required credentials

Credentials that have to be issued:

  • tbn__client_id → Client ID
  • tbn__client_secret → Client Secret

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

Press Connect at [TBN Provider Overview] page in the 'New connection' section and choose the Provider account option to open the Connection form.

Connect

Enter your credentials:

  • Client ID
  • Client Secret
  • Test Mode: Enable if you are using sandbox credentials.

Success

You have connected the TBN Provider account!

API examples:

Maximum and minimum data set to create a payment invoice for crypto_usd_hpp service

The example below shows the data set required to create a payment. For this connector, the minimal and maximal data sets are the same.

PAYMENT
POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "189456123",
      "service": "crypto_usd_hpp",
      "currency": "USD",
      "amount": 100,
      "test_mode": false
    }
  }
}

Question

"Still looking for help connecting your TBN account?" Please contact our support team!