adyen-openapi icon indicating copy to clipboard operation
adyen-openapi copied to clipboard

OpenAPI specification for the Adyen APIs

Results 10 adyen-openapi issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In [webhooks](https://github.com/Adyen/adyen-openapi/blob/main/json/Webhooks-v1.json) there are missed properties in such classes: - AuthorisationNotificationAdditionalData: scaExemptionRequested, checkout.cardAddedBrand, bookingDate, recurring.shopperReference, paymentMethod - AuthorisationNotificationRequestItem: originalReference **To Reproduce** Look at the [API](https://docs.adyen.com/api-explorer/#/Webhooks/v1/post/AUTHORISATION) to see...

**Describe the bug** Card number is optional in reality but not [in the spec](https://github.com/Adyen/adyen-openapi/blob/main/yaml/BalancePlatformService-v2.yaml#L4322-L4340). **Additional context** We use the spec to validate responses from the API and noticed this bug...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

**Describe the bug** The `servers` field of each spec only lists a single test URL for each API, instead of actually specifying the pattern of URLs used. This is inconvenient,...

**Describe the bug** Adyen clearly supports paypal yet the specs are not provided regarding integrating it via the checkout API **To Reproduce** Steps to reproduce the behavior: 1. Go to...

**Describe the bug** There are several notification examples that do not adhere to their defined schema. For example: REPORT_AVAILABLE example notification does not comply with the declared schema for a...

**Describe the bug** In [webhook json](https://github.com/Adyen/adyen-openapi/blob/main/json/Webhooks-v1.json) there are classes which names starting with authorization, however they are eligible to be used for other requests too. I suggest we should rename...

**Describe the bug** success has been declared as a boolean when it is actually a string. Here is one example of many: https://github.com/Adyen/adyen-openapi/blob/4d59745bf59feb74083f5048bad9218801d69ede/json/Webhooks-v1.json#L2065 **To Reproduce** Look at other definitions of...

**Describe the bug** Hello! I've found these misspellings in this repository. ``` Capabilites certifcates confuguration Deffered descripton enity Entitys Exceded implicitely neccessary notifcation platfrom recepient succesful Thre transations verificaiton ```...

For this endpoint: https://docs.adyen.com/api-explorer/Payment/latest/post/adjustAuthorisation#responses-200-response The `ModificationResult.response` field which is of type "ModificationResponse" (returns the string 'Authorised` in real world use... Not the enum as defined here: https://github.com/Adyen/adyen-openapi/blob/af96aa209fac86fbe0b287d0d1a8d41aded4e1b2/json/PaymentService-v68.json#L3978 The enum is...