Skip to content

Logo

paymentsPRO

High Risk Merchan

Website: paymentspro.io

Set up Account H2H merchant account

Step 1: Create Merchant Account

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

  • paymentspro__header_token → Header token
  • paymentspro__auth_key → Auth key
  • paymentspro__currency → choose currency (You can set these parameters according to available currencies and features for your paymentsPRO 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 paymentsPRO Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Header token
  • Auth key
  • Currency

Success

You have connected paymentsPRO H2H merchant account!

API examples:

Data set to create a payment invoices for payment_card_eur_hpp service

SALE
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello World",
      "currency":"EUR",
      "amount":1,
      "reference_id":"87b1530a-6c53-4aac-9422-a90fb41a1631",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"FULL_DATA",
        "name":"John Doe",
        "email":"[email protected]",
        "phone":"380982016932",
        "address":{
          "full_address":"Londond",
          "country":"GB",
          "region":"Londond",
          "city":"Londond",
          "post_code":"123 GRR"
        }
      },
      "callback_url":"http:\/\/9649-3-65-180-235.ngrok-free.app",
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "service_fields":[
      ]
    }
  }
}

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:

  • customer_address → customer [address] [address]
  • customer_city → customer [address] [city]
  • customer_state → customer [address] [state]
  • customer_country → customer [address] [country]
  • customer_post_code → customer[address][post_code]
  • Phone → customer [phone]
  • first_name → customer [first_name]
  • last_name → customer [last_name]
  • Email → customer [email]

Provider Options

Provider_Options

  • ignore_callback
    • for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)

Question

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