Adyen / adyen-ios

Adyen iOS Drop-in and Components
https://docs.adyen.com/checkout/ios
MIT License
150 stars 118 forks source link

[NEED ASSIST] Generate Token using Own UI to make payment later. #1665

Closed bhargavbajani-simformsolutions closed 4 months ago

bhargavbajani-simformsolutions commented 4 months ago

Describe the challenge I want to integrate Adyen as our payment processor into our existing application, where we've already implemented a custom UI for capturing card details. The goal is to generate a token representing the user's card details, store this token securely on our server, and enable functionalities like adding, updating, and deleting card details for users.

Describe the challenge How can achieve this functionality using SDK.

Note: Using carthage in project and Project in Objective C which is not concern for now.

descorp commented 4 months ago

Hey @bhargavbajani-simformsolutions

Most of this functionality lay outside iOS SDK scope. Check our Tokenization and Manage tokens documentation.

If you have any issues with iOS code or this SDK - please create dedicated issue on GitHub. If you have any issues or questions on Tokenisation or backend API - please reach out Adyen Support

bhargavbajani-simformsolutions commented 4 months ago

@descorp is there any way to do it with a provided drop-in UI or customisable Provided UI by SDK? The requirement is Store card for future payment which is happening from our other app.

Can I get an exact document for this?

descorp commented 4 months ago

Hey @bhargavbajani-simformsolutions

we've already implemented a custom UI for capturing card details.

Since you have mentioned custom UI , I assumed you are not looking to use any of Adyen UI.


See Create-a-token documentation:

You can create new stored card using our CardComponent and 0 amount. Make sure to specify correct recurringProcessingModel and storePaymentMethod set to true.

The rest of "token management" is not part of iOS SDK and should be performed thought API calls (link in my previous message).


You can use our award-winning Postman Adyen API.