# Payment

Payment Field creates a payment button within a result row. The button is not visible in the microapp submit form itself. Payment settings are defined at result level (once created).

Payment functionality allows users to make payments through the Buzzy platform.

### Settings

**Note:** button configuration is done only on a result/row level. This means it’s not suited to a form/data gathering use-case (ie where you create a form for users to submit data). It would be used in a scenario where you create a form via a microapp in a Buzz, then use that microapp form to create one or more result rows, each of which includes a payment button. You would then edit the payment button settings in each result row, and your end-users/audience would then view these rows and click the payment button in this result view to make a payment. They would not submit new results via the microapp form themselves.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buzzy.buzz/the-building-blocks/datatables-fields-and-data/advanced-fields/payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
