Skip to main content

RequestMerchantProfileInput

Input to add a Merchant Profile

input RequestMerchantProfileInput {
accentColor: String
accountId: ID!
customerRegion: MerchantProfileCustomerRegion
expectedAverageBasket: AmountInput!
expectedMonthlyPaymentVolume: AmountInput!
invoiceExample: String
merchantLogo: String
merchantName: String!
merchantWebsite: URL
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType!
socialNetwork: URL
supportWebsite: URL
termsAndConditions: URL
}

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.expectedMonthlyPaymentVolume ● AmountInput! non-null input

Expected annual activity volumes for all payment methods.

RequestMerchantProfileInput.invoiceExample ● String scalar

A PDF of an example typical invoice issued by the merchant.

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.merchantWebsite ● 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.socialNetwork ● URL scalar

The URL of the main social network of the merchant.

RequestMerchantProfileInput.supportWebsite ● URL scalar

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

RequestMerchantProfileInput.termsAndConditions ● URL scalar

The URL of the terms and conditions of the merchant.

Member Of

requestMerchantProfile mutation