> For the complete documentation index, see [llms.txt](https://docs.payvalida.com/api-recaudo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payvalida.com/api-recaudo/api-recaudo-en/master.md).

# Get Started

{% hint style="info" %}
Version 3.0.0
{% endhint %}

To complete a payment with Payvalida:

1. [Register](/api-recaudo/api-recaudo-en/purchase-orders/register.md) a purchase order using our API, administrative module or our Plug-ins.
2. Redirect your customer to our **Check-out** (You get the URL from the registration process)
3. Receive a [notification](/api-recaudo/api-recaudo-en/notification.md) when the payment completes (Prepare your Webhook URL and send it to us)

You can [get the data](/api-recaudo/api-recaudo-en/purchase-orders/consult.md) of an order using our **API**, you can also [modify](/api-recaudo/api-recaudo-en/purchase-orders/update.md) or [eliminate](/api-recaudo/api-recaudo-en/purchase-orders/delete.md) it.

Our API is composed of four parts: Purchase orders, notification, country codes and payment methods.

<figure><img src="/files/ZwIXzwUfqGofC5yWFHYe" alt=""><figcaption></figcaption></figure>

## Purchase orders <a href="#ordenes-de-compra" id="ordenes-de-compra"></a>

Here you can [register](/api-recaudo/api-recaudo-en/purchase-orders/register.md#registrar), [consult](/api-recaudo/api-recaudo-en/purchase-orders/consult.md#consultar), [update](/api-recaudo/api-recaudo-en/purchase-orders/update.md#actualizar) and[ delete](/api-recaudo/api-recaudo-en/purchase-orders/delete.md#eliminar) your purchase orders.

## [**Notification**](/api-recaudo/api-recaudo-en/notification.md)

The notification process reports to each commerce the orders that have changed status, meaning that the process notifies if Payvalida receives the payment, the order expires or by any other reason that makes the order change its status.

## [**Country codes and currencies**](/api-recaudo/api-recaudo-en/country-currency-codes.md)

List of supported countries with their country codes and currencies.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.payvalida.com/api-recaudo/api-recaudo-en/master.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.
