Skip to content

Logo

Intersect

Intersect enables you to process payments in any way that works for your business, whether it’s through your website, mobile app, or manual transactions. We make it easy to accept credit cards and help ensure you get paid. It’s that simple.

Website: intersectbanking.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • intersect__api_key → API key
  • intersect__api_secret → Api Secret
  • intersect__currency → choose currency (You can set these parameters according to available currencies and features for your Intersect 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 Intersect Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • API key
  • Api Secret

Success

You have connected Intersect H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_usd_hpp service

SALE

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_usd_hpp",
      "commerce_account":"Hello World",
      "currency":"USD",
      "amount":4,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"user2",
        "name":"John Snow",
        "email":"[email protected]",
        "phone":"+44444444444",
        "date_of_birth":"2000-01-02",
        "individual_tax_id":"444444",
        "address":{
          "full_address":"Test address",
          "country":"DE",
          "region":"Test region",
          "city":"Test",
          "street":"Test street",
          "post_code":"WWW123"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"5b38f2c4-bb54-4f21-923c-ca3e00e00a00",
      "service_fields":[
      ]
    }
  }
}

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]
  • PHONE → customer [phone]
  • CARDHOLDER_NAME → customer [cardholder_name]
  • STREET → customer [address] [street]
  • COUNTRY → customer [address] [country]
  • REGION → customer [address] [region]
  • CITY → customer [address] [city]
  • POST_CODE → customer [address] [post_code]

Question

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