MiFinity
The eWallet with infinite possibilities
Website: mifinity.com
Set up Account
Step 1: Create merchant account
To create an account send connection request at the www.mifinity.com/en/personal/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:
- Account holder ID
- API Key
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at MiFinity Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Account holder ID → Account holder ID
- API Key → API Key
- Currency → choose currency (You can set these parameters according to available currencies and features for your MiFinity wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected MiFinity Provider account!
API examples:
Data set to create a payout
POST /api/payout-invoices HTTP/1.0
{
"data": {
"type": "payout-invoice",
"attributes": {
"commerce_account": "Hello World",
"test_mode": true,
"reference_id": "1707738114",
"description": "string",
"currency": "GBP",
"amount": 10,
"service": "bank_transfer_aggregated_gbp",
"service_amount": 10,
"customer": {
"reference_id": "test_customer",
"address": {
"country": "GB"
}
},
"fields": {
"beneficiary_full_name": "John Doe",
"account_number": "31511100",
"beneficiary_dob": "10/05/2010",
"beneficiary_document_type": "Type",
"beneficiary_document_id": "424242******4242",
"bank_code": "100000",
"bank_name": "424242*****4242",
"beneficiary_bic_swift": "23131232132",
"beneficiary_country_code_iso": "LU",
"beneficiary_city": "London",
"beneficiary_postcode": "12313",
"beneficiary_address": "Lviv"
},
"callback_url": "https://example.com/payouts/callback",
"options": {
"auto_process": true
}
}
}
}
Data set to create a payment
POST /api/commerce/payment-invoices HTTP/1.0
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "mifinity_gbp_invoice",
"commerce_account": "hello_world",
"currency": "GBP",
"amount": 10,
"reference_id": "e1c0dd2f-f52b-41d4-94cb-c974978feb26",
"flow": "charge",
"gateway_options": {
"cardgate": {
"tokenize": ""
}
},
"customer": {
"reference_id": "4141a2c4-c35f-4630-8532-0310705b042b",
"name": "John Wick",
"email": "[email protected]",
"phone": "380688674710",
"date_of_birth": "1996-04-03",
"address": {
"full_address": "jjjjjjjj",
"country": "AI",
"city": "london"
}
},
"test_mode": true,
"options": {
"allow_partially": false,
"bypass_hpp": false,
"send_operation_context_on_return": false
},
"service_fields": []
}
}
}
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] [full_address]
- city → customer [address] [city]
- country → customer [address] [country]
- nationality → nationality
- date_of_birth → customer [date_of_birth]
Still looking for help connecting your MiFinity account?