Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter manoharsingh

    (@manoharsingh)

    Hello @femiyb ,

    Thank you for sharing the steps! I noticed that the described scenario works for simulating a refund rather than a chargeback in Mollie’s sandbox environment.

    After refund i got this key added in post_meta “_mollie_processed_refund_ids”

    Is there a way to simulate chargeback to create meta_key “_mollie_processed_chargeback_ids”

    Thanks again for contributing!

    Best regards,
    Manohar

    • This reply was modified 2 months, 3 weeks ago by manoharsingh.
    • This reply was modified 2 months, 3 weeks ago by manoharsingh.
    Thread Starter manoharsingh

    (@manoharsingh)

    Hi @femiyb
    Thank you for your detailed response!

    Testing Chargebacks in Sandbox Mode:
    Could you guide me on how to simulate or test chargebacks in Mollie’s sandbox environment? I’d like to ensure my integration handles this process correctly, but I haven’t found documentation or a clear way to test chargebacks specifically. Any tips or steps for testing would be appreciated.

    Thank you

    Thread Starter manoharsingh

    (@manoharsingh)

    Hello @femiyb,

    Thank You for the response,
    If we edit the core code while updating the plugin it will revert back i guess,

    Is there any other way to handle this ?

    I saw there is a do_action in line 518
    do_action($this->pluginId . '_chargebacks_processed',$payment,$order);
    Is this hook will work during chargeback webhook ?

    How to test this chargeback scenario in test mode , Please let me know

Viewing 3 replies - 1 through 3 (of 3 total)