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.