定制 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
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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