CCBill¶
Power Your Online Payments with CCBill
Website: ccbill.com
Set up Account¶
Step 1: Create Merchant account¶
To create an account send connection request at the ccbill.com → "Apply now" button 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:
- Username
- Password
- Merchant Account Number
- Merchant Subaccount Number
- Merchant subaccount number for generating token
- Merchant subaccount number for charging by token
- Merchant Application ID Frontend
- Merchant Secret Key Frontend
- Merchant Application ID Backend
- Merchant Secret Key Backend
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at CCBill Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- username → Username
- password → Password
- merchant_account_number → Merchant Account Number
- merchant_subaccount_number → Merchant Subaccount Number
- merchant_subaccount_number_for_generating_token → used for generating payment token ID
- merchant_subaccount_number_for_charging_by_token → used for charging payment token ID
- merchant_application_id_frontend → Merchant Application ID Frontend
- merchant Secret_key_frontend → Merchant Secret Key Frontend
- merchant_application_id_backend → Merchant Application ID Backend
- merchant_secret_key_backend → Merchant Secret Key Backend
- validation_customer_parameters → Validation customer parameters
- currency → choose currency (You can set these parameters according to available currencies and features for your CCBill wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected CCBill H2H merchant account!
API examples¶
Data set to create a Payment:¶
POST /api/commerce/payment-invoices HTTP/1.1
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"Hello_World :)",
"currency":"EUR",
"amount":0.01,
"reference_id":"e237bc07-19c7-41ad-a76b-48c118ef4924",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":false,
"options":{
"allow_partially":false
},
"service_fields":[
]
}
}
Question
"Still looking for help connecting your CCBill account?" Please contact our support team!