From 53dfe52543dada027128c7453c4c1fad8a8f2039 Mon Sep 17 00:00:00 2001 From: jlengrand Date: Wed, 1 Feb 2023 20:53:31 +0000 Subject: [PATCH] Apply automatic changes --- postman/CheckoutService-v69.postman/postman.json | 2 +- yaml/CheckoutService-v69.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postman/CheckoutService-v69.postman/postman.json b/postman/CheckoutService-v69.postman/postman.json index 3414117..6885a90 100644 --- a/postman/CheckoutService-v69.postman/postman.json +++ b/postman/CheckoutService-v69.postman/postman.json @@ -1,6 +1,6 @@ { "info": { - "name": "REAL_NAME 69 2023-02-01", + "name": "69 2023-02-01", "description": { "content": "Adyen Checkout API provides a simple and flexible way to initiate and authorise online payments. You can use the same integration for payments made with cards (including 3D Secure), mobile wallets, and local payment methods (for example, iDEAL and Sofort). This API reference provides information on available endpoints and how to interact with them. To learn more about the API, visit [online payments documentation](https://docs.adyen.com/online-payments). ## Authentication Each request to Checkout API must be signed with an API key. For this, [get your API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key) from your Customer Area, and set this key to the `X-API-Key` header value, for example: ``` curl -H \"Content-Type: application/json\" \\ -H \"X-API-Key: YOUR_API_KEY\" \\ ... ``` ## Versioning Checkout API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number. For example: ``` https://checkout-test.adyen.com/v69/payments ``` ## Going live To access the live endpoints, you need an API key from your live Customer Area. The live endpoint URLs contain a prefix which is unique to your company account, for example: ``` https://{PREFIX}-checkout-live.adyenpayments.com/checkout/v69/payments ``` Get your `{PREFIX}` from your live Customer Area under **Developers** > **API URLs** > **Prefix**. When preparing to do live transactions with Checkout API, follow the [go-live checklist](https://docs.adyen.com/online-payments/go-live-checklist) to make sure you've got all the required configuration in place. ## Release notes Have a look at the [release notes](https://docs.adyen.com/online-payments/release-notes?integration_type=api&version=69) to find out what changed in this version!", "type": "text/markdown" diff --git a/yaml/CheckoutService-v69.yaml b/yaml/CheckoutService-v69.yaml index 42eb66d..439be24 100644 --- a/yaml/CheckoutService-v69.yaml +++ b/yaml/CheckoutService-v69.yaml @@ -4,7 +4,7 @@ servers: info: version: '69' x-publicVersion: true - title: REAL_NAME 69 2023-02-01 + title: 69 2023-02-01 description: 'Adyen Checkout API provides a simple and flexible way to initiate and authorise online payments. You can use the same integration for payments made with cards (including 3D Secure), mobile wallets, and local payment methods (for