# Channel payment

Channel Payment is the actual payment made by the customer. The transaction of the `ChannelPayment` type is automatically created in your account whenever the user sends the cryptocurrency to the channel address. Each channel payment has statuses - every time channel payment changes its status, Cryptopay sends [callbacks](https://developers.cryptopay.me/guides/api-basics/callbacks) to the Callback URL.

Every time the transaction is found at the channel address, we create a channel payment with `pending` status. This means that the payment has just been detected, but has not yet been validated by the network. When the transaction is completely validated and confirmed by the network, the payment status changes to `completed`.<br>


---

# 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.cryptopay.me/guides/channels/channel-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.
