Contiant¶
Instant payments with Open Banking
Website: www.contiant.com
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the merchant.contiant.com/register 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:
- contiant__client_id → Client ID
- contiant__client_secret → Client secret
- contiant__test_mode → Test Mode
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at Contiant Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Client ID
- Client secret
- Test Mode -> true/false
Success
You have connected Contiant Provider account!
API examples:¶
Minimum data set to create a payment invoices for bank_transfer_aggregated_eur_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"bank_transfer_aggregated_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":7,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"metadata":{
"merchantName":"ACME Corporation",
"consumerId":"DE90100100100928099103"
},
"customer":{
"reference_id":"test3"
},
"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":"7b2cf13c-6942-4690-b462-3c66616d2bfe",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your Contiant account?" Please contact our support team!