1. Go to this page and download the library: Download appsfarsi/parsian library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
appsfarsi / parsian example snippets
\appsfarsi\parsian\ParsianBank::sendPayment($amount, $id, $site_call_back_url)
# ورودی ها
$amount = مبلغ پرداختی
$id = آی دی یکتای پرداخت
$site_call_back_url = آدرس بازگشتی به سایت
# خروجی در حالت موفق
return [
"status" => true,
"Token" => "",
"url" => ""
];
# خروجی در حالت خطا
return [
"status" => false,
"error" => "Message",
"statusCode" => "statusCode"
];
\appsfarsi\parsian\ParsianBank::confirmPayment($token)
# ورودی ها
$token = توکن کاربر
# خروجی در حالت موفق
$out = [
"CardNumberMasked" => "CardNumberMasked",
"RRN" => "RRN",
"Status" => "Status",
];
# خروجی در حالت خطا
$out = [
"Message" => "پرداخت موفقیت آمیز نبود",
"Status" => "Status"
];
# اگر در هنگام صدا زدن آدرس بانک خطایی بوجود آید استتوس عدد -1000 خواهد شد .
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.