Skip to content

Logo

CardifyX

Secure Online Payment Gateway. Accept Payments Securely Around The World

Website: cardifyx.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the cardifyx.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:

  • cardifyx__id → ID
  • cardifyx__api_key → API key
  • cardifyx__signing_key → Signing Key
  • cardifyx__currency → choose currency (You can set these parameters according to available currencies and features for your CardifyX 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 CardifyX Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • ID
  • API key
  • Signing Key

Success

You have connected CardifyX 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":10,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"1"
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"f1086ca2-5be2-477f-8ba6-1b359d93b9a0",
      "service_fields":[
      ]
    }
  }
}

Question

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