Forum PayVault Is UltimatePay broken?

Discussion and help relating to the PlayerIO payment solution, PayVault.

Is UltimatePay broken?

Postby msimmons@freejamgames.com » August 27th, 2013, 11:41 am

Hi,

We registered with UltimatePay and have completed the PayVault setup as instructed in the docs.

When we try to use the GetBuyCoinsInfo function with ultimatepay as the provider we get the error:

"InvalidPurchaseArguments; You need to set up exchange rates in the admin panel to be able to buy coins through UltimatePay."

Our merchant code, adminpwd, secret phrase, and login are all setup, and our price points line looks like this "100USD=50,500USD=300,1000USD=700,1000EUR=50,1000GBP=50"

We use GetBuyCoinsInfo in this way:

PlayerIOUtility.Instance.client.PayVault.GetBuyCoinsInfo(
"ultimatepay", new System.Collections.Generic.Dictionary<string, string>()
{{"coinamount","50"}, //Purchase arguments
{"currency","USD"},
{"amountdesc" ,"50 Coins"}},
//Success handler
(info) => {
//Pass parameters to javascript...
Debug.Log(info);
},
//Error handler
(e) => Debug.Log("Unable to buy coins" + e)
);
msimmons@freejamgames.com
 
Posts: 3
Joined: August 27th, 2013, 11:33 am

Re: Is UltimatePay broken?

Postby sebas77 » August 27th, 2013, 5:31 pm

since it is the same error, please look at this thread too where I have added new info

viewtopic.php?f=37&t=35022
sebas77
Paid Member
 
Posts: 137
Joined: June 25th, 2013, 12:09 pm


Return to PayVault



cron