Skip to content

Releases: zhutik/adyen-api-go

Various updates

22 Mar 14:06
771fae8
Compare
Choose a tag to compare

Changes:

Adding go modules support

22 Feb 20:10
823b8f6
Compare
Choose a tag to compare

Update:

  • Add go modules support

Thanks to @Seklfreak for contribution

API update + ExecuteThreeD

17 Sep 21:51
8bd1313
Compare
Choose a tag to compare

Updates

  • ExecuteThreeD option added to AdditionalData structure
  • Technical cancellation API call
  • Support of Go 1.10 and 1.11 added

Update adyen endpoint URLs

25 Jun 07:59
11cc777
Compare
Choose a tag to compare

Update adyen endpoint URLs

Due to the change in Adyen, we need to update endpoint urls:

Changes:

  • https://%s-%s-pal-live.adyen.com/pal/servlet -> https://%s-%s-pal-live.adyenpayments.com/pal/servlet
  • https://%s-%s-checkout-live.adyen.com/services/ -> https://%s-%s-checkout-live.adyenpayments.com/services/

First release v0.1

06 May 09:01
53c53cf
Compare
Choose a tag to compare

Adyen API implementation in Go

APIs covered:

  • Authorize
  • Recurring
  • Modification (cancel, capture, refund, e.t.c)
  • Notifications
  • Checkout API