Questions tagged [facebook-payment-dialog]
8 questions
2
votes
0 answers
Skipping facebook company verification on payments for test
I want to know if it's possible to make use of the new facebook payments dialog without having to pass the facebook company verification?
I already registered a fake company on the Apps > My app > Payments section of Facebook Developers, however now…

Tonatiuh
- 2,205
- 1
- 21
- 22
2
votes
0 answers
JSON Facebook Payment marked "FRAUD"
In the following JSON, I make a payment in the ChefChili game to purchase virtual currency with my credit card (I am not in the payment testers list). This is showing as FRAUD, whereas it was a genuine payment made by me.…

Aman Grover
- 21
- 2
1
vote
1 answer
Facebook payment object returns wrong price
Our Unity web-hosted WebGL app implements Facebook payments API. Since the 13th of July 2017 we noticed that the prices of some products have changed and are now different than those stated in the product htmls. Nothing changed on our side.
Sample…

Amos Wazana
- 349
- 2
- 11
0
votes
0 answers
is possible to check if a fb user have a credit card linked to his account
im developing an Facebook canvas game application and i want to know if a fb user have a credit card linked to his account? if the condition is true the payment-dialog will show up on screen..
otherwise the functionality of the app will change…

smile
- 75
- 2
- 10
0
votes
0 answers
Unknown Facebook Payment error within our Facebook Canvas app
I'm not sure when and how, but I can see in our data that some of our users receiving the following error while at FB payment dialog: "Dialog \"pay\" is trying to run more than once."
I was trying to search all over for this issue but can't find it…

Adam
- 47
- 6
0
votes
1 answer
facebook payment tester gets error code 1353028
trying to implement the new Facebook local currencies, and I keep getting error code 1353028 if I set a user as a payment tester. if I remove the user from the payment user the payment dialog will open correctly.
the app is in sandbox mode, and the…

Ami
- 1,110
- 1
- 13
- 26
0
votes
2 answers
Facebook Realtime Updates for Disputes, Refunds and Chargebacks
What will the data sent via a real time update contain, in the event of a dispute ??
if this below is for an order fulfillment..
{
"object": "payments",
"entry": [
{
"id": "296989303750203",
"time": 1347996346,
…

Derrick Nel
- 11
- 2
0
votes
0 answers
Facebook Local Currency Payments Breaking Changes Using Graph API
While migrating for the Local Currency Payments Breaking Changes
after we post (product => 'http:...', type => 'charge', status => 'completed', test => '1', to => NN, from => NN, access_token => '123..xyz') to…

sof
- 11