spec release

This commit is contained in:
Adyen Automation
2024-09-23 12:41:23 +02:00
parent 90f8877a03
commit 71873dbd3e
34 changed files with 270 additions and 236 deletions

View File

@@ -6216,7 +6216,7 @@ components:
be included on the invoice sent to the shopper.
> This field is required for 3x 4x Oney, Affirm, Afterpay, Clearpay, Klarna,
Ratepay, and Zip.'
Ratepay, Riverty, and Zip.'
items:
$ref: '#/components/schemas/LineItem'
type: array
@@ -6367,6 +6367,7 @@ components:
Example: `my-app://your.package.name`
If the URL to return to includes non-ASCII characters, like spaces or
special letters, URL encode the value.
@@ -8356,7 +8357,7 @@ components:
be included on the invoice sent to the shopper.
This parameter is required for open invoice (_buy now, pay later_) payment
methods such Afterpay, Clearpay, Klarna, RatePay, and Zip.'
methods such Afterpay, Clearpay, Klarna, RatePay, Riverty, and Zip.'
items:
$ref: '#/components/schemas/LineItem'
type: array
@@ -8576,7 +8577,7 @@ components:
be included on the invoice sent to the shopper.
This parameter is required for open invoice (_buy now, pay later_) payment
methods such Afterpay, Clearpay, Klarna, RatePay, and Zip.'
methods such Afterpay, Clearpay, Klarna, RatePay, Riverty, and Zip.'
items:
$ref: '#/components/schemas/LineItem'
type: array
@@ -9327,7 +9328,7 @@ components:
be included on the invoice sent to the shopper.
> This field is required for 3x 4x Oney, Affirm, Afterpay, Clearpay, Klarna,
Ratepay, and Zip.'
Ratepay, Riverty, and Zip.'
items:
$ref: '#/components/schemas/LineItem'
type: array
@@ -9504,7 +9505,7 @@ components:
\ custom URL schemes, refer to the [Apple Developer documentation](https://developer.apple.com/documentation/uikit/inter-process_communication/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app).\n\
Example: `my-app://`\n* For Android, use a custom URL handled by an Activity\
\ on your app. You can configure it with an [intent filter](https://developer.android.com/guide/components/intents-filters).\n\
Example: `my-app://your.package.name`\nIf the URL to return to includes\
Example: `my-app://your.package.name`\n\nIf the URL to return to includes\
\ non-ASCII characters, like spaces or special letters, URL encode the\
\ value.\n> The URL must not include personally identifiable information\
\ (PII), for example name or email address."
@@ -10144,6 +10145,7 @@ components:
Example: `my-app://your.package.name`
If the URL to return to includes non-ASCII characters, like spaces or
special letters, URL encode the value.