Loading [Contrib]/a11y/accessibility-menu.js
Skip to content

Logo

Bitlabz

We have been creating crypto software solutions since 2015. Welcome to the future with us. The bridge between Banking and Crypto

Website: bitlabz.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the bitlabz.com/contact or contact manager directly. Submit the required documents to verify your account and gain access.

Step 2: Get required credentials

Credentials that have to be issued:

  • bitlabz__widget_number → Widget Number
  • bitlabz__secret_key → Secret Key
  • bitlabz__secret_key → Wallet Address
  • bitlabz__email → Email
  • bitlabz__api_url → API URL
  • bitlabz__test_mode → Test Mode
  • bitlabz__currency → choose currency (You can set these parameters according to available currencies and features for your Bitlabz wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

Press Connect at Bitlabz Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Widget Number
  • Secret Key
  • Wallet Address
  • Email
  • API URL
  • Test Mode → True/False
  • Currency

Success

You have connected Bitlabz H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"hello_world",
      "currency":"EUR",
      "amount":11,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"testmm",
        "name":"John Doe",
        "email":"johndoe1@gmail.com",
        "address":{
          "country":"UA"
        }
      },
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"65e8c890-7a38-4409-b317-724131d16d15",
      "service_fields":[
      ]
    }
  }
}

Constants

Сonstants

If some parameters are not sent in the transaction creation request, they will take the values from the set constants.

Here is a list of constants with their corresponding parameters:

  • FIRST_NAME → customer [first_name]
  • LAST_NAME → customer [last_name]
  • COUNTRY → customer [address] [country]

Question

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