Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
150 stars 85 forks source link

How can I pass credit card informations or other bancontact informations of customer #250

Closed ByErdem closed 3 years ago

ByErdem commented 3 years ago

Hello, I examined the examples here. Everything looks good at the begining. I entering the test api key to create payment request. But I noticed that, how the customer will enter the payment informations. I didn't see any example code related with this. Can you show me a solution for this?

Viincenttt commented 3 years ago

I'm not sure I understand. The customer enters the payment information after your website redirects him to the payment link that you get back from the Mollie API. If you want to limit the customer to specific payment methods, that is also possible. Take a look at the following example code: https://github.com/Viincenttt/MollieApi/issues/248

Viincenttt commented 3 years ago

Closing this one. Feel free to open a new issue if you are still having issues.