Skip to main content

Store​

Example​

{
"Template": "Checkout",
"SalesSegment": "B2C",
"CountryCode": "SE",
"OrganizationNumber": "9912139814",
"VatRegistrationCode": "SE9912139815",
"LegalName": "Selling Company AB",
"PresentationName": "sellingthings.se",
"SalesCategory": "Retail",
"LogoUrl": "https://cdn.walleypay.com/logo/walley-black.svg",
"ContactInformation": {
"Address": {
"AddressLine1": "StreetAddress 12",
"PostalCode": "41103",
"City": "Gothenburg",
"CountryCode": "SE"
},
"WebsiteUrl": "https://sellingthings.se",
"CustomerServicePhoneNumber": "+46123456789",
"CustomerServiceEmail": "hello@sellingthings.se"
}
}

Store Properties​

PropertyRequiredExplanation
TemplateYesThe use of different templates are used to setup different type of integrations like Checkout or a custom PaymentsAPI integration.
SalesSegmentYesCategorizes the type of store. B2C,B2B
CountryCodeYesCountryCode of residence. SE,NO,FI,DK,DE,NL,AT
OrganizationNumberNoThe organization number or company registration number of the store. Will use OrganizationNumber from Merchant if not set
VatRegistrationCodeNoThe VAT registration code of the store. Will use VATRegistrationCode from Merchant if not set.
LegalNameYesThe legal name of the store.
PresentationNameYesThe presentation name appears on communication with end customers, i.e. invoices, emails etc.
SalesCategoryYesCategorizes the type of store. Preferably a MCC-code (ex 5732 for Electronic Sales)
LogoUrlNoLogo to be used in communication with the end customer like invoice header and Pay Link. Valid extensions are .svg and .png.
ContactInformationYesThe contact information of the store. Details here appears to end customers for example contact details to customer service appears on invoices. See ContactInformation. Will use merchant contact information, if not set.

ContactInformation Properties​

PropertyRequiredExplanation
AddressNoStore address. See Address
WebsiteUrlNoWebsite to the store.
CustomerServicePhoneNumberNoPhone number to the customer service / contact center
CustomerServiceEmailNoEmail to the customer service / contact center

Address​

Example​

{
"AddressLine1": "Street address",
"AddressLine2": "Floor 2, building C",
"City": "Gothenburg",
"PostalCode": "41103",
"CountryCode": "SE"
}

Properties​

PropertyRequired
AddressLine1Yes
AddressLine2No
CityYes
PostalCodeYes
CountryCodeYes