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

PHP SDK for Authorize.Net API

Results 93 sdk-php issues
Sort by recently updated
recently updated
newest added

I'm currently using 1.9.9 on my platform. If I update to 2.0.0 are there any backwards incompatible changes I should be aware of? Or is the API the same and...

question

The standard license for SDKs is MIT. This SDK is under a proprietary license, which means it can't be used inside Drupal for example (drupal.org has strict rules against packaging...

sdk-enhancement

I had used this library and paymen is working fine on sandbox mode but not working on live mode. Below is the link for code I am executing. https://pastebin.com/td1fcG98 Let...

Hello, can anyone help me with the issue for how can I refund the unsettled transactions which are not currently refundable. Or the void can help me to refund back...

help-wanted

After stepping through the code for `Log.php` I am seeing some code smell. ```

sdk-enhancement
redesign

I didn't know where else to ask this. The schema says that `transactionRequestType` takes `` an array of lineItem. The example on the documention site only shows 1 item being...

documentation-update

A couple of things I notice trying to implement this SDK. There seem to be some issues creating problems for me so I imagine they create problems for others. first...

sdk-enhancement

## Conditions When crafting the `CreateCustomerProfileRequest` and populating the profile via the `setProfile` method with a `CustomerProfileType` an `E00001` error is thrown when the email starts with four `x` characters....

feature-bug

`sdk-php/lib/net/authorize/util/HttpClient.php` is not configurable from what I can tell. it would be nice to be able to add `curl` options to the request, specifically to specify the ssl version. ```php...

sdk-enhancement

Deprecated: Return type of net\authorize\api\contract\v1\MerchantAuthenticationType::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/authorizenet/authorizenet/lib/net/authorize/api/contract/v1/MerchantAuthenticationType.php on line 261 For...