Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jul 10, 2024
1 parent d3c16b3 commit c74174a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
16 changes: 16 additions & 0 deletions json/TransferService-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3776,6 +3776,22 @@
"description" : "The unique identifier of the source [payment instrument](https://docs.adyen.com/api-explorer/balanceplatform/latest/post/paymentInstruments#responses-200-id).\n\nIf you want to make a transfer using a **virtual** **bankAccount**, you must specify the payment instrument ID of the **virtual** **bankAccount**. If you only specify a balance account ID, Adyen uses the default **physical** **bankAccount** payment instrument assigned to the balance account.",
"type" : "string"
},
"priorities" : {
"x-addedInVersion" : "4",
"description" : " The list of priorities for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. You can provide multiple priorities. Adyen will try to pay out using the priority you list first. If that's not possible, it moves on to the next option in the order of your provided priorities. \n\nPossible values:\n\n* **regular**: for normal, low-value transactions.\n\n* **fast**: a faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions.\n\n* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions.\n\n* **instant**: for instant funds transfers in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html).\n\n* **crossBorder**: for high-value transfers to a recipient in a different country.\n\n* **internal**: for transfers to an Adyen-issued business bank account (by bank account number/IBAN).\n\nRequired for transfers with `category` **bank**. For more details, see [fallback priorities](https://docs.adyen.com/payouts/payout-service/payout-to-users/#fallback-priorities).",
"items" : {
"enum" : [
"crossBorder",
"fast",
"instant",
"internal",
"regular",
"wire"
],
"type" : "string"
},
"type" : "array"
},
"priority" : {
"x-addedInVersion" : "3",
"description" : "The priority for the bank transfer. This sets the speed at which the transfer is sent and the fees that you have to pay. Required for transfers with `category` **bank**.\n\nPossible values:\n\n* **regular**: for normal, low-value transactions.\n\n* **fast**: a faster way to transfer funds, but the fees are higher. Recommended for high-priority, low-value transactions.\n\n* **wire**: the fastest way to transfer funds, but this has the highest fees. Recommended for high-priority, high-value transactions.\n\n* **instant**: for instant funds transfers in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html).\n\n* **crossBorder**: for high-value transfers to a recipient in a different country.\n\n* **internal**: for transfers to an Adyen-issued business bank account (by bank account number/IBAN).",
Expand Down
27 changes: 27 additions & 0 deletions yaml/TransferService-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3170,6 +3170,33 @@ components:
If you only specify a balance account ID, Adyen uses the default **physical**
**bankAccount** payment instrument assigned to the balance account.'
type: string
priorities:
x-addedInVersion: '4'
description: " The list of priorities for the bank transfer. This sets the\
\ speed at which the transfer is sent and the fees that you have to pay.\
\ You can provide multiple priorities. Adyen will try to pay out using\
\ the priority you list first. If that's not possible, it moves on to\
\ the next option in the order of your provided priorities. \n\nPossible\
\ values:\n\n* **regular**: for normal, low-value transactions.\n\n* **fast**:\
\ a faster way to transfer funds, but the fees are higher. Recommended\
\ for high-priority, low-value transactions.\n\n* **wire**: the fastest\
\ way to transfer funds, but this has the highest fees. Recommended for\
\ high-priority, high-value transactions.\n\n* **instant**: for instant\
\ funds transfers in [SEPA countries](https://www.ecb.europa.eu/paym/integration/retail/sepa/html/index.en.html).\n\
\n* **crossBorder**: for high-value transfers to a recipient in a different\
\ country.\n\n* **internal**: for transfers to an Adyen-issued business\
\ bank account (by bank account number/IBAN).\n\nRequired for transfers\
\ with `category` **bank**. For more details, see [fallback priorities](https://docs.adyen.com/payouts/payout-service/payout-to-users/#fallback-priorities)."
items:
enum:
- crossBorder
- fast
- instant
- internal
- regular
- wire
type: string
type: array
priority:
x-addedInVersion: '3'
description: 'The priority for the bank transfer. This sets the speed at
Expand Down

0 comments on commit c74174a

Please sign in to comment.