PHPackages                             paymentcorner/payment-corner-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. paymentcorner/payment-corner-sdk

ActiveLibrary

paymentcorner/payment-corner-sdk
================================

Payment Corner API's

00PHP

Since Feb 1Pushed 7y agoCompare

[ Source](https://github.com/PaymentCorner/SDK)[ Packagist](https://packagist.org/packages/paymentcorner/payment-corner-sdk)[ RSS](/packages/paymentcorner-payment-corner-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![alt text ](https://camo.githubusercontent.com/9ba1c6e4d47ea4f6b16b87b9b2e86da4f5e8161096724f73b24d7b7583252bb2/687474703a2f2f646f63756d656e746174696f6e6170692e7061796d656e74636f726e65722e636f6d2f696d616765732f646f635f696d6167652e706e67)](https://camo.githubusercontent.com/9ba1c6e4d47ea4f6b16b87b9b2e86da4f5e8161096724f73b24d7b7583252bb2/687474703a2f2f646f63756d656e746174696f6e6170692e7061796d656e74636f726e65722e636f6d2f696d616765732f646f635f696d6167652e706e67)

**Payment Corner PHP SDK**
==========================

[](#payment-corner-php-sdk)

![Version](https://camo.githubusercontent.com/bd1079ce61695c50a4648f0015bee590bce4eb999e462cfaefd65e6ed91ed7b6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d76253230372e302535452d627269676874677265656e2e737667) ![Build Status](https://camo.githubusercontent.com/88d9a7ee48464ceeb916d8205c3e5acab758c93619383427d923bbb76894a3be/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d706f7365722d56253230312532302e362535452d626c75652e737667)

Introduction
------------

[](#introduction)

Payment Corner (Switzerland) Ltd is an open foreign exchange platform that enables customers to create their own products that need Forex capabilities into their systems, apps and workflows.

Customers connect to Payment Corner platform via PHP SDK using their client ID , email and password which can be obtained from the user dashboard.

Supported Currencies
--------------------

[](#supported-currencies)

Our FX platform currently supports the following 28 currencies:

Currency (ISO)CurrencySWIFTLocal PaymentAUDAustralian DollarYesYesGBPBritish PoundYesYesBGNBulgarian LevYesNoCADCanadian DollarYesYesCNYChinese Yuan RenminbiYesNoHRKCroatian KunaYesNoCZKCzech KorunaYesYesAEDEmirati DirhamYesNoEUREuroYesYesHKDHong Kong DollarYesYesHUFHungarian ForintYesYesILSIsraeli ShekelYesNoJPYJapanese YenYesNoMXNMexican PesoYesYesNZDNew Zealand DollarYesNoNOKNorwegian KroneYesYesPLNPolish ZlotyYesYesQARQatari RialYesNoRONRomanian New LeuYesNoRUBRussian Ruble (Sell only)YesNoSARSaudi RiyalYesNoSGDSingapore DollarYesYesZARSouth African RandYesNoSEKSwedish KronaYesYesCHFSwiss FrancYesNoTHBThai BahtYesNoTRYTurkish LiraYesNoUSDUnited States DollarYesYesInstallation
------------

[](#installation)

Install the package with:

`composer require paymentcorner/payment-corner-sdk`

The recommended way to install the Payment Corner SDK is with Composer. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project

```
{
   "require": {
      "paymentcorner/payment-corner-sdk": "dev-master"
   }
}
```

Alternatively, you can specify the Payment Corner SDK as a dependency in your project’s existing composer.json file:

```
