You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
It is possible to get information about what payment methods are supported by
accountId
orpaymentId
, this request also returns the supported countries. The request is cached, in order to bypass cache pass a timestamp as query parameterhttps://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.
On the frontend you can call
monei.api.getPaymentMethods({paymentId, accountId})
The text was updated successfully, but these errors were encountered: