MerchantProfile
Merchant Profile
type MerchantProfile {
id: ID!
supportingDocumentCollections(
first: Int! = 50
before: String
after: String
filters: SupportingDocumentCollectionFilterInput
): SupportingDocumentCollectionConnection!
accentColor: String
accountId: ID!
createdAt: DateTime!
customerRegion: MerchantProfileCustomerRegion
expectedAverageBasket: Amount!
expectedMonthlyPaymentVolume: Amount! @deprecated
expectedMonthlyMerchantProcessingVolume: ExpectedMonthlyMerchantProcessingVolume!
invoiceExampleUrl: String @deprecated
merchantLogoUrl: String
merchantName: String!
merchantPaymentLinks(
first: Int! = 50
after: String
orderBy: MerchantPaymentLinkOrderByInput
filters: MerchantPaymentLinkFiltersInput
): MerchantPaymentLinkConnection
merchantPaymentMethods: [MerchantPaymentMethod!]
merchantPayments(
first: Int! = 50
after: String
orderBy: MerchantPaymentOrderByInput
filters: MerchantPaymentFiltersInput
): MerchantPaymentConnection
merchantWebsite: String @deprecated
merchantWebsiteUrl: String
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType!
requestedMerchantProfileUpdates: [RequestMerchantProfileUpdate!] @deprecated
requestMerchantProfileUpdate: RequestMerchantProfileUpdate
socialNetwork: String @deprecated
socialNetworkUrl: String
statusInfo: MerchantProfileStatusInfo!
supportWebsite: String @deprecated
supportWebsiteUrl: String
termsAndConditions: String @deprecated
termsAndConditionsUrl: String
updatedAt: DateTime!
additionalInformation: [AdditionalInformation!]!
}
Fields
MerchantProfile.id ● ID! non-null scalar
The Merchant Profile ID
MerchantProfile.supportingDocumentCollections ● SupportingDocumentCollectionConnection! non-null object
MerchantProfile.supportingDocumentCollections.first ● Int! non-null scalar
the number of elements to load (maximum: 100)
MerchantProfile.supportingDocumentCollections.before ● String scalar
the index (a unique reference in string form) from which you will load the preceding elements
MerchantProfile.supportingDocumentCollections.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
MerchantProfile.supportingDocumentCollections.filters ● SupportingDocumentCollectionFilterInput input
a filtering table you can apply to your list of connections
MerchantProfile.accentColor ● String scalar
Your accent color, used in white label interfaces. This color would also be inherited in the Swan Merchant Payment page.