revolut-php icon indicating copy to clipboard operation
revolut-php copied to clipboard

💳 PHP Bindings for the Revolut Business API

Results 15 revolut-php issues
Sort by recently updated
recently updated
newest added

Dears! First of all thank you for this package! Really easy to integrate! I ran into a problem, which i couldnt solve as of now. I'm trying everything in sandbox...

Hello $client->payments->create($p_arr); Client error: resulted in a response: {"message":"Required 'profile id' is missing","code":2101} https://revolut-engineering.github.io/api-docs/business-api/#api-reference-api-reference-payments-create-payment There is no field 'profile id'. :(((

According to the packagist notes, this package should work for PHP >= 7.0. However, the sub-package lcobucci/jwt prevents installation above 7.0, as below: ``` Problem 1 - lcobucci/jwt[3.3.0, ..., 3.4.x-dev]...

It took me a while to sort this. May help others.

Fatal error: Uncaught League\OAuth2\Client\Provider\Exception\IdentityProviderException: The Token can't be used before Fri Jun 12 10:08:12 UTC 2020. in C:\wamp64\www\revolt\vendor\vdbelt\oauth2-revolut\src\Provider\Revolut.php on line 98 I getting this error ..how to solve . my...

Would you consider supporting Merchant API as it gets our of beta? https://revolut-engineering.github.io/api-docs/#merchant-api-beta Maybe in different project as it is not really linked with existing API.

Hi, at first, thank you for your work ! I'm trying to use your code to connect my Revolut account. All's working fine on the first connect (i list my...

Hey i set everything as you described, i think. ///php code require "vendor/autoload.php"; $authProvider = new \RevolutPHP\Auth\Provider([ 'clientId' => 'BLABLABLAmyid', // As shown when uploading your key 'privateKey' => 'blablabla/pathto...

Hello, I am interested in this package. I was looking for the "Rates" feature but it's missing from the stable version 1.1.1. When will you make a release with features...