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
- dimoco__payment_key → Payment Key
- dimoco__order_id → Order ID
- 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:
- Merchant ID
- Payment Key
- Order ID
- Test Mode → true/false
Success
You have connected DIMOCO Provider account!
API examples:
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":[
]
}
}
}
Question
"Still looking for help connecting your DIMOCO account?" Please contact our support team!