Skip to main content

RequestMerchantProfileInput

Input to add a Merchant Profile

input RequestMerchantProfileInput {
accentColor: String
accountId: ID!
customerRegion: MerchantProfileCustomerRegion
expectedAverageBasket: AmountInput!
expectedMonthlyMerchantProcessingVolume: ExpectedMonthlyMerchantProcessingVolume
merchantLogo: String
merchantName: String!
merchantWebsiteUrl: URL
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType!
socialNetworkUrl: URL
supportWebsiteUrl: URL
termsAndConditionsUrl: URL
additionalInformation: [AdditionalInformationInput!]
}

Fields

RequestMerchantProfileInput.accentColor ● String scalar

Your accent color, used in white label interfaces. This color would also be inherited in the Swan Merchant Payment page.

RequestMerchantProfileInput.accountId ● ID! non-null scalar

ID of the Swan account which the merchantProfile is associated to

RequestMerchantProfileInput.customerRegion ● MerchantProfileCustomerRegion enum

Where the payer are generally based.

RequestMerchantProfileInput.expectedAverageBasket ● AmountInput! non-null input

expected average basket value.

RequestMerchantProfileInput.expectedMonthlyMerchantProcessingVolume ● ExpectedMonthlyMerchantProcessingVolume enum

Expected annual activity volumes for all payment method

RequestMerchantProfileInput.merchantLogo ● String scalar

Base64 encoded merchant's logo

RequestMerchantProfileInput.merchantName ● String! non-null scalar

Business name of the merchant, i.e. name that will be displayed on debtors' bank statements

RequestMerchantProfileInput.merchantWebsiteUrl ● URL scalar

Url of the merchant's website

RequestMerchantProfileInput.paymentFrequency ● MerchantProfilePaymentFrequency enum

The type of payments accepted by the merchant. Can be OneOff (no returning payers in general), Recurrent (returning payers), or a mix of both OneOffAndRecurrent.

RequestMerchantProfileInput.productType ● ProductType! non-null enum

Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities

RequestMerchantProfileInput.socialNetworkUrl ● URL scalar

The URL of the main social network of the merchant.

RequestMerchantProfileInput.supportWebsiteUrl ● URL scalar

The URL of the support website or help center of the merchant.

RequestMerchantProfileInput.termsAndConditionsUrl ● URL scalar

The URL of the terms and conditions of the merchant.

RequestMerchantProfileInput.additionalInformation ● [AdditionalInformationInput!] list input

Additional information about the merchant profile

Member Of

requestMerchantProfile mutation