I created a bot and I am trying to test Buy button following the instructions at https://developers.facebook.com/docs/messenger-platform/payments#test_payments and I did set is_test_payment to true. But I got the error “(#1158) No valid payment provider found. Please add a valid payment provider, it can be tokenized payment, stripe or paypal.” I understand the payment is currently only available to US, but I found no place to specify the location of my page is US. How should I fix this?
Facebook messenger payment error
148 Views Asked by appthumb At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in FACEBOOK-MESSENGER
- Facebook Messenger sending metadata (Android)
- facebook messanger -wit.ai integration -Chatbot -heroku deployed
- Recieve a image in facebook bot messenger using php
- Are Facebook Messenger page-scoped IDs globally unique?
- How to send rich text card using Microsoft Bot Framework and Facebook Messenger?
- Facebook Messenger Location in nodeJs
- Using Messenger bot to get data from a json url and show it to user
- Messenger: attachment type 'video' not working correctly?
- Messenger Bot in NodeJS - Get Started Button Has No Color
- Good approach to achieve Android facebook messenger type input keyboard
- Is there a way to generate a map directions image (for fb messenger bot usage)
- Listen for user inputs on Messenger
- Facebook messenger webhooks failing to receive updates
- Redirect Messenger bot user to Messenger after Login with Passport
- How to save/copy Facebook image URL to my SERVER as an image?
Related Questions in FACEBOOK-MESSENGER-BOT
- Recieve a image in facebook bot messenger using php
- Are Facebook Messenger page-scoped IDs globally unique?
- how to trace user reply to a specific chatbot message in node.js
- How to get a new session access token in Facebook Messenger Bot
- How to place buttons inline in Facebook messenger bot?
- Messenger Platform: Webhook failing
- Facebook messenger bot- am not able to close the window on click of button
- Facebook Bulk API: Request order is not preserved
- Facebook Messenger Platform: Language on facebook generated quick replies
- Rendering Facebook Messenger "Send to Messenger" Plugins When Previously Authenticated
- Attach "quick replies" to every message on supported channels - NodeJS bot
- Wit.ai How to add dynamic Quick Replies
- How to add a Share button in the persistent menu?
- Accessing property from class - php
- can Facebook Messenger bot chat with different business pages through single app?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have to set up a payment provider, even if you are going to be testing payments. Tokenized payments is the easiest way to go, just generate a key and add it with the Messenger Profile API.