hifive-dev / medusa-payment-mollie

1 stars 0 forks source link

Integration of Additional Mollie Payment Methods (Klarna, Wallet, Apple Pay) in MedusaJS #5

Open usamaadev opened 9 months ago

LeroySteding commented 9 months ago

MedusaJS currently does not support some key payment methods offered by Mollie API: Klarna, Wallet, and Apple Pay.

Expected Behavior Integrate Klarna, Wallet, and Apple Pay as available payment options in MedusaJS through the Mollie API. Ensure smooth and secure transactions using these payment methods.

Suggested Enhancement Klarna Integration:

Add Klarna as a payment method. Ensure support for Klarna's pay later and installment features.

Wallet Integration: Incorporate Wallet-based payments. Include popular Wallet services compatible with Mollie.

Apple Pay Integration: Enable Apple Pay for seamless payment on Apple devices. Ensure compliance with Apple's transaction standards and security protocols.

Steps for Implementation Review Mollie API documentation for integration specifics of Klarna, Wallet, and Apple Pay. Update MedusaJS payment module to include these methods. Test the integration for security and ease of use. Update documentation to guide users on setting up these payment methods.