Skip to content

Releases: gerencianet/gn-api-sdk-php

Release 5.1.4

27 Oct 19:38
5b68d26
Compare
Choose a tag to compare

Release 5.1.3

23 Aug 19:20
Compare
Choose a tag to compare

News: Added migration validator

Release 4.1.2

12 Jul 11:33
6f39595
Compare
Choose a tag to compare

Compatibility with PHP >= 7.2

Release 5.1.2

29 Jun 19:20
d774424
Compare
Choose a tag to compare
  • Fix: Compatibility with PHP >= 7.2

Release 5.1.1

14 Feb 17:18
Compare
Choose a tag to compare
  • Add: New examples of Pix split

Release 5.1.0

21 Dec 13:24
Compare
Choose a tag to compare
  • Updated: Variable "valorDevolucao" changed to "valor" and "identificadorPagamento" is sent as a parameter in method "ofDevolutionPix()"

Release 5.0.2

15 Dec 17:10
acd7ac4
Compare
Choose a tag to compare
  • Add: New example of create charge history

Release 5.0.1

12 Dec 13:23
Compare
Choose a tag to compare
  • Fix: Certificate verification
  • Add: New example of pix devolution Open Finance

Release 5.0.0

29 Nov 18:55
9e6a027
Compare
Choose a tag to compare
  • 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

01 Dec 13:30
Compare
Choose a tag to compare

Added verification of authentication certificate expiration date