Download the PHP package ciltocruz/swagger-bankstore-api-rest without Composer

On this page you can find all versions of the php package ciltocruz/swagger-bankstore-api-rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package swagger-bankstore-api-rest

SwaggerClient-php

PAYCOMET API REST for customers.

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.5 and later

Installation & Usage

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:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://rest.paycomet.com

Class Method HTTP request Description
BalanceApi productBalance POST /v1/balance Get balance info
CardsApi addUser POST /v1/cards Tokenizes a card. Either card number and CVC2 or jetToken are required. For you to send directly the card data you should be PCI certified or the accepting the requirement to submit quarterly SAQ-AEP and get ASV scans. For most users is strongly recommended getting the jetToken with JETIFRAME or using GET integration to register the cards instead of REST.
CardsApi editUser POST /v1/cards/edit Changes the expiry date, cvc2 or both
CardsApi infoUser POST /v1/cards/info Get card info
CardsApi physicalAddCard POST /v1/cards/physical Tokenize a card by physical encrypted data
CardsApi removeUser POST /v1/cards/delete Removes a card
DccApi dccPurchaseConfirm POST /v1/payments/dcc/{order}/confirm Confirm previous DCC payment
DccApi dccPurchaseCreate POST /v1/payments/dcc Create an DCC payment
ErrorApi infoError POST /v1/errors Gets an error description
ExchangeApi exchange POST /v1/exchange Converts a certain amount from a currency to another.
FormApi form POST /v1/form Create form view for user capture
HeartbeatApi heartbeat POST /v1/heartbeat Check the system
IVRApi checkSession POST /v1/ivr/session-state Checks an IVR session
IVRApi getSession POST /v1/ivr/get-session Creates an IVR session
IVRApi sessionCancel POST /v1/ivr/session-cancel Cancel an IVR session
IpApi getCountrybyIP POST /v1/ip Retrieves country info by IP
LaunchpadApi launchAuthorization POST /v1/launchpad/authorization Creates a payment link and sends it to customer
LaunchpadApi launchPreauthorization POST /v1/launchpad/preauthorization Executes a preauthorization link and sends it to customer
LaunchpadApi launchSubscription POST /v1/launchpad/subscription Creates a subscription link and sends it to customer
MarketplaceApi splitTransfer POST /v1/marketplace/split-transfer Make a transfer to other accounts on PAYCOMET
MarketplaceApi splitTransferReversal POST /v1/marketplace/split-transfer-reversal Run a split transfer reversal based on a previous split transfer
MarketplaceApi transfer POST /v1/marketplace/transfer Run a transfer
MarketplaceApi transferReversal POST /v1/marketplace/transfer-reversal Make a transfer reversal based on a previous transfer
MethodsApi getUserPaymentMethods POST /v1/methods Retrieves product methods
MiraklApi miraklInvoicesSearch POST /v1/invoices Search Mirakl invoices
PaymentsApi executePurchase POST /v1/payments Executes a payment
PaymentsApi executePurchaseRtoken POST /v1/payments/rtoken Executes a payment by refence
PaymentsApi operationInfo POST /v1/payments/{order}/info Get info of a order
PaymentsApi operationSearch POST /v1/payments/search Search orders
PreauthorizationsApi cancelPreauthorization POST /v1/payments/{order}/preauth/cancel Cancel previous preauthorization
PreauthorizationsApi confirmPreauthorization POST /v1/payments/{order}/preauth/confirm Confirm previous preauthorization
PreauthorizationsApi createPreauthoritation POST /v1/payments/preauth Create preauthorization
PreauthorizationsApi createPreauthorizationRtoken POST /v1/payments/preauthrtoken Creates a preauthorization by reference
RefundApi executeRefund POST /v1/payments/{order}/refund Perform a refund
SepaApi addDocument POST /v1/sepa/add-document Adds a SEPA document
SepaApi checkCustomer POST /v1/sepa/check-customer Check a customers SEPA documentation
SepaApi checkDocument POST /v1/sepa/check-document Check a SEPA document
SepaApi sepaOperations POST /v1/sepa/operations Send SEPA operations
SusbcriptionsApi createSubscription POST /v1/subscription Create susbcription payment
SusbcriptionsApi editSubscription POST /v1/subscription/{order}/edit Edit susbcription payment.
SusbcriptionsApi executeSubscription POST /v1/subscription/{order}/execute Excute a susbcription payment.
SusbcriptionsApi removeSubscription POST /v1/subscription/{order}/remove Remove susbcription payment. If the susbscription is not a card subscription only the idUser is need. TokenUser is just for card subscriptions.

Documentation For Models

Documentation For Authorization

paycometApiKey

Author

[email protected]


All versions of swagger-bankstore-api-rest with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ciltocruz/swagger-bankstore-api-rest contains the following files

Loading the files please wait ....