Offers Messaging Placement

Paze provides specific messaging and checkout customization optionality to Merchants in order to support Paze-specific offer campaigns. Namely, Paze offers three distinct surfaces where offer information and call-to-actions can be surfaced.

  • Messages under the button via our custom HTML element
  • Messages in the start of auto-initiate flow 
  • Customized checkout screen based on Merchant Inputs

Messages Under Button: 

  • Merchants should integrate our custom HTML element below the button as part of their initial integration. Once initially integrated, no further code updates will be required to populate a message. 
  • Paze will push messages, as appropriate, to the surface.
    • For example, when running a co-branded marketing campaign during May, Paze can push the following message to the surface: “Save 15% off your transaction using Paze this graduation season!”

Messages in the Auto-Initiate Flow

Paze will be able to push messages to the auto-initiate launch screen without any merchant inputs required. For example, “Get 20% off by checking out with Paze!”

Customized checkout screen based on Merchant inputs

  • Merchants are suggested to provide additional discount-related inputs which can be used to customize the review screen based on dynamic inputs. 

    • These discount inputs help are used to continue the discount experience through the final review screen. Please see the following example
  • New fields which drive review screen customization are available in the transactionValue object. 

    • The transactionValue object is an object nested within the checkout call. 
    • Merchants use the checkout call to launch the Paze checkout UI. Users authenticate and select a card for payment within the Paze checkout UI. 
  • The new fields are: 

    • discountAmount
    • subtotal
    • taxAmount
    • shippingAmount

    The updated transactionValue object is represented by transactionValue.

New fields which drive review screen customization are available in the transactionValue object.