Download the PHP package bleumi/payment-sdk-php without Composer
On this page you can find all versions of the php package bleumi/payment-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bleumi/payment-sdk-php
More information about bleumi/payment-sdk-php
Files in bleumi/payment-sdk-php
Package payment-sdk-php
Short Description A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile) 1. Complete your KYC by contacting [[email protected]](mailto:[email protected]) 1. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) 1. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.
License MIT
Homepage https://bleumi.com
Informations about the package payment-sdk-php
Bleumi - Payment SDK for PHP
A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application.
Getting Started
- Create an account on Bleumi
- Fill up your profile
- Complete your KYC by contacting [email protected]
- Add your preferred payment service providers in the Bleumi Portal
- Create your API key on the Bleumi Integration Settings screen
Authentication
Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the Bleumi Integration Settings screen.
Authenticated API requests should be made with a X-Api-Key
header. Your API key should be passed as the value.
Payment Methods
Use the Bleumi Portal to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.
For more information, please visit https://bleumi.com/contact.html.
Installation & Usage
Requirements
PHP 7.2 and later.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.bleumi.io/v1
Class | Method | HTTP request | Description |
---|---|---|---|
CountriesApi | listCountries | GET /data/countries | |
CurrenciesApi | listCurrencies | GET /data/currencies | |
PaymentRequestApi | getPayment | GET /payment/{id} | |
PaymentRequestApi | listPaymentReceipts | GET /payment/{id}/receipts | |
PaymentRequestApi | listPaymentRefunds | GET /payment/{id}/refunds | |
PaymentRequestsApi | createPaymentRequest | POST /payment | |
PaymentRequestsApi | listPaymentRequests | GET /payment | |
PaymentRequestsApi | updatePaymentRequest | PUT /payment | |
StatesApi | listStates | GET /data/states |
Models
- AddressInfo
- BadRequest
- Country
- CreatePaymentInput
- CreatePaymentInputMetadata
- Currency
- LineItem
- PaginatedPaymentRequest
- PaymentRequest
- PaymentUpsertResponse
- Receipt
- ReceiptMetadata
- Record
- RecordBasics
- RecordInput
- Refund
- UpdatePaymentInput
Authorization
Authorization
- Type: API key
- API key parameter name: X-Api-Key
- Location: HTTP header
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0
- Package version:
1.0.0
- Package version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of payment-sdk-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2