# /payment

{% hint style="info" %}
Currently we only support Coinbase Commerce for Crypto Payments.
{% endhint %}

### /payment create \<processor> \<amount> \<description>

Creates a new hosted url for a payment using the given parameters. Each processor requires configuration under the Payments area of the admin panel

| Parameter Name | Type   | Optional | Description                                                                                                                         |
| -------------- | ------ | -------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| processor      | Select | no       | Prefilled list of available processors supported by Betsy. Each type requires configuration in the Payments area of the admin panel |
| amount         | Number | no       | The amount for the payment. In USD                                                                                                  |
| description    | String | no       | The description for the payment                                                                                                     |


---

# 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.betsybot.xyz/global-commands/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.
