woocommerce/docs/ux-guidelines-payments
Leif Singer 8ee74ede0e
Update Woo.com references to WooCommerce.com (#46259)
* replace capitalized Woo.com with WooCommerce.com

* replace http URLs

* replace https URLs

* replace developer.woo.com

* add missing version in `@since` tag

* unslash the HTTP_REFERER

* WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

* add changelog file

* add more changelog files

* address linter errors

* address more linter errors

* fix test

* more linter errors
2024-04-09 09:50:15 +01:00
..
README.md Update payments-ux-guidelines README.md to swap a character that was encoding improperly (#43764) 2024-01-17 17:41:47 -05:00
payment-button-layout.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
payment-button-size.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
payment-button-style.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
payments-onboarding.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01: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 Woo's 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.