Facebook Payments is the exclusive payments provider for Games on Facebook.
Questions tagged [facebook-payments]
31 questions
6
votes
2 answers
Understanding Facebook payments Fulfillment flow
I'm learning how to implement Facebook Fulfillment flow.
I can't make sense of using request_id (steps 1 & 2). The idea is that my server generates request_id and later when the app get encoded response from Facebook, compare details in that…

Mike Keskinov
- 11,614
- 6
- 59
- 87
1
vote
0 answers
Facebook Payment API not returning Payment information only created_time
The url at https://graph.facebook.com/v3.1/${payment_id} is not returning any Payment information for Test User payments beyond created_time.
https://developers.facebook.com/docs/graph-api/reference/v3.1/payment
It says it suppose to return a large…

MetaChrome
- 3,210
- 6
- 31
- 48
1
vote
1 answer
Testing disputes on facebook instant games purchases
Does anybody of you test Disputes for Instant Games in-app-purchases?
I'm currently working on some Facebook Messenger Instant Game. We provided simple purchases, but i have no idea how to test disputes on it.
On Facebook Canvas its really easy…

Reggis
- 49
- 4
1
vote
0 answers
How to test payments in Facebook Instant Game?
I cannot seem to make a test dialog appear. When I call payments.purchaseAync, I am always presented with a real Checkout dialog as opposed to a test dialog.
I've already added the test user to the Testers. Am I missing anything? Or is this feature…

threedollarbill
- 165
- 2
- 11
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
1
vote
0 answers
How to configure Canvas Payments for a Test App in Facebook
I'm trying to test an existing Facebook application. Previously the process was to create a 2nd application that you pointed your test server at (and vice versa). According to Facebooks app development documentation Please find the link a "test app"…

Terence
- 11
- 4
1
vote
2 answers
Not Able To Make Real Payment in Facebook Game
I am trying to implement facebook payment in Unity game for Webgl build. It is working fine when I pay as a tester but when I am trying to purcahse by real money it is giving me following error:
XMLHttpRequest cannot load
…

user831413
- 141
- 1
- 8
1
vote
1 answer
FB Payments Object is incorrect
I've found strange response of graph.facebook.com for all payment objects of my new app.
If I've sent this URL to graph:
https://graph.facebook.com/6XXX9795855XXXXX?access_token=APP|TOKEN
with valid paymentId (this ID I received via RealTime…

Victor Perov
- 1,697
- 18
- 37
1
vote
1 answer
Integrate Facebook Payments with Facebook Ads API
I am creating an web app that enables users to create facebook ads. The problem is that every ad needs a budget. So I need the user to be able to set a budget and pay for it using his credit card or phone or anything else. Is it possible to do this?…

marinvirdol
- 1,263
- 1
- 12
- 18
1
vote
1 answer
Running javascript code after modeldata is valid
I'm working on a facebook app and I have a form that the user fills out and when it is submitted, I want to then charge them via facebook canvas payments. Of course this means that the modeldata needs to be valid first but I was always under the…

DarthVegan
- 1,719
- 7
- 25
- 42
1
vote
1 answer
Facebook Realtime Updates Handling Payments
I'm working on a Facebook Canvas app, with in-app purchase capabilities. This is where I'm at so far:
I've set up my Realtime Updates callback page, and it gets called as desired when transactions have something changed.
When the RTU callback gets…

ScorpDeity
- 70
- 1
- 7
1
vote
1 answer
How to manage chargebacks and refunds
I would like to find a smart way for managing refunds and chargebacks with the new local currency systeme with chargeback/refunds callbacks.
We're having users that understood that they can spend a awesome lot of money, get their things on the game…

Fenn
- 28
- 3
1
vote
1 answer
Cannot init Facebook Payment, "Account id missing"
When I'm trying to init a payment from within my FB app, I get the error:
API Error Code: 1383003
API Error Description: Account id missing.
Searching for this suggests that I need to link a company to the app. However, I've already done so.…

Bart van Heukelom
- 43,244
- 59
- 186
- 301
1
vote
0 answers
Facebook Payer Promotion callback success or failure?
I'm trying to integrate Payer Promotions for our facebook game. I put a link to initiate payer promotion with js-sdk and created a callback function. using this sample: