> For the complete documentation index, see [llms.txt](https://docs.betsybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betsybot.xyz/global-commands/payment.md).

# /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                                                                                                     |
