Plugin Directory

Changeset 3000274


Ignore:
Timestamp:
11/22/2023 04:13:08 PM (2 years ago)
Author:
beyondpay
Message:

Documentation update.

Location:
beyond-pay-for-gravity-forms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • beyond-pay-for-gravity-forms/trunk/README.md

    r2871716 r3000274  
    41413. Proceed to configure payment method options available on this page (see [screenshot](#beyond-pay-for-gravity-forms-configuration-settings)):
    4242  - **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   
    43   - **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](https://forms.office.com/Pages/ResponsePage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1URUJXWFhEMDlDTUs3OVlROEMxOExJQzZGNSQlQCN0PWcu) while live credentials are provided by Beyond once the merchant processing account is approved
     43  - **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](https://forms.office.com/pages/responsepage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1UMVBQWVNYSFBBNzJEV1k4Uko5WUU2NllBSCQlQCN0PWcu) while live credentials are provided by Beyond once the merchant processing account is approved
    4444  - **Transaction Mode** - controls how authorizations and payment captures are managed
    4545    - 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)
     
    8484**Does this gateway plugin support a sandbox or test option?**
    8585
    86 Yes. For Test Mode, you can [request Beyond Pay Gateway sandbox API keys](https://forms.office.com/Pages/ResponsePage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1URUJXWFhEMDlDTUs3OVlROEMxOExJQzZGNSQlQCN0PWcu) while production (live) API keys are provided by Beyond once the merchant processing account is approved.
     86Yes. For Test Mode, you can [request Beyond Pay Gateway sandbox API keys](https://forms.office.com/pages/responsepage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1UMVBQWVNYSFBBNzJEV1k4Uko5WUU2NllBSCQlQCN0PWcu) while production (live) API keys are provided by Beyond once the merchant processing account is approved.
    8787
    8888**How can I get further support?**
     
    136136## Changelog
    137137
     138### 1.2.2
     139* Documentation update.
     140
    138141### 1.2.1
    139 * Updated to support WordPress 6.1.1 and Gravity Forms 2.7
     142* Updated to support WordPress 6.1.1 and Gravity Forms 2.7.
    140143
    141144### 1.1.3
  • beyond-pay-for-gravity-forms/trunk/README.txt

    r2871716 r3000274  
    44Requires at least: 4.7
    55Tested up to: 6.1.1
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 7.0
    88License: MIT
     
    31311. Proceed to configure payment method options available on this page (see [screenshot](#beyond-pay-for-gravity-forms-configuration-settings)):
    3232  - **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
    33   - **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](https://forms.office.com/Pages/ResponsePage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1URUJXWFhEMDlDTUs3OVlROEMxOExJQzZGNSQlQCN0PWcu) while live credentials are provided by Beyond once the merchant processing account is approved
     33  - **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](https://forms.office.com/pages/responsepage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1UMVBQWVNYSFBBNzJEV1k4Uko5WUU2NllBSCQlQCN0PWcu) while live credentials are provided by Beyond once the merchant processing account is approved
    3434  - **Transaction Mode** - controls how authorizations and payment captures are managed
    3535    - 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)
     
    9797= Does this gateway plugin support a sandbox or test option? =
    9898
    99 Yes. For Test Mode, you can [request Beyond Pay Gateway sandbox API keys](https://forms.office.com/Pages/ResponsePage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1URUJXWFhEMDlDTUs3OVlROEMxOExJQzZGNSQlQCN0PWcu) while production (live) API keys are provided by Beyond once the merchant processing account is approved.
     99Yes. For Test Mode, you can [request Beyond Pay Gateway sandbox API keys](https://forms.office.com/pages/responsepage.aspx?id=Q9V6UxGq3USJSkGsz2Jk7yRG7q939HJFkFXKp4lfZo1UMVBQWVNYSFBBNzJEV1k4Uko5WUU2NllBSCQlQCN0PWcu) while production (live) API keys are provided by Beyond once the merchant processing account is approved.
    100100
    101101= How can I get further support? =
     
    113113== Changelog ==
    114114
     115= 1.2.2 =
     116* Documentation update.
     117
    115118= 1.2.1 =
    116 * Updated to support WordPress 6.1.1 and Gravity Forms 2.7
     119* Updated to support WordPress 6.1.1 and Gravity Forms 2.7.
    117120
    118121= 1.1.3 =
  • beyond-pay-for-gravity-forms/trunk/beyond-pay-gravity-forms.php

    r2871716 r3000274  
    66 * Author: Beyond
    77 * Author URI: https://getbeyond.com
    8  * Version: 1.2.1
     8 * Version: 1.2.2
    99 * Text Domain: beyond-pay-for-gravityforms
    1010 * Tested up to: 6.1.1
Note: See TracChangeset for help on using the changeset viewer.