Skip to content

Logo

Bitpace

Unlock the Future of Payments What if you could tap into the power of over 600+ million crypto users worldwide? We can make it happen

Your crypto payment gateway & wallet solution

Website: www.bitpace.com

Set up Provider account

Step 1: Create Provider account

To create an account send connection request at the www.bitpace.com/get-started 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:

  • bitpace__merchant_code → Merchant code
  • bitpace__password → Password
  • bitpace__test_mode → Test mode

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Merchant code
  • Password
  • Test mode → true/false

Success

You have connected Bitpace Provider account!

API examples:

Minimum data set to create a payment invoices for payment_card_crypto_eur_hpp service

PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_crypto_eur_hpp",
      "commerce_account":"hello_world",
      "currency":"EUR",
      "amount":17,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"fa4a16b9-fc12-4a4b-9bcf-688ea6cd9cc5",
        "email":"[email protected]",
        "metadata":{
          "ip":"3.127.19.65"
        }
      },
      "callback_url":"https:\/\/1c31-176-37-172-145.ngrok-free.app",
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"5b138161-f2fa-4f38-9a20-350bb2530fb7",
      "service_fields":[
      ]
    }
  }
}

Maximum data set to create a payment invoices for payment_card_crypto_eur_hpp service

PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_crypto_eur_hpp",
      "commerce_account":"hello_world",
      "currency":"EUR",
      "amount":15,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"test",
        "metadata":{
          "ip":"3.127.19.65"
        }
      },
      "callback_url":"https:\/\/1c31-176-37-172-145.ngrok-free.app",
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"b0009a17-2831-4145-a890-e147e80d998e",
      "service_fields":{
        "blockchain_address":"555666777"
      }
    }
  }
}

Question

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