Skip to content

WooCommerce BOG Credit Card Payment Gateway

Documentation for the Plug and Pay WooCommerce BOG Credit Card Payment Gateway plugin.

Requirements

Technical Requirements

  • PHP: 7.4, 8.1, 8.2, or 8.3
  • ionCube Loader: Required. For version requirements and installation details, check the IonCube Loader documentation.
  • WooCommerce: 5.0 or higher

Store Setup Prerequisites

  • BOG Merchant Account: You must have an active merchant agreement with Bank of Georgia.

Technical Specification & Feature Support

FeatureBOG Aggregator (Recommended)BOG iPayBOG iPay Solo
API VersionLatestLegacyLegacy
StatusRecommendedMaintainedMaintained
Blocks Support
HPOS
Background Polling
Callback (Async)
Redirect Sync
Save card
Save via My Account
Subscriptions
Authorise
Refunds
Multi-currency
Apple Pay
Google Pay

Technical Details

Callback (Async Notification)

The BOG gateways support Async Callbacks. This means the bank sends a Background Notification directly to your server as soon as a payment is completed. This ensures that order statuses are updated even if the customer closes their browser before being redirected back to your website.

Redirect Sync

The BOG Aggregator gateway also performs a real-time status check the moment the customer is redirected back from the bank to your store. This ensures the order status is updated immediately upon the customer's return, providing instant feedback. Legacy iPay gateways rely on the Async Callback for status updates.


Configuration

Capture Method (BOG Aggregator)

The BOG Aggregator gateway supports two capture methods:

  • Automatic: The payment is captured immediately upon checkout.
  • Manual (Authorize): Only blocks the amount on the customer's card (pre-authorization). This is supported for Card, Google Pay, and Apple Pay.

To capture a manual payment, go to the WooCommerce Order Edit screen, select the Complete BOG Aggregator Pre Auth action from the "Order actions" dropdown, and click the arrow button. You can also cancel the pre-authorization using the Cancel BOG Aggregator Pre Auth action.