MONEI / MONEI-PrestaShop

MONEI PrestaShop Official Module
https://monei.com
Other
2 stars 1 forks source link

Check if payment method is enabled and available in MONEI #31

Closed jimmyn closed 2 months ago

jimmyn commented 4 months ago

It is possible to get information about what payment methods are supported by accountId or paymentId, this request also returns the supported countries. The request is cached, in order to bypass cache pass a timestamp as query parameter

https://api.monei.com/v1/payment-methods?paymentId={{paymentId}}&t=1234556 https://api.monei.com/v1/payment-methods?accountId={{accountId}}

We should check if payment method is enabled in MONEI before showing it.

presteamshop commented 3 months ago

@jimmyn this has already beed completed: https://github.com/MONEI/MONEI-PrestaShop/pull/21 Or are you referring to something else?

jimmyn commented 3 months ago

@presteamshop no, this is issue is about checking if the payment method is enabled in MONEI before showing it

presteamshop commented 2 months ago

@presteamshop no, this is issue is about checking if the payment method is enabled in MONEI before showing it

This is something that has already been done. Look at the code: image