Skip to content

3D Secure 2.0

Compare
Choose a tag to compare
@chrisurun chrisurun released this 18 May 09:54
· 24 commits to master since this release
b5e0b62

API changes

  • Version set to 6.4 for all requests
  • Base URL set to api.judopay.com

3DS2 support

Fields added to the payment model

  • cardAddress: address1, address2, town, postcode, countryCode
  • cardHoldername
  • phoneCountryCode
  • mobileNumber
  • emailAddress
  • authenticationSource
  • challengeRequestIndicator
  • scaExemption
  • methodCompletion
  • methodNotificationUrl
  • challengeNotificationUrl

Support of new requests for 3DS2 flows

  • Resume3ds
  • Complete3ds

Recurring payments

Fields added to the payment model

  • initialRecurringPayment
  • recurringPayment
  • recurringPaymentType
  • relatedReceiptId

Receipts

  • Update of GetTransaction to allow a receipt to be retrieved from a ReceiptId

Logging

  • Monolog dependency removed
  • PSR dependency added