Skip to content

Logo

Paymix

Your White label intelligent platform. Payment solution tailored for professionals allowing them to maximize conversions, reduce fraud and minimise costs.

Website: paymixvia.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the paymixvia.com/#contact-us 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:

  • paymixvia__mid → MID
  • paymixvia__hash_key → Hash key
  • paymix__currency → choose currency (You can set these parameters according to available currencies and features for your Paymix 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 Paymix Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • MID
  • Hash key
  • Currency

Success

You have connected Paymix 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":9,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"3",
        "name":"Test",
      }
    },
    "test_mode":false,
    "options":{
      "allow_partially":false,
      "bypass_hpp":false,
      "send_operation_context_on_return":false
    },
    "reference_id":"d57aed77-43b6-4b12-abb2-3c9b136b1136",
    "service_fields":[
    ]
  }
}
}

Maximum 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":9,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"3",
        "name":"Test",
        "email":"[email protected]",
        "phone":"+4444444444",
        "date_of_birth":"2000-01-02",
        "individual_tax_id":"1111111",
        "address":{
          "full_address":"TestAddress",
          "country":"UA",
          "region":"TestState",
          "city":"TestCity",
          "street":"TestStreet",
          "post_code":"WWWWW"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"d57aed77-43b6-4b12-abb2-3c9b136b1136",
      "service_fields":[
      ]
    }
  }
}

Provider Options

Provider_Options

  • 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 Paymix account?" Please contact our support team!