Skip to main content

RequestMerchantProfileUpdate

Request Update Merchant Profile

type RequestMerchantProfileUpdate {
createdAt: DateTime!
customerRegion: MerchantProfileCustomerRegion
expectedAverageBasket: Amount
expectedMonthlyPaymentVolume: Amount
id: ID!
invoiceExampleUrl: String
merchantLogoUrl: String
merchantName: String
merchantProfileId: ID!
merchantWebsite: String
paymentFrequency: MerchantProfilePaymentFrequency
productType: ProductType
socialNetwork: String
status: RequestMerchantProfileUpdateStatus!
supportWebsite: String
termsAndConditions: String
updatedAt: DateTime!
}

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 object

Expected annual activity volumes for all payment method

RequestMerchantProfileUpdate.id ● ID! non-null scalar

The Request ID

RequestMerchantProfileUpdate.invoiceExampleUrl ● String scalar

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 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 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 scalar

The URL of the support website or help center of the merchant.

RequestMerchantProfileUpdate.termsAndConditions ● String scalar

The URL of the terms and conditions of the merchant.

RequestMerchantProfileUpdate.updatedAt ● DateTime! non-null scalar

updated date

Returned By

merchantProfileUpdateRequest query

Member Of

MerchantProfile object ● RequestMerchantProfileUpdateSuccessPayload object