Viincenttt / MollieApi

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

BIC for bancontact payments #237

Closed MichielCornilleESC closed 3 years ago

MichielCornilleESC commented 3 years ago

I noticed this commit

Which added the IBAN for Bancontact payments.

The Mollie API seems to support BIC as well:

image

Would it be possible to update the DTOs to the latest API version? If you want I can create a PR just to add the consumerBIC property to the BankContactPaymentResponse DTO.

Thank sin advance

Viincenttt commented 3 years ago

Hi @MichielCornilleESC ,

If you can create a PR, I'll merge it and release a new version as soon as possible. I noticed we are also missing the FailureReason property. Could you add that as well?

Kind regards, Vincent

Viincenttt commented 3 years ago

This is now live in version 2.1.0.8 of the library