Skip to content

Releases: Judopay/DotNetSDK

2.2.264

03 Dec 16:23
0231495
Compare
Choose a tag to compare

Update PaymentModel to add the following attributes

  • InitialRecurringPayment boolean, set to true on initial payment where consumer gave permission for repeat charges
  • RecurringPaymentType ( RECURRING for regular payments of same amount, MIT for non-regular merchant initiated transactions)
  • RelatedReceiptId (string passed on recurring payments defining the Judopay receipt ID of the original payment, this will be used to identify the gateway transaction ID of the original payment which will be sent to the gateway)

Update Api-Version from 5.6 to 5.7

2.1.237

21 Oct 12:27
3e7dfc6
Compare
Choose a tag to compare

Updated the following models to allow custom values for YourPaymentReference (1 to 50 characters)

  • PaymentModel
  • SaveCardModel
  • CheckCardModel
  • RegisterCardModel

2.1.223

05 Jun 16:07
a82477d
Compare
Choose a tag to compare

Added following attributes as part of PaymentReceiptModel

  • PostCodeCheckResult
  • KountTransactionId
  • AcquirerTransactionId
  • ExternalBankResponseCode
  • BillingAddress

2.1.214

24 Oct 15:12
4bd380d
Compare
Choose a tag to compare

Added PaymentMetaData as part of the PaymentModel

2.1.210

16 Oct 15:49
ec971e7
Compare
Choose a tag to compare

Added DynamicDescriptor as part of the PaymentModel

2.1.180

15 Jan 16:20
4fe0c3a
Compare
Choose a tag to compare
  • Updated dependencies
  • Check card feature
  • Changed register card model (eventually to be replaced by check card and save card)
  • Targeting api 5.6
  • Added extra card details (CardCategory, CardCountry, Bank)
  • Other small improvements

2.1.126

17 May 13:26
9668dfc
Compare
Choose a tag to compare

This release include the follow

  1. Update to .net standard
  2. Update the default version to the latest judopay version and including the latest changes

1.4.1

15 Nov 15:45
Compare
Choose a tag to compare
  • Updated Newtonsoft.Json to version 9.0.0

1.4

01 Nov 10:44
Compare
Choose a tag to compare
1.4
  • Android Pay passthrough support
  • Added payment reference in responses