// Enter the details of the payment
$data = [
'orderId' => '1',
'price' => '1000',
'currency' => 'TRY',
'productName' => "Jascket",
'buyerName' => "User Name",
'buyerPhone' => "+1123457890",
'buyerEmail' => "username@example.com",
'buyerAddress' => "Temcula Road, California, Los Angeles",
'create_order_by_kiosk' => false,
];
//set default configurations
$paymes = new OrdersService('PUBLIC_KEY','SECRET_KEY');
//generate payment link
$result = $paymes->create($data);
//redirect to payment page
return redirect($result['returnUrl']);
-
Notifications
You must be signed in to change notification settings - Fork 0
Paymes payment gateway PHP SDK
License
miladxandi/paymes-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Paymes payment gateway PHP SDK
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published