Facilero¶
The smart place for payments
Website: https://facilero.com/
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the facilero.com/contact-us 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:
- Partner ID
- Username
- Secret key
- Member ID
- Terminal ID
- Currency
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Facilero Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Partner ID → partner_id
- Username → username
- Secret key → secret_key
- Member ID → member id
- Terminal ID → terminal_id
- Currency → choose currency (You can set these parameters according to available currencies and features for your Facilero wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Facilero H2H merchant account!
API examples:¶
Data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"Hello world",
"currency":"EUR",
"amount":11,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"87c341d0-d05f-47a3-94ac-b99941f4ae31",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your Facilero account?" Please contact our support team!