Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Adyen.docc/API Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ The Adyen DropIn/Components SDK API Reference.
- ``UPIPaymentMethod``
- ``UPIComponent``
- ``UPIComponentDetails``

### PayTo Component

- ``PayToPaymentMethod``
- ``PayToComponent``
- ``PayToDetails``

## Public Protocols

Expand Down
1 change: 1 addition & 0 deletions Adyen.docc/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpe
- ``QRCodeActionComponent``
- ``CashAppPayComponent``
- ``TwintComponent``
- ``PayToComponent``
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ In order to have more flexibility over the checkout flow, you can use our Compon
- [QRCode Component][reference.QRCodeActionComponent]
- [Cash App Pay Component][reference.CashAppPayComponent]
- [Twint Component][reference.TwintComponent]
- [PayTo Component][reference.PayToComponent]


## Customization
Expand Down Expand Up @@ -376,5 +377,6 @@ This repository is open source and available under the MIT license. For more inf
[reference.QRCodeActionComponent]: https://adyen.github.io/adyen-ios/5.16.0/documentation/adyen/qrcodeactioncomponent
[reference.CashAppPayComponent]: https://adyen.github.io/adyen-ios/5.16.0/documentation/adyen/cashAppPayComponent
[reference.TwintComponent]: https://adyen.github.io/adyen-ios/5.16.0/documentation/adyen/TwintComponent
[reference.PayToComponent]: https://adyen.github.io/adyen-ios/5.16.0/documentation/adyen/paytocomponent

[apiExplorer.sessions]: https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/sessions
Loading