You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This library supports the following:
37
37
|[Transfers API](https://docs.adyen.com/api-explorer/transfers/4/overview)| v4 | The Transfers API provides endpoints that can be used to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a transfer instrument. |[Transfers](/src/services/transfers/index.ts)|
38
38
|[Disputes API](https://docs.adyen.com/api-explorer/Disputes/30/overview)| v30 | You can use the [Disputes API](https://docs.adyen.com/risk-management/disputes-api) to automate the dispute handling process so that you can respond to disputes and chargebacks as soon as they are initiated. The Disputes API lets you retrieve defense reasons, supply and delete defense documents, and accept or defend disputes. |[Disputes](/src/services/disputesApi.ts)|
39
39
|[POS Mobile API](https://docs.adyen.com/api-explorer/possdk/68/overview)| v68 | The POS Mobile API is used in the mutual authentication flow between an Adyen Android or iOS [POS Mobile SDK](https://docs.adyen.com/point-of-sale/ipp-mobile/) and the Adyen payments platform. The POS Mobile SDK for Android or iOS devices enables businesses to accept in-person payments using a commercial off-the-shelf (COTS) device like a phone. For example, Tap to Pay transactions, or transactions on a mobile device in combination with a card reader |[POS Mobile](/src/services/posMobileApi.ts)|
40
-
| [Payments App API]() | v1 | The Payments App API is used to Board and manage the Adyen Payments App on your Android mobile devices. | [PaymentsAppApi]()
40
+
| [Payments App API]() | v1 | The Payments App API is used to Board and manage the Adyen Payments App on your Android mobile devices. | [PaymentsAppApi](src/services/paymentsApp/paymentsAppApi.ts)
41
41
42
42
## Supported Webhook versions
43
43
The library supports all webhooks under the following model directories:
0 commit comments