Skip to content

Releases: Nuvei/nuvei-server-php

3.2.1

02 Oct 11:38
55c87ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

23 Aug 09:19
493fca5
Compare
Choose a tag to compare

What's Changed

Methods were aligned to the current API + PHPUnit tests were added

New methods added

Advanced APM Integration

Rebilling

KYC

Withdrawals API

Orders Methods
Processing Methods
Requests Methods
Net Deposit Methods

New unit tests

Advanced APM Integration

testEnrollAccount
testFundAccount
testGetAccountDetails
testGetDocumentUrl

Rebilling

testGetPlanList
testCreateImmediatePlan
testCreatePostponedPlan
testEditPlan
testCreateSubscription
testEditSubscription
testGetSubscriptionsList
testGetExistingSubscriptionsList
testGetExistingSubscriptionsListForPlanIds
testCancelSubscription

KYC

testEKYC
testGetDocumentUploadUrl

Withdrawals API

Orders Methods
testGetOrders
testSettleWithdrawalOrder
testGetOrderIds
testSettleOrdersInBatch
testDeleteWithdrawalOrder
testUpdateOrdersDetails
Processing Methods
testApproveRequest
testCancelRequest
testDeclineRequest
testSealRequest
testPlaceWithdrawalOrder
Requests Methods
testSubmitRequest
testGetRequests
testGetCandidatesForRefund
Net Deposit Methods
testGetNetDeposits
testUpdateNetDepositValue
testGetUserPaymentMethodNetDeposits

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

30 Aug 13:51
634d2ca
Compare
Choose a tag to compare
  • New methods

    addBankAccount
    enrollAccount

  • New unit tests

    updateUser
    getUserDetails
    editUPOCC
    editUPOAPM
    deleteUPO
    getUserUPOs
    suspendUPO
    enableUPO
    addBankAccount
    enrollAccount

New major version of Nuvei REST API SDK for PHP

22 Jun 17:33
332b7fb
Compare
Choose a tag to compare

This is a new major release of Nuvei REST API SDK for PHP.

Please note that this version is NOT compatible with previous 2.1.7 version of the REST API, so most of your implementation code has to be changed in order to comply with the new version!

List of version changes:

  • New/Updated methods

    getPaymentStatus
    payout
    getPayoutStatus
    accountCapture
    getCardDetails
    getMcpRates
    getDccDetails
    addUPO
    addUPOCreditCard
    addUPOCreditCardByToken
    addUPOCreditCardByTempToken
    addUPOAPM
    openOrder
    initPayment
    payment
    payout
    authorise3d
    verify3d

  • New/Updated unit tests

  • Rebranding - changed paths, filenames, classes, object names, etc. from Safecharge to Nuvei

  • Rebranding - changed packagist repository

2.1.7

20 Aug 15:29
16ae359
Compare
Choose a tag to compare
  • Send two parameters with each call: "sourceApplication":"PHP_SDK"​ and "webMasterID":""
  • New method /accountCapture
  • Remove the ability to set the hash algorithm - MD5 is deprecated
  • sessionToken should not be overridden - it will be forwarded to the rest of the calls. If a session expires - a new one will be created

2.1.6

07 Apr 11:39
45457ea
Compare
Choose a tag to compare
  • Change SafeCharge REST API documentation link
  • Optional authCode parameter for /voidTransaction, /refundTransaction, /settleTransaction
  • Remove items validation in /openOrder method

2.1.5

08 Mar 00:23
0c20285
Compare
Choose a tag to compare
  1. Make Payout available via Safecharge instance
  2. Unit test ok

2.1.4

05 Mar 10:37
4c0ad87
Compare
Choose a tag to compare
  1. New PaymentServices (getCardDetails, getMcpRates, getDccDetails)
  2. Unit tests
  3. New sample data

2.1.3

05 Mar 08:27
ed7378b
Compare
Choose a tag to compare

Make UserPaymentOptions available via Safecharge instance

2.1.2

13 Oct 06:31
6ecb700
Compare
Choose a tag to compare
  1. Add verify3d method
  2. PHPUnit test