Skip to content

Logo

Fingenom

Your Gateway to Payment Innovation. Effortlessly accept payments globally with a gateway built for efficiency and security.

Website: www.fingenom.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the www.fingenom.com/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:

  • fingenom__merchant_id → Merchant ID
  • fingenom__secret_key → Secret Key
  • fingenom__test_mode → Test mode
  • fingenom__currency → choose currency (You can set these parameters according to available currencies and features for your Fingenom 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 Fingenom Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Merchant ID
  • Secret Key
  • Test mode → true/false
  • Currency

Success

You have connected Fingenom H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_usd_hpp service

SALE

POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "34779d6e-9e99-49b9-86a9-a7cc52482f09",
      "service": "payment_card_usd_hpp",
      "currency": "USD",
      "amount": 5,
      "test_mode": true,
      "customer": {
        "reference_id": "dddgdsfg",
        "name": "John Doe",
        "email": "[email protected]",
        "phone": "380999999999",
        "date_of_birth": "1998-06-16",
        "address": {
          "full_address": "test 123",
          "country": "UA",
          "region": "Kyiv",
          "city": "Kyiv",
          "street": "test 123",
          "post_code": "10028"
        }
      }
    }
  }
}

Constants

Сonstants

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:

  • FIRST_NAME → customer [first_name]
  • LAST_NAME → customer [last_name]
  • EMAIL → customer [email]
  • COUNTRY → customer [address] [country]
  • CITY → customer [address] [city]
  • REGION → customer [address] [region]
  • STREET → customer [address] [street]
  • POST_CODE → customer [address] [post_code]
  • PHONE → customer [phone]
  • DATE_OF_BIRTH → customer [date_of_birth]

Question

"Still looking for help connecting your Fingenom account?" Please contact our support team!