Skip to content

Release v0.0.70

Choose a tag to compare

@gnongsie gnongsie released this 24 Mar 11:04
· 67 commits to master since this release
d463a2a
  • Updates to Flex Microform API
  • Updates to Unified Checkout API
  • Updates to Merchant Boarding API
  • JWE Decryption now accepts private key directly.
    • Client application is expected to decide the appropriate secure storage.
  • 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"]`