RequestMerchantProfileUpdateInput
Input to update a Merchant Profile
input RequestMerchantProfileUpdateInput {
accentColor: String
customerLocation: MerchantProfileCustomerLocation
expectedAverageBasket: AmountInput
expectedMonthlyPaymentVolume: AmountInput
invoiceExample: String
merchantLogo: String
merchantName: String
merchantProfileId: ID!
merchantWebsite: String
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType
socialNetwork: String
supportWebsite: String
termsAndConditions: String
}
Fields
RequestMerchantProfileUpdateInput.accentColor
● String
scalar
Your accent color, used in white label interfaces. This color would also be inherited in the Swan Merchant Payment page. Unlike the other fields in this mutation, the value specified here updates the merchant profile's accent color immediately.
RequestMerchantProfileUpdateInput.customerLocation
● MerchantProfileCustomerLocation
enum
Location of the merchant's customers
RequestMerchantProfileUpdateInput.expectedAverageBasket
● AmountInput
input
expected average basket value.
RequestMerchantProfileUpdateInput.expectedMonthlyPaymentVolume
● AmountInput
input
Expected annual activity volumes for all payment methods.
RequestMerchantProfileUpdateInput.invoiceExample
● String
scalar
Base64 encoded PDF of an invoice example
RequestMerchantProfileUpdateInput.merchantLogo
● String
scalar
base64 encoded merchant's logo. Use '' to delete the field. Don't add the field to the mutation if you want to keep the existing value.
RequestMerchantProfileUpdateInput.merchantName
● String
scalar
Business name of the merchant, i.e. name that will be displayed on debtors' bank statements
RequestMerchantProfileUpdateInput.merchantProfileId
● ID!
non-null scalar
ID of the MerchantProfile to update
RequestMerchantProfileUpdateInput.merchantWebsite
● String
scalar
Url of the merchant's website. Use '' to delete the field. Don't add the field to the mutation if you want to keep the existing value.
RequestMerchantProfileUpdateInput.paymentFrequency
● MerchantProfilePaymentFrequency
enum
Payment frequency used by the merchant
RequestMerchantProfileUpdateInput.productType
● ProductType
enum
Type of product sold. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities
RequestMerchantProfileUpdateInput.socialNetwork
● String
scalar
URL of the merchant social network
RequestMerchantProfileUpdateInput.supportWebsite
● String
scalar
URL of the merchant support website
RequestMerchantProfileUpdateInput.termsAndConditions
● String
scalar
URL of the merchan terms and conditions
Member Of
requestMerchantProfileUpdate
mutation