Landing Info Response

Here you can find information about the response received after sending a GET Landing Info call.

If the call is made using a Transaction ID created through a payment method that allows Landing Info, the response will be in JSON format and include the following details:

  1. The transaction's details;
  2. Payment instructions;
  3. QR Codes / Barcodes if applicable;
  4. Links for redirecting the user when the transaction is successful
  5. The logo of the payment method to display on your checkout page.

Landing Info Response Fields

The following table contains the definitions for each field included in the response from the GET Landing Info API call.

FieldDescription
amountThe amount of the transaction.
currencyThe currency used for the transaction.
expirationDateThe expiration date set for the transaction.
referencesThe reference ID from payment processor.
instructionsPayment instructions for the payment method used in the transaction.
qrCodesLink and RAW data for the QR code with which the payment will be made.
linksAdditional links for the payment method used in the transaction.
logosLink to the logo associated with the payment method used in the transaction.


Type values for Bre-B (Colombia)

For a Bre-B transaction, the typed buckets are populated as follows:

BucketTypeMeaning
referencesMAINThe Bre-B key value (e.g., @VUZ8FX8R). Show with copy-to-clipboard.
qrCodesRAWThe raw EMV-style QR string for client-side rendering.
qrCodesIMGA pre-rendered QR image (data URL or HTTPS URL).
bankInfoFieldsBENEFICIARYThe beneficiary name (merchant shop name).
instructionsNORMALA step in the payment instructions sequence, already localized.
linksPOLICYCookies / privacy policy URL.
linksSUCCESSReturn / success URL for the customer (if provided at payment creation).
logosMAINThe Bre-B method logo URL.

Merchants rendering their own checkout should treat both qrCodes entries (RAW and IMG) and the references[type=MAIN] Bre-B key as concurrent surfaces, not alternatives — see the Bre-B integration guide for the rationale.