Register with Tabby and fill all the business details
Receive your Testing API keys from your Tabby account manager
Download and install Tabby Cartridge for your platform:
To download SFRA (Store Front Reference Architecture) Cartridge, click here
To download SiteGenesis Cartridge, click here
Test your integration and contact Tabby to have a green light for going live
Collect your Live API Keys, populate them for your store, make sure Live Webhooks are installed. You are ready for going live now
Site Preference | Description | Values |
Is Tabby Enable | This field represents the enable/disable tabby implementation. | Boolean: True/FalseDefault: True |
Tabby Environment | This field represents the type of the environment. | Enum of String: Development -> Development instancesProduction -> Production instancesDefault: Development |
Service Credential Public Key | This field represents the tabby service credential public key (pk_…). | String: (Mandatory) The public API key that Tabby provided to you |
Service Credential Secret Key | This field represents the tabby service credential secret key (sk_…). | String: (Mandatory) The secret API key that Tabby provided to you |
Is Tabby Installments Enable | This field represents the Installments payment method is enabled. | Boolean: True/False Default: True |
Is Tabby Credit Card Installments Enable(Deprecated) | This field represents the Credit Card Installments payment method is enabled. | Boolean: True/False Default: False |
Is Tabby Pay Later Enable | This field represents the Pay Later payment method is enabled. | Boolean: True/False Default: False |
Immediate Capture On Authorize | This field represents if the Immediate Capture on Authorize is enabled. If Yes -> Capture request will be triggered automatically after success Authorization. If No -> Tabby-Capture scheduled job will send the capture request. | Boolean: True/False Default: True |
Installments Count | This field represents Installments counts. | Integer:Default: 4 |
Tabby Merchant Code Per Country | This field represents the Merchant codes per country in a JSON format: { “AE”: “uae”,“SA”: “ksa”,“KW”: “kwt”} | Text (JSON) { “AE”: “uae”,“SA”: “ksa”,“KW”: “kwt”} - need to define Site countries only. |
Card Size | This field represents the tabby card size, can be narrow or wide, depending on the width | Enum of String: Narrow/Wide Default: Narrow |
Card Theme | This field represents the tabby card theme, can be default or black, depending on the styles | Enum of String: Default/Black Default: Default |
Webhooks Title | This field represents the arbitrary header name to sign the request for the webhooks.Will be used to verify webhook requests that tabby system sends. | String: |
Webhooks Value | This field represents the random string to sign the request for the webhooks.Will be used to verify webhook requests that tabby system sends. | String: |