Skip to content

Logo

Paytently

NextGen Payments Orchestration

Website: paytently.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the paytently.com/contact 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 for API v1:

  • paytently__merchant_id → Merchant ID
  • paytently__application_id → Application ID
  • paytently__public_key_binary → Public key (binary)
  • paytently__private_key_binary → Private key (binary)
  • paytently__test_mode → Test Mode
  • paytently__currency → choose currency (You can set these parameters according to available currencies and features for your Paytently wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Credentials that have to be issued for API v2:

  • paytently__merchant_id → Merchant ID
  • paytently__application_id → Application ID
  • paytently__public_key_binary → Public key (binary)
  • paytently__private_key_binary → Private key (binary)
  • paytently__client_identifier → Client Identifier
  • paytently__client_secret → Client Secret
  • paytently__route_identifier → Route Identifier
  • paytently__test_mode → Test Mode
  • paytently__currency → choose currency (You can set these parameters according to available currencies and features for your Paytently 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 Paytently Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials for API v1:

  • Merchant ID
  • Application ID
  • Public key (binary)
  • Private key (binary)
  • Test Mode → true/false
  • Currency

Enter credentials for API v2:

  • Merchant ID
  • Application ID
  • Public key (binary)
  • Private key (binary)
  • Client Identifier
  • Client Secret
  • Route Identifier
  • Test Mode → true/false
  • Currency

Success

You have connected Paytently H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

POST /api/payment-invoices HTTP/1.1

{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "2b369d7e-b3a5-42db-9132-9dfb387a2e55",
      "service": "payment_card_eur_hpp",
      "currency": "EUR",
      "amount": 15,
      "test_mode": true,
      "customer": {
        "reference_id": "test1",
        "name": " Test Testovych",
        "email": "[email protected]",
        "phone": "+444000213213",
        "address": {
          "full_address": " TestAddr",
          "country": "DE",
          "region": "TestReg",
          "city": "TestCity",
          "street": "TestStreet",
          "post_code": "AAA1234"
        }
      }
    }
  }
}

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

Question

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