diepchiaser/fincode
Composer 安装命令:
composer require diepchiaser/fincode
包简介
Fincode gateway for Omnipay
README 文档
README
Overview
- Customers send payment information:
- Customers access the merchant's website or application and proceed with the payment process.
- Customers enter payment-related information such as products/services, payment amount, etc.
- Affiliate partners generate payment URLs via Fincode's API:
- Merchant uses Fincode's API to generate a payment URL.
- Fincode returns a payment URL to the merchant.
- Merchant sends payment URL to customer:
- Merchant forwards the payment URL from Fincode to the customer.
- Customers click the URL to redirect to Fincode's payment page.
- Merchant sends payment URL to customer:
- On Fincode's payment page, customers enter their credit or debit card information (card number, expiration date, CVV, etc.).
- Merchant sends payment URL to customer:
- Fincode sends an authorization request to the card company to check the card's validity and ability to pay.
- The card company checks the card's information and payment ability.
- Merchant sends payment URL to customer:
- The card company returns the result of the authorization process (success or failure) to Fincode.
- Merchant sends payment URL to customer:
- Fincode sends notification of authorization results (success or failure) to the merchant.
- Merchant receives notification and takes next steps based on the results.
- Merchant sends payment URL to customer:
- Merchant displays payment result notification to customers on its website or application.
- If payment is successful, the customer receives payment confirmation and can continue with the purchased service/product.
- If payment fails, the customer will receive an error message and can try again or use another payment method.
TEST
- vendor/bin/phpunit tests/Feature/FincodeTest.php
THANK YOU
- Thank you for reading this document. If you have any questions, please contact us. And contribute to the development of this project.
CONTACT
- Email: diepchiaser@gmail.com
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-27