PayTabs Laravel Package makes integration with the PayTabs payment gateway very easy by providing a ready-made payment class that handles the card entry, and billing & shipping information and completes the missing details.

This article is dedicated to walking you through how to pass the cart information within the initiation of the payment page. The following parameters are required to be sent within the "sendTokinse" function as shown below:



paypage:sendTokinse( $status)
PHP



Status


The Parameter Tag/Namestatus
Data TypeBOOLEAN
Purpose

Indicates whether to tokenize the c or not

VALUE

default (false)

RequiredX




⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The Laravel Packge Integration Manual" solution article. 
		
And to get familiar with the rest of the steps regarding the previuos step "Step 2 - Configure the integration method" kindly click here.


And to get familiar with the rest of the steps regarding the current step "Step 3 - Initiating the payment" click here.
 And to navigate to the next step in the integration process "Step 4 - Accepting the payment" kindly click here.