Skip to content

Logo

EspertoPay

Seamless Payments. The easy way to stay on top of your finances, no matter where you are.

Website: espertopay.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • Merchant ID
  • Password
  • Currency

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

Press Connect at EspertoPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • client_key → Merchant ID
  • client_pass → Password
  • currency -> choose currency (You can set these parameters according to available currencies and features for your EspertoPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Success

You have connected EspertoPay 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":1.55,
      "reference_id":"c51f52d0-166a-4c00-931b-6947c5ff0f1b",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"test"
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "service_fields":[
      ]
    }
  }
}

Provider Options

Provider_Options

  • auth → Indicates that transaction must be only authenticated, but not captured
  • ignore_callback → for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)

Question

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