-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payments api #34
Comments
According to #59
I didn't get App to testing payments API. If I make it only following documents, I can't check API working good or not. Is any idea how can I request payment API? |
Based on the facebook documentation it is just another button type. https://developers.facebook.com/docs/messenger-platform/complete-guide/payments To test the actual payments you need a real world app and go through facebook's approval process. |
so you mean make a |
Buy Button - Messenger Platform.pdf Here is the full description of the buy button: https://developers.facebook.com/docs/messenger-platform/send-api-reference/buy-button Another options facebook has is that they use javascript API: https://developers.facebook.com/docs/messenger-platform/complete-guide/payments#webview_payments Essentially, clicking on a Buy button - either for the Button or the Javascript API - facebook sends a tokenized credit card (a credit card number that has been converted into a short lived token for that transaction). That token can be used with Paypal, Stripe or another payment processor to process the payment. Since you are overseas and if you are having trouble accessing these documents the links above, please ping me and I can email these to you. I have attached the PDF version of the pages so that you can go through them. |
I can get those documents, but I can't request beta. It's a big problem for develop library, because I can't confirm the method is working or not. |
Pending!!
Not in US. I CAN'T apply for beta program.
The text was updated successfully, but these errors were encountered: