Skip to main content
This guide walks through activating the Paze digital wallet in the Gr4vy dashboard, the fields it asks for, and how to manage the configuration afterwards. For background on how Paze works and how Gr4vy fits in, read the overview. When you are ready to add Paze to your checkout, follow the web setup or mobile setup guide.

Before you begin

Each merchant that wants to use Paze needs to be approved by Early Warning Services (EWS) before Gr4vy can register it with Paze. See Set up Paze on the connector page for the onboarding flow. Submit the dashboard activation form below only after your merchant is approved.

Activate Paze

In the Gr4vy dashboard, open ConnectionsCatalogPaze to start the activation form. The form has two sections — Merchant details and Merchant profile & domain configuration — and submits a POST /digital-wallets request with provider set to paze.

Merchant details

These fields identify your business and are used when Gr4vy registers your merchant with Paze. After activation, the legal name, merchant URL, and trading name become read-only.
FieldRequiredDescription
Legal nameYesThe legal name of your company. Maps to merchant_name on the API.
Merchant URLYesThe main URL of your business. Maps to merchant_url.
Trading nameNoThe name shown to shoppers in the Paze experience. Defaults to the legal name if left empty. Maps to merchant_display_name.
Address line 1YesStreet address. Maps to address.line1.
Address line 2NoSuite, floor, or unit. Maps to address.line2.
CityYesCity of the registered address. Maps to address.city.
StateYesThe ISO 3166-2 subdivision code for the state or region, such as US-CA. Maps to address.state_code.
Zip code / postal codeYesPostal code of the registered address. Maps to address.postal_code.

Merchant profile & domain configuration

These fields control how Paze categorizes your transactions and where the Paze button can run.
FieldRequiredDescription
Merchant category code (MCC)YesThe four-digit MCC that best describes your business. Maps to merchant_category_code.
Domain namesYesOne or more fully qualified domain names where the Paze button is hosted (for example, www.example.com). Maps to domain_names.
When you save the form, Gr4vy registers your merchant with Paze on your behalf.

Manage domains

You can add domains where the Paze button runs after activation. On the Paze connection page, open the Domains tab to add a new fully qualified domain name. Removing domains from a Paze merchant is not currently supported.

Edit the configuration

After activation, the Overview tab of the Paze connection lets you edit the address and the MCC. The legal name, merchant URL, and trading name are fixed once Gr4vy registers your merchant with Paze. Some additional configuration, such as the network name and the MID list, can be updated only through the API and is not exposed in the dashboard.

Next steps