Skip to main content

Essential request parameters

Billing, shipping, Wallet, and reserved fields may also be sent according to the agreed scope. Follow the type, length, and required status defined in the official guide.

Request signature

Generate purchaseVerification with:

Response

The main fields are:
  • authorizationResult: 00 authorized, 01 denied by the issuer, or 05 rejected by VPOS-2.
  • authorizationCode: authorization code when applicable.
  • errorCode and errorMessage: technical decline information.
  • purchaseVerification: response signature that the merchant must validate.
  • IDTransaction and txDateTime: transaction traceability and date/time.
  • brand and paymentReferenceCode: brand and masked reference when available.
Do not show errorCode or errorMessage directly to the cardholder. Display customer-facing messages agreed with the acquirer, and always validate the signature before updating the order.
The response signature adds authorizationResult to the critical request fields. Continue to customization and testing →