RequestMerchantProfileInput
Input to add a Merchant Profile
input RequestMerchantProfileInput {
accountId: ID!
merchantName: String!
merchantWebsite: String
merchantLogo: String
productType: ProductType!
expectedMonthlyPaymentVolume: AmountInput!
expectedAverageBasket: AmountInput!
accentColor: String
}
Fields
RequestMerchantProfileInput.accountId
● ID!
non-null scalar
ID of the Swan account which the merchantProfile is associated to
RequestMerchantProfileInput.merchantName
● String!
non-null scalar
Business name of the merchant, i.e. name that will be displayed on debtors' bank statements
RequestMerchantProfileInput.merchantWebsite
● String
scalar
Url of the merchant's website
RequestMerchantProfileInput.merchantLogo
● String
scalar
base64 encoded merchant's logo
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.expectedMonthlyPaymentVolume
● AmountInput!
non-null input
Expected annual activity volumes for all payment methods.
RequestMerchantProfileInput.expectedAverageBasket
● AmountInput!
non-null input
expected average basket value.
RequestMerchantProfileInput.accentColor
● String
scalar
Your accent color, used in white label interfaces. This color would also be inherited in the Swan Merchant Payment page.
Member Of
requestMerchantProfile
mutation