Skip to content

Logo

Slyse

Always on time

Website: slyse.me

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • Api key
  • Api type
  • Brand ID

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

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

Connect

Enter credentials:

  • slyse__api_key → Api key
  • slyse__api_type → Api type
  • slyse__brand_id → Brand ID
  • slyse__currency → choose currency (You can set these parameters according to available currencies and features for your Slyse wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Success

You have connected Slyse 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":3,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"ref"
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"bd578d70-4986-491c-977a-057e37d90b59",
      "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":2,
      "reference_id":"31b1bafd-c42b-4b0e-964b-c1e0691dcd39",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"2bfa86cd-00c7-4472-b564-2c52d9d5b09d",
        "name":"dsds sdsd",
        "email":"[email protected]",
        "phone":"44222224444",
        "individual_tax_id":"123213213123",
        "address":{
          "full_address":"sdsdsdsdsd",
          "country":"UA",
          "region":"sdsdsdsdsd",
          "city":"sdsdsdsdsd",
          "post_code":"2132132131"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false
      },
      "service_fields":[
      ]
    }
  }
}

Question

"Still looking for help connecting your Slyse accogit checkout devunt?" Please contact our support team!