# Recurring

You can perform recurring payments by just adding one additional parameter, `recurringType`, to the payment request.

A recurring workflow consists of two phases:

1. The initial payment request
2. Subsequent payment requests

[Initial Payment](https://developers.primeiropay.com/getting-started/server-to-server-api/recurring-1/initial-payment)

[Repeated Payment](https://developers.primeiropay.com/getting-started/server-to-server-api/recurring-1/repeated-payment)

[Schedule a Payment](https://primeiro-pay.gitbook.io/primeiro-pay/getting-started/pci-complience/recurring-1/untitled-1-1)

####

####


---

# 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://developers.primeiropay.com/getting-started/server-to-server-api/recurring-1.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.
