I have trouble adding payment method to facebook account with api

LuvCii

Newbie
Joined
Aug 26, 2024
Messages
30
Reaction score
10
I added a payment method to my facebook account and in the body there is a data field called platform_trust_token, I don't know how to get it before sending a request to add a payment method, can any coder help me, thank you
 
Hello! I have encountered that issue before and so I just thought to share — that platform is normally created during the session in which you are logged into Facebook and are attempting to add a payment option. You do not create it beforehand. If you are interfacing with the API or the browser’s developer tools, please record the request when you add a payment option and analyze the headers and body of the request for the token. I hope that helps!
 
Hello! I have encountered that issue before and so I just thought to share — that platform is normally created during the session in which you are logged into Facebook and are attempting to add a payment option. You do not create it beforehand. If you are interfacing with the API or the browser’s developer tools, please record the request when you add a payment option and analyze the headers and body of the request for the token. I hope that helps!
Can you be more specific?
 
Back
Top