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!
merchantWebsite: String @deprecated
merchantWebsiteUrl: String
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType
socialNetwork: String @deprecated
socialNetworkUrl: String
status: RequestMerchantProfileUpdateStatus!
supportWebsite: String @deprecated
supportWebsiteUrl: String
termsAndConditions: String @deprecated
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.merchantWebsite ● String deprecated scalar
Use merchantWebsiteUrl instead
Url of the merchant's website
RequestMerchantProfileUpdate.merchantWebsiteUrl ● String scalar
Url of the merchant's website
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.socialNetwork ● String deprecated scalar
use socialNetworkUrl instead
The URL of the main social network of the merchant.
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.supportWebsite ● String deprecated scalar
use supportWebsiteUrl instead
The URL of the support website or help center of the merchant.
RequestMerchantProfileUpdate.supportWebsiteUrl ● String scalar
The URL of the support website or help center of the merchant.
RequestMerchantProfileUpdate.termsAndConditions ● String deprecated scalar
use termsAndConditionsUrl instead
The URL of the terms and conditions 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