Skip to main content
The Alignet Modal lets a merchant start a payment from its website and display VPOS-2 in a modal window. The request is built in an HTML form, signed with the merchant SHA-2 key, and opened through JavaScript.
The official guide states that this procedure does not apply to merchants in Peru. Confirm the appropriate method with your acquirer or contact integraciones@alignet.com.

General flow

1

Request access

Obtain the acquirer ID, merchant ID, and administrative access to VPayment web.
2

Generate the keys

Download and protect the LlavesSHA2.zip file.
3

Implement the form

Load the environment script, add the signed parameters, and open the Modal from a user action.
4

Validate the response

Verify the returned signature and test the expected outcomes before requesting production access.

Requirements and environment

Review prerequisites and the integration environment.

Access and keys

Obtain credentials and generate the SHA-2 keys.

Integration

Implement the HTML form and open the Modal.

Parameters and responses

Send, receive, and validate transaction data.
View the official Modal guide