Viincenttt / MollieApi

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

MollieModels.Payment.PaymentStatus.Charged_Back removed? #200

Closed c-lamont closed 3 years ago

c-lamont commented 3 years ago

Just updated to 2.1 and I noticed that the Charged_Back status has been removed. Is it somewhere else, or is there another value I need to use that evaluates to the payment being charged back?

Viincenttt commented 3 years ago

Hi c-lamont,

Take a look at the Mollie API documentation. The status charged back does not exist: https://docs.mollie.com/payments/status-changes

Snippet from the documentation:

Note: In the v1 API, there were statuses for when payments were refunded, charged back, or paid out (settled). These statuses have been removed in v2. You can get the same information from other properties on the Payment object.

You can also take a look at the migration guide that Mollie created, which has some other details that you might not be aware of: https://docs.mollie.com/payments/migrating-v1-to-v2

Kind regards, Vincent