Skip to content

Releases: CyberSource/cybersource-rest-client-php

PHP Client SDK - Release v0.0.72

31 Mar 09:09
c8f349d

Choose a tag to compare

  • JWT v2 has been implemented as per Updated Specifications

  • Addition of new API in Payouts API family

    • /pts/v1/pull-funds-transfer/{id}/reversal - POST
    • /pts/v1/pull-funds-transfer/{id}/refund - POST
    • /pts/v1/pull-funds-transfer - POST
  • Addition of new API in Unified Checkout API family

    • /uc/v1/sessions - POST
    • /flex/v2/payment-details/{jti} - GET
  • Addition of new API in Currency Conversion API family

    • /vas/v1/currencyconversion - POST
  • Updates in Payments API family.

  • Updates in Token Management API family.

  • Updates in Payouts API family

  • Updates in Recurring Billing Subscriptions API Family.

  • Updates in Bin Lookup API family

  • Updates in Merchant Boarding API family

PHP Client SDK - Release v0.0.71

26 Feb 11:37
6ee9d4f

Choose a tag to compare

  • firebase/php-jwt dependency upgraded to version >=7.0.0

PHP Client SDK - Release v0.0.70

11 Feb 05:43
aa5e92e

Choose a tag to compare

  • Addition of new API in Token Management API family

    • /tms/v3/tokens/{tokenId}/payment-credentials - POST
  • Removal of API in Currency Conversion API Family

    • /vas/v1/currencyconversion - POST
  • Updates in Payments API family.

  • Updates in Token Management API family.

  • Updates in Bin Lookup API family

  • Updates in Invoicing API family

  • Updates in Merchant Boarding API family

PHP Client SDK - Release v0.0.69

02 Jan 06:38
39d1fbd

Choose a tag to compare

  • Addition of new API in Intelligent Commerce Product API family

    • /acp/v1/tokens - POST
    • /acp/v1/instructions/{instructionId}/credentials - POST
    • /acp/v1/instructions/{instructionId}/cancel - PUT
    • /acp/v1/instructions/{instructionId}/confirmations - POST
    • /acp/v1/instructions/{instructionId} - PUT
    • /acp/v1/instructions - POST
  • Updates in Payments API family.

  • Updates in Merchant Boarding API family

  • Updates in Unified Checkout API family

  • Added support for Response MLE (Message Level Encryption).

PHP Client SDK - Release v0.0.68

01 Dec 06:32
2f0045f

Choose a tag to compare

  • Addition of new API in Token Management API family

    • /tms/v2/tokenize - POST
    • /tms/v2/tokenized-cards/{tokenizedCardId}/issuer-life-cycle-event-simulations - POST
  • Updates in Payments API family.

  • Updates in Recurring Billing Subscriptions API Family.

  • Updates in Merchant Boarding API family

  • Updates in Unified Checkout API family

  • Added a new CaptureContextParser Utility for JWT parsing and validation.

PHP Client SDK - Release v0.0.67

07 Nov 08:55
0529006

Choose a tag to compare

  • Addition of new API in Currency Conversion API family

    • /vas/v1/currencyconversion - POST
    • /vas/v1/currencyconversion/{id} - GET
  • Removal of API in Token Management API Family

    • /{token-requestor-domain-enrollment} - POST
    • /{token-requestor-domain-update} - POST
    • /tms/v2/tokenized-cards/{tokenizedCardId}/issuer-life-cycle-event-simulations - POST
  • Updates in Payments API family.

  • Updates in Token Management API family.

  • Updates in Risk Management API Family.

  • Updates in Unified Checkout API family.

  • Updates in Payouts API Family.

PHP Client SDK - Release v0.0.66

17 Oct 11:22
0e7d088

Choose a tag to compare

  • Addition of new API in Token Management API family

    • /tms/v2/tokenized-cards/{tokenizedCardId}/issuer-life-cycle-event-simulations - POST
  • Addition of new APIs in Merchant Defined Fields API family

    • /invoicing/v2/{referenceType}/merchantDefinedFields - GET, POST
    • /invoicing/v2/{referenceType}/merchantDefinedFields/{id} - PUT, DELETE
  • Addition of new API in Visa Bank Account Validation API family

    • /bavs/v1/account-validations - POST
  • Updates in Payments API family

  • Updates in Token Management API family

  • Updates in Bin Lookup API family

  • Updates in Transaction Details API family

  • Updates in Invoicing API family

  • Updates in Merchant Boarding API family

  • Updates in Unified Checkout API family

  • Enabled connection pooling support, configurable by setting the keep-alive time $keepAliveTime

  • Enabled TLS 1.3 support, configurable by setting $tlsVersion and $tlsCipherList

PHP Client SDK - Release v0.0.65

02 Sep 11:29
53f0bbc

Choose a tag to compare

  • Addition of New APIs in Invoices API Family:
    • /invoicing/v2/invoices/{id}/publication - post
  • Updates in Payments API Family.
  • Updates in Transaction Details API Family.
  • Updates in Invoices API Family.
  • Updates to Webhooks API Family.
  • Enhancements have been made for Message Level Encryption.
  • Enhanced Message Level Encryption (MLE) for inbound API requests—now supports APIs where MLE is mandatory by default.

PHP Client SDK - Release v0.0.64

31 Jul 09:40
1ed6d53

Choose a tag to compare

  • Addition of New APIs in Payments API Family:
    • /pts/v2/payment-tokens - post
  • Updates in Payments API Family.
  • Updates in Transaction Search API Family.
  • Added support for Batch Upload API in SDK with PGP encryption and mTLS authentication

PHP Client SDK - Release v0.0.63

01 Jul 07:56
7fb4752

Choose a tag to compare

  • Addition of New APIs in Device Management API Family:
    • /dms/v2/devices/deassociate - patch
    • /dms/v2/devices/search - post
  • Updates in Risk Management API Family.
  • Updates in Payer Authentication API Family.
  • Updates in Recurring Billing Subscriptions API Family.
  • Updates in Transaction Details API Family.
  • Updates in Merchant Boarding API Family.
  • Updates in Unified Checkout API Family.
  • Fix for global parameters import statement in MLE Utility.