> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Wix Payments Account # Type: Wix Payments Account Object # Link: https://dev.wix.com/docs/api-reference/business-management/payments/wix-payments-provider/wix-payments-account/wix-payments-account-object.md ## Description: An account that enables a Wix site to process customer payments. ## Schema: ```json Type: Wix Payments Account Object | type: WixPaymentsAccount Description: An account that enables a Wix site to process customer payments. - name: id | type: string | description: ID of the Wix Payments account. - name: value | type: string | description: - name: firstName | type: string | description: First name of the Wix Payments account owner. - name: lastName | type: string | description: Last name of the Wix Payments account owner. - name: tosAccepted | type: boolean | description: Whether the account owner has accepted the [Wix Payments Terms of Service](https://www.wix.com/about/terms-of-payments). The account owner must accept these terms for the account to be created successfully. If the terms aren't accepted, the Connect Wix Payments Account call fails. - name: value | type: boolean | description: - name: termsOfServiceAcceptance | type: TermsOfServiceAcceptance | description: - name: ip | type: string | description: - name: email | type: string | description: email of the Wix Payments account owner. - name: productDescription | type: string | description: Brief summary of the types of products and services offered for sale through the Wix Payments account. For example, "Sportswear and sport accessories". - name: country | type: string | description: Country code. - name: softDescriptor | type: string | description: - name: businessUrl | type: string | description: ```