Smart Screens v2 Specifications

Gateway hosted billing page solution

Transaction Details - Overview

Payment information is collected through our Secure Payment Screens.

To initiate a credit card authorization, submit a form POST to the payment URL provided below. The resulting page will present a secure form for collecting billing and/or shipping details. Once the form is completed, the system will process the transaction and return the result.

Based on the configuration of the initial request, one of the following response methods will be used:

  • Redirect to a web page: The customer is redirected to the specified URL.
  • System callback: The system performs a POST to the specified script, including all collected data and any originally submitted values. Sensitive data is masked/filtered.
  • On-screen receipt: The system displays a receipt directly to the customer upon completion.

Payment URL: https://pay1.plugnpay.com/pay/

⚠️ Important: Include only the fields you plan to define; omit any unused fields.


Section 1. Submission

Variables and definition for making a request to the payment page.

Section 2. Response

Variables and definitions related to the transaction response.

Sample HTML

Sample HTML that can be used to create simple order form and buttons.