Questions tagged as 'moip'

2
answers

Is there any way to create a moip account by api from moip?

I am developing a marketplace system and each salesperson needs to have a MOIP account to receive sales. As these vendors are very lazy I thought about automating this so they do not have to create a MOIP account, which is automatically cre...
asked by 04.01.2015 / 19:03
1
answer

PHP SDK Moip: Which tag to use for Banks when in Debt online?

In the following example, for debit with Banco Itaú, it works perfectly: $payment = $order->payments() ->setOnlineBankDebit('341', $expiration_date, 'http://localhost/federais/') ->execute(); $redirect = $payment->getL...
asked by 28.07.2018 / 21:42
1
answer

PHP and Moip SDK: Do not redirect to the Debit link with: $ redirect = $ payment-getLinks () - getLink ('payOnlineBankDebitItau');

Using the Moip SDK, I use the command to generate a link and be redirected to the link: $redirect = $payment->getLinks()->getLink('payOnlineBankDebitItau'); header("location:$redirect"); But do not redirect. But when I execute b...
asked by 28.07.2018 / 20:13