woocommerce/docs/ux-guidelines-payments
Jacklyn Biggin 42a90a317f
Rework UX guidelines to be in distinct folders and files (#43543)
* Rework UX guidelines to be in distinct folders and files

* Rename general guidelines to extensions guidelines

* Move contents of user-experience-guidelines.md into readme

* Rename "user experience guidelines" to "extension guidelines"

* Moved payments blurb from onboarding to readme

* Move product editor guidelines into a ux-guidelines folder

* Remove extra quote on payment guidelines image

* Add notice at top of theme customization page

* Fix linting issues
2024-01-16 16:04:53 -05:00
..
README.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00
payment-button-layout.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00
payment-button-size.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00
payment-button-style.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00
payments-onboarding.md Rework UX guidelines to be in distinct folders and files (#43543) 2024-01-16 16:04:53 -05:00

README.md

category_title category_slug post_title
Payments Guidelines user-experience-payments Payments Guidelines

When building payments extensions, you should ensure you follow the WooCommerce Extension Guidelines.

Payments plugins come in many types: payment processors and gateways, wallets, Buy Now Pay Later, crypto, and more.

The choice between payment plugins depends on the specific needs and preferences of the merchant and their customers. Some merchants may choose to use multiple types of payment plugins to offer their customers a wider range of payment options.

A merchant can discover a payments plugin in the following ways:

  • Through direct installation from WordPress plugins.
  • Through Woos public list of payment services on the Marketplace.
  • Through the admin onboarding tasks and payments settings. To be added to the list of payment gateways in the Woo admin, the payments plugin must meet the criteria listed in these guidelines.