Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to create wallet in mangopay?
    primarykey
    data
    text
    <p>I want to integrate mangopay using php and i am using following link as ref: <a href="http://docs.mangopay.com/api-references/wallets/" rel="nofollow">http://docs.mangopay.com/api-references/wallets/</a> but i can't able to do that because if i am use any options like create wallet or any other then it will try to create new user even i am trying to use any other option.</p> <p>following is code which i used for create new wallet in mangopay:</p> <pre><code>&lt;h2&gt;Create User&lt;/h2&gt; &lt;form action="https://api.sandbox.mangopay.com/v2/clients" method="post"&gt; &lt;input name="ClientId" id="ClientId" value="&lt;cust's sandbox id&gt;" /&gt;&lt;br&gt; &lt;input name="Email" id="Email" value="" /&gt;&lt;br&gt; &lt;input name="FirstName" id="FirstName" value="" /&gt;&lt;br&gt; &lt;input name="LastName" id="LastName" value="" /&gt;&lt;br&gt; &lt;input name="Birthday" id="Birthday" value="&lt;?php echo strtotime("1988-03-19");?&gt;" /&gt;&lt;br&gt; &lt;input name="Nationality" id="Nationality" value="DE" /&gt;&lt;br&gt; &lt;input name="CountryOfResidence" id="CountryOfResidence" value="DE" /&gt;&lt;br&gt; &lt;input type="submit" value="submit"&gt; &lt;/form&gt; &lt;h2&gt;Create Wallet&lt;/h2&gt; &lt;form action="https://api.sandbox.mangopay.com/v2/clients" method="post"&gt; &lt;input name="ClientId" id="ClientId" value="&lt;cust's sandbox id&gt;" /&gt;&lt;br&gt; &lt;input name="Owners" id="Owners" value="&lt;cust's sandbox id&gt;" /&gt;&lt;br&gt; &lt;input name="Email" id="Email " value="mddipen" /&gt;&lt;br&gt; &lt;input name="Description" id="Description" value="" /&gt;&lt;br&gt; &lt;input name="Currency" id="Currency" value="EUR" /&gt;&lt;br&gt; &lt;input type="submit" value="submit"&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload