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

CoinGate PHP library for API v2

Results 9 coingate-php issues
Sort by recently updated
recently updated
newest added

Hello, Please help me to integrate coin gate subscriptions with laravel application I have tried the given curl function code by coin gate but it is not working. Do you...

Hello! You have released an update in which it is now possible to work with Billing (subscriptions). What about integration into the SDK? I would like to work with your...

The payment page won't redirect to callback URL when the order has been successfully completed. Is this a bug or a feature only works for Magento API? In Magento API,...

Class 'CoinGate\TestCase' not found in /home/millionsbets/public_html/coingate/tests/OrderTest.php on line 4

I am passing an array: $postParams = array( 'order_id' => $cart_order_id, 'price_amount' => $grandTotal, 'price_currency' => 'XBT', 'receive_currency' => 'XBT', Etc Which seems to be passed into the curl_exec as:...

Will this library get updated for PHP8? I'm currently getting: `CoinGate\BaseClient::setApiKey(): Implicitly marking parameter $apiKey as nullable is deprecated, the explicit nullable type must be used instead` Thanks.

Was there a sandbox account for this library ? Because the APIKEY isn't working right now. Also I was told the checkout feature isn't available by default so the tests...

I haven't seen any method for handling refunds, will it be implemented ?