Releases: Nuvei/nuvei-server-php
3.2.1
What's Changed
- Test for the cvvNotUsed param for createPayment method added by @mihailnuvei in #40
- Emojis validation added by @mihailnuvei in #41
Full Changelog: 3.2.0...3.2.1
3.2.0
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
- getOrders
- settleWithdrawalOrder
- getOrderIds
- settleOrdersInBatch
- deleteWithdrawalOrder
- updateOrdersDetails
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
- @mihailnuvei made their first contribution in #34
Full Changelog: 3.1.0...3.2.0
3.1.0
New major version of Nuvei REST API SDK for PHP
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
- 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