checkout-opencart-plugin

Checkout.com OpenCart Plugin

0
3
0
1
PHP
public

Compatibility

OpenCart version 3.0.x.x

If you are running OpenCart version 2.0 - 2.2, please refer to the corresponding branch

If you are running OpenCart version 2.3.x.x, please refer to the corresponding branch

Installation

It’s easy to install and use Checkout.com module. Download the extension from the Github releases and upload the content to the below path

[Root Directory]/upload/admin/…
[Root Directory]/upload/catalog/…

Or download the package from Opencart marketplace

Configuration

After installing the plugin, access the back office of your store and click Extensions > Extensions. Select Payments in the drop down list. Click the Install button after you find the Checkout.com plugin, and once the installation is finished, click Edit.

  • Select your environment (sandbox/production)
  • Enter your API keys with the prefix Bearer, e.g. Bearer sk_sbox_77s12…
  • Select Status Enabled
  • Hit the Save button

Webhook / Redirection URLs

Webhook creation is done automatically when you save the plugin’s configurations.
It supports the following events:

card_verification_declined
card_verified
payment_approved
payment_pending
payment_declined
payment_expired
payment_canceled
payment_voided
payment_void_declined
payment_captured
payment_capture_declined
payment_capture_pending
payment_refunded
payment_refund_declined
payment_refund_pending

The URL registered will be:
example.com/index.php?route=extension/payment/checkout_com/webhook

v0.3.1[beta]