How to implement View a User Emoney Mangopay

143 Views Asked by At

Currency Wise E-money details in Mangopay

I also used $this->api->Users->GetEMoney($UserId); it provide default currency wise amount.

Mangopay document code:

GET .../users/:UserId/emoney/
Get Parameters :
{
"Currency": "EUR"
}

I am unable to find PHP code to get currency wise converted amount.

0

There are 0 best solutions below