Closed Gloumy closed 7 years ago
Hey! The payment methods MasterPass, Diners, iDeal and Maestro are not enabled by default, but if you contact our support team (mangopay.com/contact/), they'll be able to look into activating them for you :-)
Okay thanks !
I've created a Web Payin with different payment methods, Visa, BCMC and PayLib works as expected but MasterPass, Diners, iDeal and Maestro don't. It returns me this error :
MangoPay::ResponseError (Error this mean of payment for this asked currency has been disabled error: The method payment MASTERPASS with the ccy EUR is not active for the partner xxxxxxx)
It works fine in development with my sandbox account, but in production with the live account it raises the error.
Looking in the Mangopay documentation i've found nothing, and didn't have much luck in the gem documentation.
Any ideas what can cause this problem ?
My code for the payin creation : `def create_payin(card_type, url) mango = MangoPay::PayIn::Card::Web.create({ AuthorId: @buyer.mangopay_user_id, CreditedUserId: @seller.mangopay_user_id, DebitedFunds: { Currency: 'EUR', Amount: (@booking.price*100) },
Fees: { Currency: 'EUR', Amount: ((@booking.price0.10)100) },