From 993111853ee8c01ee504d7825561f78b985de85f Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:49:30 +0100 Subject: [PATCH] Update Postman AdyenDev Release Notes --- adyendev-postman-release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adyendev-postman-release-notes.md b/adyendev-postman-release-notes.md index 1a8f162..b037f0c 100644 --- a/adyendev-postman-release-notes.md +++ b/adyendev-postman-release-notes.md @@ -11,6 +11,10 @@ This page contains the **Release Notes** of the following resources: > All Adyen APIs with documentation, variables and examples. See on [Postman](https://www.postman.com/adyendev/workspace/adyen-apis/overview). +### Mar 2024 +- Examples are updated to provide, next to the request, the expected response (to let developers view the response payload before executing a request). +- AfP Configuration API has been updated to include the latest features (Card orders, Bank Account validation, Payment Instrument Groups, etc..). + ### Nov 2023 - The path variables are defined using the Postman conventions, for example `/paymentLinks/:linkId`. This allows to set the value of the path parameter without editing the URL. - The endpoints within a folder are ordered alphabetically.