Facebook update payments status

224 Views Asked by At

I have add payments system for our application. On test regulars and asynchronous payments, with test payments and it work's good. But I have difficaults with read asynchronous payments. All asynchronous payments have status "initiated" and never changed. I think I need manualy change status with graph api:

POST /PAYMENT_ID?status=settled&amount=1.00&currency=USD

but have error

"message": "(#101) payment provider does not match payment method."

I think it is wrong way

Also I think that facebook send verify requests to "payment callback URL" from application payments settings, but silence =\

And also, I cant'n close facebook payments dialog width "ok" button for mobile payments I have only "cancel" button after verify transaction with SMS-code.

0

There are 0 best solutions below