Hi guys,
I'm trying to implement mangopay on my personal project using this gem, but I cannot understand: where is the iframe? In other words this is my work flow:
step 1) buyer = MangoPay::NaturalUser.create
step 2) seller = MangoPay::LegalUser.create
seller_wallet = MangoPay::Wallet.create
step 3) payment_from_buyer_to_seller = MangoPay::PayIn::Card::Web.create
This is taken by this wiki, but there is not any reference to the use of the iframe
Hi guys, I'm trying to implement mangopay on my personal project using this gem, but I cannot understand: where is the iframe? In other words this is my work flow: step 1) buyer = MangoPay::NaturalUser.create step 2) seller = MangoPay::LegalUser.create seller_wallet = MangoPay::Wallet.create step 3) payment_from_buyer_to_seller = MangoPay::PayIn::Card::Web.create
This is taken by this wiki, but there is not any reference to the use of the iframe