Skip to content

Release v0.0.1.43

Compare
Choose a tag to compare
@gaubansa gaubansa released this 05 Apr 15:21
· 34 commits to master since this release
c7024b7

Cybersource.Authentication.NetStandard ( v0.0.1.17)

  • MLE (Message Level Encryption) feature has been added to SDK.

CyberSource.Rest.Client.NetStandard ( v0.0.1.43)

  • Addition of New APIs in SDK
    • /pts/v1/transaction-batch-upload- POST in Transaction Batches API Family
    • /notification-subscriptions/v1/webhooks/{webhookId} - POST in Webhook API Family
  • Updates to Payments APIs
  • Updates to Transaction Details APIs
  • Updates to Webhooks APIs
  • Certain APIs from Webhooks API family have been removed.
    • /nrtf/v1/webhooks/{webhookId}/replays -POST removed from SDK
    • /notification-subscriptions/v1/products/{organizationId} -GET removed from SDK
    • /notification-subscriptions/v1/webhooks- POST, GET removed from SDK
    • /notification-subscriptions/v1/webhooks/{webhookId} - PATCH, GET, DELETE removed from SDK
  • MLE (Message Level Encryption) feature has been added to SDK.
  • MLE enabled for below supported APIs in SDK by default when useMLEGlobally is true
    • "/pts/v2/payments" : ["POST"]
    • "/pts/v2/payments/{id}" : ["PATCH"]
    • "/pts/v2/refresh-payment-status/{id}" : ["POST"]
    • "/pts/v2/payment-references/{id}/intents" : ["POST"]
    • "/pts/v2/payment-references" : ["POST"]
    • "/pts/v2/payment-references/{id}" : ["PATCH"]
    • "/pts/v2/payments/{id}/reversals" : ["POST"]
    • "/pts/v2/reversals" : ["POST"]
    • "/pts/v2/payments/{id}/captures" : ["POST"]
    • "/pts/v2/payments/{id}/refunds" : ["POST"]
    • "/pts/v2/captures/{id}/refunds" : ["POST"]
    • "/pts/v2/credits" : ["POST"]
    • "/pts/v2/payments/{id}/voids" : ["POST"]
    • "/pts/v2/captures/{id}/voids" : ["POST"]
    • "/pts/v2/refunds/{id}/voids" : ["POST"]
    • "/pts/v2/credits/{id}/voids" : ["POST"]
    • "/pts/v2/voids" : ["POST"]
    • "/pts/v2/billing-agreements" : ["POST"]
    • "/pts/v2/billing-agreements/{id}" : ["PATCH"]
    • "/pts/v2/billing-agreements/{id}/intimations" : ["POST"]
    • "/pts/v2/payouts" : ["POST"]
    • "/pts/v1/push-funds-transfer" : ["POST"]
    • "/risk/v1/authentication-setups" : ["POST"]
    • "/risk/v1/authentications" : ["POST"]
    • "/risk/v1/authentication-results" : ["POST"]
  • Cybersource.Authentication.NetStandard to 0.0.1.17.