# FCF Pay API Docs

## FCF Pay API Docs

- [Intro](https://api-docs.fcfpay.com/intro.md): Introduction to FCFpay API
- [Quick Start](https://api-docs.fcfpay.com/quick-start.md): Getting an API token to make requests.
- [API Requests - V2](https://api-docs.fcfpay.com/reference/api-requests-v2.md): Currently only valid for sandbox.fcfpay.com. Will be added to live environment in W3 of July.
- [Create Order](https://api-docs.fcfpay.com/reference/api-requests-v2/create-order.md): Create an order
- [Create Invoice](https://api-docs.fcfpay.com/reference/api-requests-v2/create-invoice.md): Create an Invoice
- [Deposit Callback](https://api-docs.fcfpay.com/reference/api-requests-v2/deposit-callback.md): Webhook after receving payment.
- [Check Order](https://api-docs.fcfpay.com/reference/api-requests-v2/check-order.md): Get order information
- [Check Orders](https://api-docs.fcfpay.com/reference/api-requests-v2/check-orders.md): Get order information
- [API Requests - V1 - deprecated!](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated.md): Will be deprecated in August 2022
- [Create Order](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated/create-order.md): Create an order
- [Deposit Callback](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated/deposit-callback.md): Webhook after receving payment.
- [Check Source](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated/check-source.md): Check the source
- [Check Order](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated/check-order.md): Get order information
- [Check Orders](https://api-docs.fcfpay.com/reference/api-requests-v1-deprecated/check-orders.md): Get order information


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-docs.fcfpay.com/intro.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.
