> For the complete documentation index, see [llms.txt](https://cryptadium.gitbook.io/cryptadium-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptadium.gitbook.io/cryptadium-api/basics/editor/recurring-payment.md).

# Recurring payment

## Creating a recurring payment from a payment form

> Create a recurring payment page\
> This endpoint allows you to create a new recurring payment page,  the payment will be recreated after the number of days specified in \`Period\`.

```json
{"openapi":"3.0.3","info":{"title":"Cryptadium","version":"1.0.0"},"tags":[{"name":"API V 2.0"}],"servers":[{"url":"https://dashboard.cryptadium.com"}],"paths":{"/api/v1/payment/pages/recurrent":{"post":{"tags":["API V 2.0"],"summary":"Creating a recurring payment from a payment form","description":"Create a recurring payment page\nThis endpoint allows you to create a new recurring payment page,  the payment will be recreated after the number of days specified in `Period`.","operationId":"c","requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"Amount":{"type":"string"},"AmountFiat":{"type":"string"},"BillingId":{"type":"string"},"CheckBilling":{"type":"string"},"ClientId":{"type":"string"},"Currency":{"type":"string"},"Email":{"type":"string"},"FiatCurrency":{"type":"string"},"Lastname":{"type":"string"},"Name":{"type":"string"},"ShopId":{"type":"string"},"Period":{"type":"string"},"Percent":{"type":"string"},"PaymentsAmount":{"type":"string"}}}}}},"responses":{"200":{"description":"Creating a recurring payment from a payment form","content":{"text/plain":{}}}}}}}}
```

{% openapi src="/files/v0XqKZJ8b8s8SJO6UDfp" path="/api/v1/payment/recurrent" method="post" %}
[cryptadium\_openapi\_ENG\_2 (3).yml](https://795073012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAWqyEFylPpQUQsRqrZu6%2Fuploads%2F0cwZxd7AC8Irf99qgLn7%2Fcryptadium_openapi_ENG_2%20\(3\).yml?alt=media\&token=0e1efd4b-2c92-4a17-b0b6-bc85176f8f2e)
{% endopenapi %}
