I hope this email finds you well. I am currently exploring options for implementing a payment workflow in my Next.js application, and I am considering your services. I wanted to reach out to inquire about documentation and support for some specific requirements. Here’s an outline of the payment workflow I aim to achieve: Unique Token in for authorize payment: The system generates a secure, unique token (e.g., UUID) for later accepting the payment automatically. Identify User: The backend identifies the associated user and their stored payment method. Process Payment: The server initiates a payment request using the stored payment details, with support for Apple Pay, Google Pay, and credit cards. Notify User: The user receives a transaction confirmation. Additionally, I would need support for the following features: Tokenization and Storing Payment Methods: The ability to securely store payment method tokens for future use without specifying an amount at the time of storage. Authorization and Capture: Support for authorizing a payment now and capturing it later, with the option to adjust the amount before capture. User Consent: Best practices for obtaining and managing user consent for storing and using payment methods. Developer Documentation: Detailed documentation for integrating these features into a Next.js application. Could you please confirm whether your platform supports these requirements? If so, I’d appreciate it if you could share links to the relevant documentation or provide any additional information about implementation. Thank you for your time and assistance. I look forward to hearing from you! Best regards, Me
... View more