Skip to content

Logo

PayzEasy

Simplify Payments With Ease

Website: payzeasy.com

Set up Account

Step 1: Create merchant account

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

  • Application ID
  • Salt
  • API URL

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

Press Connect at PayzEasy Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Connect

Enter credentials:

  • Application ID → Application ID
  • Salt → Application ID
  • API URL → API URL

Success

You have connected PayzEasy Provider account!

API examples:

Data set to create a payment

POST /api/commerce/payment-invoices HTTP/1.1

{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "service": "upi_inr_hpp",
      "commerce_account": "Hello World",
      "currency": "INR",
      "amount": 100,
      "flow": "charge",
      "gateway_options": {
        "cardgate": {
          "tokenize": ""
        }
      },
      "customer": {
        "reference_id": "103",
        "name": "[email protected]",
        "email": "[email protected]",
        "phone": "+42044444444"
      },
      "test_mode": false,
      "options": {
        "allow_partially": false,
        "bypass_hpp": false,
        "send_operation_context_on_return": false
      },
      "reference_id": "2dea841e-8063-4b5b-b5c4-59d69d2bd96d",
      "service_fields": []
    }
  }
}

Additional information

Constants

Constants

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:

  • player_id → customer [reference_id]
  • player_name → customer [name]
  • player_email → customer [email]
  • player_phone → customer [phone]

Still looking for help connecting your PayzEasy account?

Please contact our support team!