Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Beyond Pay for Gravity Forms

Описание

Securely accept credit cards directly from Gravity Forms using Beyond with this WordPress plugin.

Features

  • Accept Visa, MasterCard, American Express, Discover, JCB, and Diners Club brand cards directly on your website
  • No redirect to a third-party hosted payment page, reducing checkout friction and cart abandonment
  • Card data is securely captured with Beyond Pay Gateway’s hosted payment fields presented via inline frame (iframe) and tokenized before reaching your WordPress server
  • Simplifies merchant PCI compliance obligations to the shorter Self-Assessment Questionnaire «A» (SAQ-A)
  • Support either pre-authorization and later capture, or authorization and capture at once (the combined «sale» transaction type)
  • Optimize B2B card acceptance costs by automatically sending additional transaction data elements (also known as «Level II» and «Level III» information
  • Gravity Forms’ «Entries» page displays transaction details and allows for capture of authorizations
  • Custom CSS styling support for the hosted payment fields so that you can create your ideal Gravity Forms experience
  • Test/sandbox mode for development and staging

Configuration

  1. From your WordPress /wp-admin page, navigate to Gravity Forms > Settings.
  2. Select the Beyond Pay tab on the left navigation bar.
  3. Proceed to configure payment method options available on this page (see screenshot):

    • Enable Test Mode — controls whether transactions are sent to the Test/Sandbox or the Live/Production Beyond Pay Gateway environment and which type of API keys are expected; defaults to Live
    • PublicKey, PrivateKey, Username, Password, MerchantCode, and MerchantAccountCode — these are the credentials by which the plugin authenticates to the Beyond Pay Gateway in order to process payments; for Test Mode, you can request Beyond Pay Gateway sandbox API keys while live credentials are provided by Beyond once the merchant processing account is approved
    • Transaction Mode — controls how authorizations and payment captures are managed
    • Set this to Authorization to perform only an authorization («pre-auth») when the form is submitted, which requires the Capture Payment button on the Gravity Forms «Entries» page be clicked in order for the payment to be captured (usually when an order is shipped)
    • Set this to Sale to authorize and capture the payment immediately (usually used for donations, registration forms, or digital purchases)
    • Level II/III Data — controls which extended data elements are automatically sent with transaction requests in order to optimize interchange rates on B2B cards; Level II includes reference number and tax amount, while Level III includes line-item details. Set to Level III to ensure you always qualify for the best rates on eligible corporate purchasing cards. (Tax-exempt transactions are not eligible for Level II interchange rates but may be eligibile for Level III.)
    • Advanced Styling — allows for customized styling of the Beyond Pay card collection iframe via CSS
  4. Click the Update Settings button once you have completed configuration; the page will refresh and a message reading «Beyond Pay settings updated» will display at the top.

You are now ready to accept payments through Beyond Pay for Gravity Forms!

Creating a Payment Form and Feed

  1. From your WordPress /wp-admin page, navigate to Gravity Forms > New Form and give the new form a title.
  2. Select the Pricing Fields field type from the floating panels on the right.
  3. Click Credit Card to add the Beyond Pay hosted payment fields to your form (see screenshot).
  4. Click Update to save your changes.
  5. Click the Settings tab on the top of the edit forms page.
  6. Click the Beyond Pay tab on the left navigation bar of the Form Settings menu.
  7. Click Add New Feed button.
  8. Enter a name for the feed and select Products and Services from the Transaction Type drop down.
    • NOTE: You should select «Products and Services» regardless of whether you are selling physical or digital products or services, or accepting a donation.
  9. Select the field that will determine the Payment Amount or select Form Total to use the calculated total of all pricing fields.
  10. Select which other fields in your form map to the customer billing information to be sent to Beyond Pay Gateway (specifically Name, Phone, Street Address, and Zip fields) (see screenshot).
  11. Press the Update Settings button and you will see «Feed updated successfully.»
  12. Now, add or edit a WordPress page and select Add Form and choose the payment form you created: it will be embedded on your page and ready to take payments!

— NOTE: If you set the Transaction Mode to «Authorization», you MUST perform the additional «capture» step in order to receive payment:
— Once you receive a form submission / payment, navigate to Gravity Forms > Entries from your /wp-admin panel.
— From the Payment Details panel at the upper-right, click the Capture Payment button (see screenshot).

Скриншоты

  • Beyond Pay for Gravity Forms with default form styling
  • Beyond Pay for Gravity Forms configuration settings
  • Creating a Beyond Pay form
  • Creating a Beyond Pay feed
  • Entries screen - Payment Details

Установка

There are 2 primary ways to install this plugin: Automatic or Manual

Automatic Installation

  1. From your WordPress /wp-admin page, navigate to Plugins > Add New.
  2. Enter «Beyond Pay» in the search form in the top right of the screen.
  3. Select Beyond Pay for Gravity Forms from the search results.
  4. Click the Install Now button to install the plugin.
  5. Click Activate to activate the plugin.

Manual Installation

  1. Make sure Gravity Forms is installed and enabled on your WordPress instance.
  2. Download beyond-pay-gravity-forms.zip from the latest release.
  3. From your WordPress /wp-admin page, navigate to Plugins > Add New.
  4. Click the Upload Plugin button at the top of the screen.
  5. Select the beyond-pay-gravity-forms.zip file from your local filesystem that was obtained earlier.
  6. Click Install Now.
  7. When the installation is complete you will see the message «Plugin installed successfully.»
  8. Click the Activate Plugin button at the bottom of the page.
    • For more information on managing WordPress plugins, see https://wordpress.org/support/article/managing-plugins/

Часто задаваемые вопросы

Is it secure and/or compliant to accept credit cards directly on my website?

Yes! Beyond Pay Gateway secures card data by hosting the actual payment fields and presenting them in an iframe so that the fields only appear to be part of Gravity Forms.

Once card data is collected, then the information is further secured by tokenization: a process in which the sensitive card data is exchanged for a non-sensitive representation, or «token.» This ensures that cardholder data is not sent from the consumer’s browser to the merchant’s web server, and only the surrogate token value comes into contact with the merchant’s systems.

Do I have to have an SSL/TLS certificate?

Yes. All submission of sensitive payment data by the Beyond Pay is made via a secure HTTPS connection from the cardholder’s browser. However, to protect yourself from man-in-the-middle attacks and to prevent your users from experiencing mixed content warnings in their browser, you MUST serve the page with your payment form over HTTPS.

Does this gateway plugin support a sandbox or test option?

Yes. For Test Mode, you can request Beyond Pay Gateway sandbox API keys while production (live) API keys are provided by Beyond once the merchant processing account is approved.

How can I get further support?

Contact BeyondPayIntegrations@getbeyond.com, submit a support ticket via WordPress, or submit an issue via GitHub. For basic support and troubleshooting of your credit card authorizations and sales, you may also contact our Service Center at 1-888-480-1571.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Beyond Pay for Gravity Forms» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Beyond Pay for Gravity Forms» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.2.2

  • Documentation update.

1.2.1

  • Updated to support WordPress 6.1.1 and Gravity Forms 2.7.

1.1.3

  • Updated tested up to tag.

1.1.2

  • Fixed an issue with stylesheet link.

1.1.1

  • Initial public release.