Releases: CyberSource/cybersource-rest-client-python
Release of the Python SDK v0.0.45
- Enhancements to Payments API Family
- Enhancements to TransactionDetails API Family
- Enhancements to Invoicing API Family
- Urllib library dependency's pinned version removed
Release of the Python SDK v0.0.44
- Enhancements to Payments API Family
- Enhancements to Payout API Family
- Enhancements to Risk API Family
Release of the Python SDK v0.0.43
-
New API Family is added in SDK:
(i) Subscriptions Family-
/rbs/v1/plans - post & get
/rbs/v1/plans/{id} - get, patch & delete
/rbs/v1/plans/{id}/activate -post
/rbs/v1/plans/{id}/deactivate -post
/rbs/v1/plans/code - get
/rbs/v1/subscriptions - post & get
/rbs/v1/subscriptions/{id} -get & patch
/rbs/v1/subscriptions/{id}/cancel - post
/rbs/v1/subscriptions/{id}/suspend - post
/rbs/v1/subscriptions/{id}/activate - post
/rbs/v1/subscriptions/code -get(ii) Batches Family-
/accountupdater/v1/batches - post & get
/accountupdater/v1/batches/{batchId}/status - get
/accountupdater/v1/batches/{batchId}/report - get(iii) Token Management -> Token
(iv) Flex Microform -> Microform Integration -
Enhancements to Payments API Family
-
Enhancements to TMS API Family
-
Enhancements to UserManagement API Family
-
Update in microform API (/microform/v2/sessions -post ) for change in Response 201 schema type to "string"
-
Update in capture context API (/up/v1/capture-contexts -post ) for change in Response 201 schema type to "string"
-
Axa feature has been added as optional
Release of the Python SDK v0.0.42
-
Addition of new APIs::
(i) /pts/v2/refresh-payment-status/{id} - post
(ii) /pts/v1/push-funds-transfer - post -
Enhancements to Payments API Family.
-
Enhancements to Risk API Family
Release of the Python SDK v0.0.41
-
Addition of new APIs::
(i) /kms/v2/keys - get
(ii) /kms/v2/keys-password/{keyId} - patch
(iii) /kms/v2/keys-pgp/{keyId} - patch
(iv) /kms/v2/keys-scmp/{keyId} - patch -
Addition of new verb/method in existing API
endpoint: /kms/v2/keys-asym/{keyId}
verb: patch -
Enhancements to Payments API with update in existing field length.
Release of the Python SDK v0.0.40
-
Addition of three new APIs:
(i) Transient Token Data
endpoint: "/up/v1/payment-details/{transientToken}"
(ii) Unified Checkout Capture Context
endpoint: "/up/v1/capture-contexts"
(iii) Retrieve the EMV Dictionary
endpoint: "/tss/v2/transactions/emvTagDetails" -
Enhancements to Payments API with additional fields and update in existing field definition.
-
Enhancements to Decision API with additional fields and update in existing field definition.
-
Enhancements to PayerAuthEnrollment API with additional fields and update in existing field definition.
Release of the Python SDK v0.0.39
- Enhancements to Payments API with additional fields and update in existing field definition.
Release of the Python SDK v0.0.38
- Enhancements to Payments API
Release of the Python SDK v0.0.37
- Enhanced Payments API with additional fields and update in existing field definition
- Enhanced log masking
Release of the Python SDK v0.0.36
- Fix for masking data with whitespace in logs
- Added prefix and bin to masking
- Enhancements to Payments API and Transaction Search API
- Fix for Invoicing APIs
- Removed dependency on
crypto[ #73 ]