承接 sayeed/payment-by-ekpay 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sayeed/payment-by-ekpay

最新稳定版本:0.7

Composer 安装命令:

composer require sayeed/payment-by-ekpay

包简介

The package offers straightforward installation instructions, ensuring that developers can quickly set up Ekpay payment gateway within their Laravel projects. Its empowers developers to seamlessly integrate Ekpay's payment services into their Laravel applications

README 文档

README

Integration

Follow below instructions for installing the package
Step 1
composer require sayeed/payment-by-ekpay
Step 2
php artisan migrate
Step 3

NB: Your timezone in app.php must be Asia/Dhaka

Put below information in .env file

EKPAY_API_DOMAIN=<EKPAY_DOMAIN_ENDPOINT>
EKPAY_MERCHANT_ID=<EKPAY_MERCHANT_ID>
EKPAY_MERCHANT_PASSWORD=<EKPAY_MERCHANT_PASSWORD>
EKPAY_WHITELISTED_IP=<EKPAY_WHITELISTED_IP>
EKPAY_SUCCESS_URL=/success_payment
EKPAY_FAILED_URL=/failed_payment
EKPAY_CANCEL_URL=/cancel_payment
EKPAY_IPN_URL=/ipn
EKPAY_IPN_EMAIL=<IPN_EMAIL>
php artisan config:clear
php artisan route:clear
php artisan vendor:publish  --provider="Sayeed\PaymentByEkpay\Providers\PaymentByEkpayServiceProvider"
Step 4 (Uses)

Submit your request to /ekpay/pay route with params:

  • amount
  • customer_name
  • customer_email
  • customer_mobile
  • order_id
  • product_name
  • customer_address [optional]
  • customer_country [optional]

See example in resources/views/ekpay_example.blade.php

Step 5 (Uses)

After successful request you will get a base64 encoded data with status and message, which is shown as:

{"status":"completed", "transaction_id":"63jk232h323d", "message":"Transaction is successfully Completed"}

Then you can get full response from ekpay_orders table by using transaction_id

Credits

Thank you for using it.

统计信息

  • 总下载量: 99
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固