Skip to content

Logo

S3CPAY

Secure, accessible payment solutions and card processing for high-risk industries.

Website: s3cpay.io

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • s3cpay__auth_token → Auth token
  • s3cpay__api_key → API Key
  • s3cpay__test_mode → Test mode

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

Press Connect at S3СРАY Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Auth token
  • API Key
  • Test mode → true/false

Success

You have connected S3СРАY H2H merchant account!

API examples CardGate:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

POST /api/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "currency":"USD",
      "amount":11,25,
      "customer":{
        "reference_id":"85af8385-d00e-4f58-ab1f-3a527fdf2d3b"
        "name":"John Wick",
        "email":"[email protected]",
        "phone":"+2134234234523",
        "ip":"127.0.0.1",
        "address":{
          "street":"Baker street",
          "country":"GB",
          "region":"London",
          "zipCode":"12345",
          "city":"London"
        },
        "test_mode":true,
        "reference_id":"d9a8b2e8-d1e1-40b2-8a57-0d425f7fee5f",
      }
    }
  }

Maximum data set to create a payment invoices for payment_card_eur_hpp service

POST /api/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "currency":"USD",
      "amount":11,25,
      "customer":{
        "reference_id":"85af8385-d00e-4f58-ab1f-3a527fdf2d3b"
        "name":"John Wick",
        "email":"[email protected]",
        "phone":"+2134234234523",
        "ip":"127.0.0.1",
        "address":{
          "street":"Baker street",
          "country":"GB",
          "region":"London",
          "zipCode":"12345",
          "city":"London"
        },
        "test_mode":true,
        "reference_id":"d9a8b2e8-d1e1-40b2-8a57-0d425f7fee5f",
      }
    }
  }

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]
  • ADDRESS → customer [address] [address]
  • CITY → customer [address] [city]
  • STATE → customer [address] [state]
  • COUNTRY → customer [address] [country]
  • POST_CODE → customer [address] [post_code]

Question

"Still looking for help connecting your S3СРАY account?" Please contact our support team!