
DIMOCO
Access the digital economy
Website: www.dimoco.com
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the www.dimoco.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:
- dimoco__merchant_id → Merchant ID - "for V1 and V3 (For V3 like Login)"
- dimoco__payment_key → Payment Key - "for V1"
- dimoco__order_id → Order ID - "for V1"
- dimoco__username → Username - "for V3"
- dimoco__password → Password - "for V3"
- dimoco__api_key → Api Key - "for V3"
- dimoco__secret_key → Secret key - "for V3"
- dimoco__api_type → Api Type
- dimoco__test_mode → Test Mode
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at DIMOCO Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Enter credentials: (V1)
- Merchant ID
- Payment Key
- Order ID
- Api Type → V1
- Test Mode → true/false
Enter credentials: (V3)
- Username
- Password
- Api Key
- Secret key
- Api Type → V3
- Test Mode → true/false
Success
You have connected DIMOCO Provider account!
API examples: V1
Minimum data set to create a payment invoices for carrierbilling_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"carrierbilling_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":1,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"a4e4a9f2-1e49-4986-b3b2-b20018998079",
"phone":"43123123123"
},
"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":"d6e82a78-63ba-4bb7-83dd-b110a16c5a79",
"service_fields":[
]
}
}
}
API examples: V3
Minimum data set to create a payment invoices for blik_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"blik_eur_hpp",
"commerce_account":"coma_AalKbGDMGNx2xMob",
"currency":"EUR",
"amount":20,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":false
}
},
"customer":{
"reference_id":"1da3de1c-9924-4b96-813a-d3713294fa68",
"name":"John Wick",
"email":"johnwick@email.com",
"first_name":"John",
"surname":"Wick",
"address":{
"country":"CA"
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"2db48b44-bd21-409a-9d3b-6f404e90181f",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your DIMOCO account?" Please contact our support team!