I have problem with adding payment method in facebook 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
 
Facebook doesn’t always like payment methods being added through the API, especially on newer or low-trust accounts. What worked for me was adding the card manually inside Business Manager first, then handling the rest via API. Also double-check the billing country matches the card — FB gets weird about that too. What exact error are you seeing? That might help narrow it down.
 
Facebook doesn’t always like payment methods being added through the API, especially on newer or low-trust accounts. What worked for me was adding the card manually inside Business Manager first, then handling the rest via API. Also double-check the billing country matches the card — FB gets weird about that too. What exact error are you seeing? That might help narrow it down.
yes but i am having problem with platform_trust_token field when adding payment method via api
 
If you are trying to add payment method in Facebook Ads Manager, meta does not allow it using API, but you may assign an existing payment method already added via UI to an ad account via the API.
 
Back
Top