mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

How to test Chargeback in test mode #290

Closed FahadTanveerY closed 1 year ago

FahadTanveerY commented 2 years ago

Hi. I just wan’t to ask what is the way to test chargeback in development. Since in the mollie dashboard it says chargeback cannot be tested in test mode. I have tried both v1 as well as v2 apis but unable to find a way to test my implementation. https://docs.mollie.com/overview/testing In this documentation it is said that changePaymentState allows us to create refund and chargeback but when I tested that it only shows refund option but nothing for chargedback

Pimm commented 2 years ago

To my knowledge, you are correct: chargebacks don't work in test mode.

You can ask support to make sure.

FahadTanveerY commented 2 years ago

@Pimm So how must I test it before knowing it's production ready ? There must be someway to do that, no ?

Pimm commented 2 years ago

This is outside of the scope of the Node.js client. I'm very much not the right person to answer your question.

Please contact support. Alternatively, I can request that they contact you instead.