Skip to content

Commit

Permalink
Merge pull request #387 from Adyen/Remove-earlier-service-updates-for…
Browse files Browse the repository at this point in the history
…-v15

Change from V14 to V15 imports
  • Loading branch information
Kwok-he-Chu authored Dec 3, 2024
2 parents 8d8f052 + c03e300 commit 6cfc7a1
Show file tree
Hide file tree
Showing 41 changed files with 94 additions and 2,976 deletions.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ The library supports all webhooks under the following model directories:
| [Report Webhooks](https://docs.adyen.com/api-explorer/report-webhooks/1/overview) | You can download reports programmatically by making an HTTP GET request, or manually from your Balance Platform Customer Area | [reportwebhook](src/reportwebhook) | **v1** |
| [Management Webhooks](https://docs.adyen.com/api-explorer/ManagementNotification/3/overview) | Adyen uses webhooks to inform your system about events that happen with your Adyen company and merchant accounts, stores, payment terminals, and payment methods when using Management API. | [managementwebhook](src/managementwebhook) | **v3** |
| [Transaction Webhooks](https://docs.adyen.com/api-explorer/transaction-webhooks/4/overview) | Adyen sends webhooks to inform your system about incoming and outgoing transfers in your platform. You can use these webhooks to build your implementation. For example, you can use this information to update balances in your own dashboards or to keep track of incoming funds. | [transactionwebhook](src/transactionwebhook) | **v4** |
| [Dispute Webhooks](https://docs.adyen.com/api-explorer/dispute-webhooks/latest/overview) | Adyen sends webhooks to inform your system about the creation or update of raised disputes, and chargebacks resulting from raised disputes. | [disputewebhook](src/disputewebhook) | **v1** |
| [Platforms Notifications Webhooks](https://docs.adyen.com/api-explorer/Notification/6/overview) | **Deprecated:** This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. | [platformsnotificationevents](src/platformsnotificationevents) | **v6** |

## Prerequisites
Expand Down
37 changes: 0 additions & 37 deletions src/balanceplatform/model_create_sweep_configuration_v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions src/balanceplatform/model_sweep_configuration_v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions src/balanceplatform/model_update_sweep_configuration_v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/checkout/api_payments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/checkout/model_amount.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/checkout/model_card_details_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6cfc7a1

Please sign in to comment.