Releases: gerencianet/gn-api-sdk-php
Releases · gerencianet/gn-api-sdk-php
Release 5.1.4
Release 5.1.3
News: Added migration validator
Release 4.1.2
Compatibility with PHP >= 7.2
Release 5.1.2
- Fix: Compatibility with PHP >= 7.2
Release 5.1.1
- Add: New examples of Pix split
Release 5.1.0
- Updated: Variable "valorDevolucao" changed to "valor" and "identificadorPagamento" is sent as a parameter in method "ofDevolutionPix()"
Release 5.0.2
- Add: New example of create charge history
Release 5.0.1
- Fix: Certificate verification
- Add: New example of pix devolution Open Finance
Release 5.0.0
- Fix: psr-4 autoloading standard
- Fix: Method pixSend() now requires sending the Id
- Updated: attribute "pix_cert" on credentials has been renamed to "certificate"
- Updated: Method "oneStep()" renamed to "createOneStepCharge()"
- Updated: Method "payCharge()" renamed to "definePayMethod()"
- Updated: Method "resendBillet()" renamed to "sendBilletEmail()"
- Updated: Method "chageLink()" renamed to "defineLinkPayMethod()"
- Updated: Method "createChargeBalanceSheet()" renamed to "defineBalanceSheetBillet()"
- Updated: Method "updateParcel()" renamed to "updateCarnetParcel()"
- Updated: Method "cancelParcel()" renamed to "cancelCarnetParcel()"
- Updated: Method "resendCarnet()" renamed to "sendCarnetEmail()"
- Updated: Method "resendParcel()" renamed to "sendCarnetParcelEmail()"
- Updated: Method "getPlans()" renamed to "listPlans()"
- Updated: Method "paySubscription()" renamed to "defineSubscriptionPayMethod()"
- Updated: Method "pixSendList()" renamed to "pixDetailReceived()"
- Updated: Method "pixDevolutionGet()" renamed to "pixDetailDevolution()"
- Updated: Method "pixGetWebhook()" renamed to "pixDetailWebhook()"
- Updated: Method "pixLocationCreate()" renamed to "pixCreateLocation()"
- Updated: Method "pixLocationGet()" renamed to "pixDetailLocation()"
- Updated: Method "pixLocationDeleteTxid()" renamed to "pixUnlinkTxidLocation()"
- Updated: Method "pixListBalance()" renamed to "getAccountBalance()"
- Updated: Method "pixUpdateSettings()" renamed to "updateAccountConfig()"
- Updated: Method "pixListSettings()" renamed to "listAccountConfig()"
- Add: Certificate support in .p12 format
- Add: Pix due charge creation endpoints
- Add: Sent Pix management endpoints
- Add: Conciliation report endpoints
- Add: Open Finance API endpoints
- Add: Billet payment API endpoints
- Add: Method sendLinkEmail() for sending the payment link to the desired email
- Add: Method sendSubscriptionLinkEmail() for sending the subscription associated with a payment link to the desired email
- Add: Method createOneStepLink() to create a one-step payment link
- Add: Method createOneStepSubscription() to create a one-step subscription
- Add: Method createOneStepSubscriptionLink() for creating a one-step subscription link
Release 4.1.1
Added verification of authentication certificate expiration date