BTCBIT
Secure, reliable and fully regulated cryptocurrency exchange
Website: btcbit.net
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the btcbit.net/contacts 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:
- btcbit__partner_id → Partner ID
- btcbit__secret_key → Secret key
- btcbit__callback_secret_key → Callback Secret Key
- btcbit__test_mode → Test Mode
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at BTCBIT Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Partner ID
- Secret key
- Callback Secret Key
- Test Mode -> true/false
Success
You have connected BTCBIT Provider account!
API examples:
Minimum data set to create a payment invoices for neteller_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.1
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"neteller_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":10,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":false
}
},
"customer":{
"reference_id":"73cd1a7f-56ad-4de9-aa01-9edb3c752e71",
"name":"John Doe",
"email":"[email protected]",
"phone":"1523456789",
"first_name":"John",
"surname":"Doe",
"address":{
"full_address":"Kurfürstendamm 21",
"post_code":"10117"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"028c71f8-1c32-4524-ac56-9d491c86cadc",
"service_fields":[
]
}
}
}
Constants
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:
- CLIENTIP → constant [clientip]
- COUNTRY → customer [address] [country]
- REGION → customer [address] [region]
- EMAIL → customer [email]
- NAME → constant [name]
- SURNAME → constant [surname]
Question
"Still looking for help connecting your BTCBIT account?" Please contact our support team!