Skip to content

Logo

PayNearMe

Payments, meet Progress. Say goodbye to the limitations of your legacy payment technology. PayNearMe solves your biggest payment platform problems so you can focus on moving forward.

Website: home.paynearme.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the home.paynearme.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:

  • paynearme__key_id → Key id
  • paynearme__secret_pair → Secret pair
  • paynearme__test_mode → Test mode
  • paynearme__currency → choose currency (You can set these parameters according to available currencies and features for your PayNearMe 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 PayNearMe Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Key id
  • Secret pair
  • Test mode → true/false
  • Currency

Success

You have connected PayNearMe H2H merchant account!

API examples:

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": "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"
        }
      }
    }
  }
}

Question

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