The first part of the journey begins with the customer arriving at your checkout.
Enable Background Pre-scoring
Create Checkout Session and redirect a customer to the Tabby Payment Page
Redirect the customer back to your store
English | Arabic | |
---|---|---|
Payment Method Name | Pay later with Tabby | ادفع لاحقًا عبر تابي |
Checkout Text Description | Use any card. | استخدم أي بطاقة |
“rejection_reason”
value:
Reason | English | Arabic |
---|---|---|
General Rejection (not_available ) | Sorry, Tabby is unable to approve this purchase. Please use an alternative payment method for your order. | نأسف، تابي غير قادرة على الموافقة على هذه العملية. الرجاء استخدام طريقة دفع أخرى. |
order_amount_too_high | This purchase is above your current spending limit with Tabby, try a smaller cart or use another payment method | قيمة الطلب تفوق الحد الأقصى المسموح به حاليًا مع تابي. يُرجى تخفيض قيمة السلة أو استخدام وسيلة دفع أخرى. |
order_amount_too_low | The purchase amount is below the minimum amount required to use Tabby, try adding more items or use another payment method | قيمة الطلب أقل من الحد الأدنى المطلوب لاستخدام خدمة تابي. يُرجى زيادة قيمة الطلب أو استخدام وسيلة دفع أخرى. |
Show the rejection message for not eligible customers or hide Tabby
“payment”.“id”
from Checkout API response, it will be used to verify, capture and refund the payment on the next steps.merchant_urls
from the Tabby Payment Page, with the payment_id after the separator, e.g. https://your-store/success?payment_id=string:
Success URL
redirection usually leads to the store “Success order” page with the order details. Payment status is “AUTHORIZED”
. You need to perform the steps described in Payment Processing.
Cancel URL
redirection may lead back to the checkout or cart page and show the message below as customers cancel Tabby session willingly. The payment status for such abandoned sessions is “EXPIRED”
.
Failure URL
Redirection also often leads to the checkout or cart page, but requires the additional banner/note with the General Rejection Message shown below. Payment status after this is “REJECTED”
.
Reason | English message | Arabic message |
---|---|---|
Cancellation | You aborted the payment. Please retry or choose another payment method. | لقد ألغيت الدفعة. فضلاً حاول مجددًا أو اختر طريقة دفع أخرى. |
Failure | Sorry, Tabby is unable to approve this purchase. Please use an alternative payment method for your order | نأسف، تابي غير قادرة على الموافقة على هذه العملية. الرجاء استخدام طريقة دفع أخرى. |