Skip to content

Commit

Permalink
Improve docs: Add payment setting doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ouadie-lahdioui committed Jun 2, 2018
1 parent baa1ab4 commit f66698f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/readme-facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,21 @@ Remove the home_url setting

Get the home_url

### controller.api.messenger_profile.payment_settings()
| Argument | Description
|--- |---
| payload | A JSON object with the properties `privacy_url`, `public_key`, `testers`

View [the facebook documentation](https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/payment-settings) for more details.

### controller.api.messenger_profile.delete_payment_settings()

Remove the payment_settings setting

### controller.api.messenger_profile.get_payment_settings()

Get the payment_settings property of your bot's Messenger Profile

#### Using the The Messenger Profile API

```js
Expand Down

0 comments on commit f66698f

Please sign in to comment.