承接 gusdeboer/opp 相关项目开发

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

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

gusdeboer/opp

Composer 安装命令:

composer require gusdeboer/opp

包简介

Open Payment Platform API client

README 文档

README

An API client designed to interface with the Online Payment Platform REST API.

Requirements

To use the Open Payment Platform API client, the following things are required:

Installation

Installing the Online Payment Platform API client can be done by using composer

$ composer require gusdeboer/opp

Getting started

use Gusdeboer\OPP\OnlinePaymentPlatformApiClient;

public function index(): void
{
    // Setup client with your API key
    $client = new OnlinePaymentPlatformApiClient('apikey');
    
    // Retrieve a merchant
    $merchant = $client->merchants->retrieve('merchant_uid'); 
}

Need more? Check out the examples

Debugging

If you are setting up your project it's good practice to test your application in the Open Payment Platform Sandbox

use Gusdeboer\OPP\OnlinePaymentPlatformApiClient;

$client = new OnlinePaymentPlatformApiClient(
    'apikey',
    OnlinePaymentPlatformApiClient::ENVIRONMENT_SANDBOX
);

API Documentation

If you wish to learn more about the API, please visit the Online Payment Platform Docs. API Documentation is available in English.

Contribute

Please read the Contribute.md

Contributers

TODO

  • Endpoints
    • Merchant
      • Address
      • Bank Account
      • Contact
      • Profile
      • UBO
      • Compliance
      • Ticket
    • Files
    • Transactions
    • Mandates & Direct Debit
    • Charges
    • Withdrawals
    • Virtual IBAN
    • Issuer
    • Disputes
    • Mandates
  • Group properties per endpoint call, docs
  • Types fromString should not be needed, set from Country:Belgium should be enough
    • function blaat(string|Country $country) { instance of, go }

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固