Skip to main content

Merchant

Merchants associated with the account

type Merchant {
uuid: String!
name: String!
url: String
logoUrl: String
merchantImageUrl: String
merchantColor: MerchantColor @deprecated
primaryBalanceType: String
categories: [String!]
merchantTypes: [MerchantType!]!
description: String
}

Fields

Merchant.uuid ● String! non-null scalar

UUID of the Merchant

Merchant.name ● String! non-null scalar

Name of the Merchant

Merchant.url ● String scalar

URL of the Merchant

Merchant.logoUrl ● String scalar

Logo URL of the Merchant

Merchant.merchantImageUrl ● String scalar

Image URL of the Merchant

Merchant.primaryBalanceType ● String scalar

Primary balance type of the Merchant

Merchant.categories ● [String!] list scalar

Categories associated with the Merchant

Merchant.merchantTypes ● [MerchantType!]! non-null enum

Commerce capabilities supported by the Merchant

Merchant.description ● String scalar

Description of the Merchant

Show deprecated

Merchant.merchantColor ● MerchantColor deprecated enum

DEPRECATED

Use AccountProfile.brandColorHex for RO Wallet branding.

Legacy colour token for the merchant

Member Of

Account object ● CreateMerchantResult object ● DiscoverablePromotion object ● Promotion object ● UpdateMerchantResult object