mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Update JSON & YAML specs
This commit is contained in:
@@ -19,6 +19,7 @@ x-groups:
|
||||
- Accounts
|
||||
- Fund management
|
||||
- Other
|
||||
tags: []
|
||||
x-staticResponse: response.json
|
||||
webhooks:
|
||||
/ACCOUNT_CLOSED:
|
||||
@@ -738,6 +739,10 @@ components:
|
||||
|
||||
'
|
||||
$ref: '#/components/schemas/IndividualDetails'
|
||||
lastReviewDate:
|
||||
description: Date when you last reviewed the account holder's information,
|
||||
in ISO-8601 YYYY-MM-DD format. For example, **2020-01-31**.
|
||||
type: string
|
||||
merchantCategoryCode:
|
||||
description: 'The Merchant Category Code of the account holder.
|
||||
|
||||
@@ -2001,6 +2006,7 @@ components:
|
||||
- description
|
||||
- destinationAccountCode
|
||||
- document
|
||||
- documentContent
|
||||
- documentExpirationDate
|
||||
- documentIssuerCountry
|
||||
- documentIssuerState
|
||||
@@ -2025,8 +2031,10 @@ components:
|
||||
- idNumber
|
||||
- identityDocument
|
||||
- individualDetails
|
||||
- infix
|
||||
- jobTitle
|
||||
- lastName
|
||||
- lastReviewDate
|
||||
- legalArrangement
|
||||
- legalArrangementCode
|
||||
- legalArrangementEntity
|
||||
@@ -2051,6 +2059,7 @@ components:
|
||||
- originalReference
|
||||
- ownerCity
|
||||
- ownerCountryCode
|
||||
- ownerDateOfBirth
|
||||
- ownerHouseNumberOrName
|
||||
- ownerName
|
||||
- ownerPostalCode
|
||||
@@ -2429,6 +2438,8 @@ components:
|
||||
- WEEKLY_MON_TO_FRI_EU
|
||||
- WEEKLY_MON_TO_FRI_US
|
||||
- WEEKLY_ON_TUE_FRI_MIDNIGHT
|
||||
- WEEKLY_SUN_TO_THU_AU
|
||||
- WEEKLY_SUN_TO_THU_US
|
||||
- YEARLY
|
||||
type: string
|
||||
required:
|
||||
@@ -2886,7 +2897,6 @@ components:
|
||||
type: string
|
||||
phoneNumber:
|
||||
description: The phone number of the store.
|
||||
readOnly: true
|
||||
$ref: '#/components/schemas/ViasPhoneNumber'
|
||||
shopperInteraction:
|
||||
x-addedInVersion: '5'
|
||||
@@ -2911,7 +2921,6 @@ components:
|
||||
- Inactive
|
||||
- InactiveWithModifications
|
||||
- Pending
|
||||
readOnly: true
|
||||
type: string
|
||||
store:
|
||||
description: Adyen-generated unique alphanumeric identifier (UUID) for the
|
||||
@@ -3039,6 +3048,8 @@ components:
|
||||
- PendingCredit
|
||||
- PendingDebit
|
||||
- PendingFundTransfer
|
||||
- ReCredited
|
||||
- ReCreditedReceived
|
||||
- SecondChargeback
|
||||
- SecondChargebackCorrection
|
||||
- SecondChargebackCorrectionReceived
|
||||
@@ -3298,6 +3309,7 @@ components:
|
||||
properties:
|
||||
firstName:
|
||||
description: The first name.
|
||||
maxLength: 80
|
||||
type: string
|
||||
gender:
|
||||
description: 'The gender.
|
||||
@@ -3313,9 +3325,11 @@ components:
|
||||
description: 'The name''s infix, if applicable.
|
||||
|
||||
>A maximum length of twenty (20) characters is imposed.'
|
||||
maxLength: 20
|
||||
type: string
|
||||
lastName:
|
||||
description: The last name.
|
||||
maxLength: 80
|
||||
type: string
|
||||
required:
|
||||
- firstName
|
||||
|
||||
Reference in New Issue
Block a user