Finvert¶
Revolutionize Your Payment Processing
Website: finvert.io
Set up Account¶
Step 1: Create merchant account¶
To create an account send connection request at the finvert.io 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:
- API Key
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Finvert Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- api_key → API Key
- currency → choose currency (You can set these parameters according to available currencies and features for your Finvert wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected Finvert H2H merchant account!
API examples:¶
Data set to create a transaction¶
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_usd_hpp",
"commerce_account": "Hello World",
"currency": "USD",
"amount": 20,
"reference_id": "cbc674c3-7233-4d17-b462-a583ea736355",
"flow": "charge",
"test_mode": false,
"customer": {
"reference_id": "312hfhh",
"name": "John Doe",
"email": "[email protected]",
"phone": 312316673776,
"adress": {
"city": "Lviv",
"country": "UA",
"full_address": "Pushkina 1",
"post_code": "65001",
"region": "Odessa"
}
}
},
"options": {
"allow_partially": false
}
}
}
Additional information¶
Constants¶
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- FULL_ADDRESS → customer [address] [fullAddress]
- REGION → customer [address] [region]
- COUNTRY → customer [address] [country]
- CITY → customer [address] [city]
- POST_CODE → customer [address] [postCode]
- EMAIL → customer [email]
- NAME→ customer [name]
- PHONE → customer [phone]
Still looking for help connecting your Finvert account?