Tabby SDKs contain ready-made snippet components for the Product, Cart, and Checkout pages of your app.
If you build your own promo components instead, use the standard Tabby copy and open the Tabby “Learn more” pop-up in a webview.
Before implementing custom promo snippets, you must discuss and confirm the desired solution with your Tabby account manager.
Promo Text
Use the same copy as the Payment Method Description on the web:
| English | Arabic |
|---|
| Payment Method Description | 4 payments of XX.XX/mo or up to 12 months. Learn more | 4 دفعات بقيمة XX.XX شهريًا أو حتى 12 شهرًا. اعرف المزيد |
- XX.XX is the monthly payment amount with your store currency: order total × 1.015 / 4 (3 decimal places for KWD)
- Learn more should open the Tabby pop-up with the payment schedule in a webview
Pop-up URLs
Open the pop-up using the URL pattern described in Pop-up URL structure and examples:
URL Parameters
| Parameter | Required | Description | Values |
|---|
merchant_code | Yes | Your merchant code | Provided by Tabby |
public_key | Yes | Your Tabby public key | 'pk_test_...', 'pk_...' |
price | Yes | Product or cart price | '1200.00', '99.99', '5.500' (3 decimals for KWD only) |
currency | Yes | Currency code | AED, SAR, KWD |
lang | No | Language code | en, ar |
Please make sure that promo snippets and pop-up widgets fit the width and height of the screen.