Skip to content

Logo

Re-set

Website: gate.re-set.tech

Follow the guidance for setting up a connection with Re-set payment service provider.

Connect H2H Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

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

Connect

Enter credentials:

  • api_key
    • API key for authentication with PSP
  • api_type
    • type of API integration
  • api_url
    • custom API URL (optional); if not set, uses default connector URL
  • s2s_token
    • server-to-server authentication token (optional)
  • brand_id
    • brand identifier for the merchant in PSP system
  • webhook_public_key
    • public key for webhook signature verification (RSA)
  • strict_customer_data_validation
    • list of required customer fields (e.g., "street,individualTaxId"); validates before sending request

Success

You have connected Re-set H2H merchant account!

Provider Options

  • send_true_js_enabled
    • if enabled - always sends javascript_enabled=true regardless of actual browser info; if disabled - uses real browserJavaEnabled value

Constants

Constants

API examples:

Maximum data set to create a payment invoices for payment_card_eur_hpp service

SALE

POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "882f2326-0451-473a-9c43-3c6b1b8997e9",
      "service": "payment_card_eur_hpp",
      "currency": "EUR",
      "amount": 1,
      "flow": "charge",
      "test_mode": false,
      "customer": {
        "reference_id": "4755",
        "name": "John Smith",
        "email": "test+12223334455@test.com",
        "phone": "+12223334455",
        "date_of_birth": "2000-12-31",
        "individual_tax_id":"1234444444",
        "address": {
          "full_address": "1st Avenue North",
          "country": "US",
          "region": "NY",
          "city": "New York",
          "post_code": "12345"
        }
      },
    }
  }
}

Minimum data set to create a payment invoices for payment_card_eur_hpp service

SALE

POST /api/payment-invoices HTTP/1.1
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "882f2326-0451-473a-9c43-3c6b1b8997e9",
      "service": "payment_card_eur_hpp",
      "currency": "EUR",
      "amount": 1,
      "flow": "charge",
      "test_mode": false,
      "customer": {
        "reference_id": "4755",
        "email": "test+12223334455@test.com"
      },
    }
  }
}

Still looking for help connecting your Re-set account?

Please contact our support team!