Cecabank¶
Card Payment Processing. We offer services that cover the entire card payment chain, with the necessary quality and flexibility, providing added value and efficiency.
Website: www.cecabank.es
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the www.cecabank.es/eng/contacto 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:
- cecabank__merchant_id → Merchant ID
- cecabank__acquirer_bin → Acquirer BIN
- cecabank__terminal_id → Terminal ID
- cecabank__encryption_key → Encryption Key
- cecabank__test_mode → Test Mode
- cecabank__currency → choose currency (You can set these parameters according to available currencies and features for your Cecabank wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Cecabank Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Merchant ID
- Acquirer BIN
- Terminal ID
- Encryption Key
- Test Mode → true/false
Success
You have connected Cecabank H2H merchant account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"Hello World",
"currency":"EUR",
"amount":1,
"reference_id":"20376e73-140f-4f76-a223-d2f7c69708bb",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"callback_url":"http:\/\/9649-3-65-180-235.ngrok-free.app",
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your Cecabank account?" Please contact our support team!