Download the PHP package rpay/prestashop-pokpay-payments-sdk without Composer
On this page you can find all versions of the php package rpay/prestashop-pokpay-payments-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rpay/prestashop-pokpay-payments-sdk
More information about rpay/prestashop-pokpay-payments-sdk
Files in rpay/prestashop-pokpay-payments-sdk
Download rpay/prestashop-pokpay-payments-sdk
More information about rpay/prestashop-pokpay-payments-sdk
Files in rpay/prestashop-pokpay-payments-sdk
Vendor rpay
Package prestashop-pokpay-payments-sdk
Short Description PokPay's Prestashop PHP SDK for Checkout REST APIs
License Apache-2.0
Homepage https://www.pokpay.io
Package prestashop-pokpay-payments-sdk
Short Description PokPay's Prestashop PHP SDK for Checkout REST APIs
License Apache-2.0
Homepage https://www.pokpay.io
Please rate this library. Is it a good library?
Informations about the package prestashop-pokpay-payments-sdk
PokPay Payments SDK
PokPay's Prestashop PHP SDK for Checkout REST APIs
Installation & Usage
Requirements
PHP 7.0 and later. Should also work with PHP 8.0 but has not been tested.
Composer
Manual Installation
Download the files and include autoload.php
:
Logging in with API key
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.pokpay.io in the production environment and https://api-staging.pokpay.io in the staging environment
Class | Method | HTTP request | Description |
---|---|---|---|
AuthApi | login | POST /auth/sdk/login | Login Sdk |
MerchantsApi | captureOrder | POST /merchants/{merchantId}/sdk-orders/{sdkOrderId}/capture | Capture an sdk order |
MerchantsApi | createOrder | POST /merchants/{merchantId}/sdk-orders | Create an sdk api order |
SdkOrdersApi | confirmOrder | POST /sdk-orders/{sdkOrderId}/confirm | Confirm order. |
SdkOrdersApi | confirmOrderAsGuest | POST /sdk-orders/{sdkOrderId}/guest-confirm | Confirm order with guest checkout |
SdkOrdersApi | getSdkOrderById | GET /sdk-orders/{sdkOrderId} | Retrieve an order |
Models
- ConfirmSdkOrderGuestPayload
- ConfirmSdkOrderPayload
- CreateSdkOrderPayload
- ErrorResponse
- FieldOfOperation
- LoginResponse
- LoginResponseData
- LoginSdkPayload
- Merchant
- SdkOrder
- SdkOrderProduct
- SdkOrderResponse
- SdkOrderResponseData
- SdkOrderSelf
- SdkOrderSplitWith
Authorization
jwt
- Type: API key
- API key parameter name: Authorization
- 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
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of prestashop-pokpay-payments-sdk with dependencies
PHP Build Version
Package Version
The package rpay/prestashop-pokpay-payments-sdk contains the following files
Loading the files please wait ....