RequestMerchantProfileUpdate
Request Update Merchant Profile
type RequestMerchantProfileUpdate {
createdAt: DateTime!
customerRegion: MerchantProfileCustomerRegion
expectedAverageBasket: Amount
expectedMonthlyPaymentVolume: Amount @deprecated
expectedMonthlyMerchantProcessingVolume: ExpectedMonthlyMerchantProcessingVolume
id: ID!
invoiceExampleUrl: String @deprecated
merchantLogoUrl: String
merchantName: String
merchantProfileId: ID!
merchantWebsiteUrl: String
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType
socialNetworkUrl: String
status: RequestMerchantProfileUpdateStatus!
supportWebsiteUrl: String
termsAndConditionsUrl: String
updatedAt: DateTime!
additionalInformation: [AdditionalInformation!]!
}
Fields
RequestMerchantProfileUpdate.createdAt ● DateTime! non-null scalar
created date
RequestMerchantProfileUpdate.customerRegion ● MerchantProfileCustomerRegion enum
Where the payer are generally based.
RequestMerchantProfileUpdate.expectedAverageBasket ● Amount object
expected average basket value.
RequestMerchantProfileUpdate.expectedMonthlyPaymentVolume ● Amount deprecated object
use expectedMonthlyMerchantProcessingVolume instead
Expected annual activity volumes for all payment method
RequestMerchantProfileUpdate.expectedMonthlyMerchantProcessingVolume ● ExpectedMonthlyMerchantProcessingVolume enum
Expected annual activity volumes for all payment method
RequestMerchantProfileUpdate.id ● ID! non-null scalar
The Request ID
RequestMerchantProfileUpdate.invoiceExampleUrl ● String deprecated scalar
Unused, will be removed in future versions
Url of an example typical invoice issued by the merchant.
RequestMerchantProfileUpdate.merchantLogoUrl ● String scalar
Url of the merchant's logo
RequestMerchantProfileUpdate.merchantName ● String scalar
Business name of the merchant, i.e. name that will be displayed on debtors' bank statements
RequestMerchantProfileUpdate.merchantProfileId ● ID! non-null scalar
The Merchant Profile ID to update
RequestMerchantProfileUpdate.merchantWebsiteUrl ● String scalar
URL of the merchant website (Maximum 255 characters)
RequestMerchantProfileUpdate.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.
RequestMerchantProfileUpdate.productType ● ProductType enum
Type of product sold. List of value: Goods, Services, VirtualGoods, GiftsAndDonations. Gifts and donations can be club subscription or collection of donations (for associations), tips collection, contributions for local authorities
RequestMerchantProfileUpdate.socialNetworkUrl ● String scalar
The URL of the main social network of the merchant.
RequestMerchantProfileUpdate.status ● RequestMerchantProfileUpdateStatus! non-null enum
The status of the request
RequestMerchantProfileUpdate.supportWebsiteUrl ● String scalar
The URL of the support website or help center of the merchant.
RequestMerchantProfileUpdate.termsAndConditionsUrl ● String scalar
The URL of the terms and conditions of the merchant.
RequestMerchantProfileUpdate.updatedAt ● DateTime! non-null scalar
updated date
RequestMerchantProfileUpdate.additionalInformation ● [AdditionalInformation!]! non-null union
Additional information about the merchant profile
Returned By
merchantProfileUpdateRequest query
Member Of
MerchantProfile object ● RequestMerchantProfileUpdateSuccessPayload object