> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/payments/wix-payments-provider/wix-payments-account/introduction.md ## Article Content: # About the Wix Payments Account API The Wix Payments Account API enables a Wix site to accept customer payments by connecting a Wix Payments account. ## Before You Begin It’s important to note the following points before starting to code: - The connected Wix Payments account has certain limitations that site owners can manage in their dashboard: - By default, customers can only pay via credit card, Apple Pay, or Google Pay. - To receive payments, site owners must complete onboarding to their Wix Payments account in the site's dashboard. - This API currently supports only sites located in the United States. Ensure that the site's location ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction.md)) is within the United States; otherwise, calling Connect Wix Payments Account ([REST](https://dev.wix.com/docs/rest/business-management/payments/wix-payments-provider/wix-payments-account/connect-wix-payments-account.md)) fails. ## Terminology - **Wix Payments account**: An account that enables a Wix site to process customer payments. ## See also - How site owners can [set up a Wix Payments account](https://support.wix.com/en/article/creating-a-wix-payments-account) in their dashboard. @sdk_package_setup