Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added more configuration details. Added link to v5 test data

...

Field NameDescription
Vendor Account NumberEnter the Vendor Account Number provided by 2Checkout.
Secret WordEnter the Secret Word provided by or configurable within 2Checkout.
API UsernameEnter the API Username provided by or configurable within 2Checkout. It is required to process refunds.
API PasswordEnter the API Password provided by or configurable within 2Checkout. It is required to process refunds.
Test ModeCheck to enable Test Mode. If checked, transactions will be processed in test mode and will not settle.
SandboxWhether to use the 2Checkout sandbox environment for payments and API calls
Accepted Currencies

Check the currencies that you would like to be processed through this payment gateway.

The following currencies are available:

AED, ARS, AUD, BRL, CAD, CHF, DKK, EUR, GBP, HKD, ILS, INR, JPY, LTL, MXN, MYR, NOK, NZD, PHP, RON, RUB, SEK, SGD, TRY, USD, ZAR

For Version 5

Note

In order to use the sandbox, see the test data here https://knowledgecenter.2checkout.com/Documentation/09Test_ordering_system


Field NameDescription
Merchant CodeEnter the Merchant Code provided by 2Checkout.
Buy Link Secret WordEnter the Buy Link Secret Word provided by or configurable within 2Checkout.
Secret KeyEnter the Secret Key provided by 2Checkout.
Test ModeCheck to enable Test Mode. If checked, transactions will be processed in test mode and will not settle.
Accepted Currencies

Check the currencies that you would like to be processed through this payment gateway.

The following currencies are available:

AED, ARS, AUD, BRL, CAD, CHF, DKK, EUR, GBP, HKD, ILS, INR, JPY, LTL, MXN, MYR, NOK, NZD, PHP, RON, RUB, SEK, SGD, TRY, USD, ZAR

...

  1. Log into your 2Checkout account
  2. Go to Integrations then “IPN Settings”
  3. Click “Add IPN URL”
  4. Enter the IPN URL and hit “Add IPN”
  5. Scroll down to the "Response tags" section
  6. Make sure all of the following are checked: IPN_EXTERNAL_REFERENCE[], EXTERNAL_CUSTOMER_REFERENCE, IPN_PID[], IPN_PNAME[], IPN_DATE, IPN_TOTALGENERAL, CURRENCY, REFNO
  7. Click the "Update" button

The IPN URL will be something like https://yourdomain.com/blesta_directory/callback/gw/1/_2checkout where "1" is your company ID. If you do not have any addon companies, or don't know what that is, use "1".

...