# PIS API v1.0

## PIS API v1.0

- [Getting Started](https://docs.pis.ng/v1.0/getting-started.md)
- [Recommendations](https://docs.pis.ng/v1.0/recommendations.md)
- [Virtual Bank Account](https://docs.pis.ng/v1.0/collections/virtual-bank-account.md)
- [Create Account](https://docs.pis.ng/v1.0/collections/virtual-bank-account/create-account.md)
- [Get Account](https://docs.pis.ng/v1.0/collections/virtual-bank-account/get-account.md)
- [Fetch Accounts](https://docs.pis.ng/v1.0/collections/virtual-bank-account/fetch-accounts.md)
- [Webhooks](https://docs.pis.ng/v1.0/collections/virtual-bank-account/webhooks.md)
- [Sub-accounts](https://docs.pis.ng/v1.0/collections/sub-accounts.md): Coming soon.
- [Installments](https://docs.pis.ng/v1.0/collections/installments.md): Coming soon.
- [Bank Transfer](https://docs.pis.ng/v1.0/payouts/bank-transfer.md)
- [Initiate Transaction](https://docs.pis.ng/v1.0/payouts/bank-transfer/initiate-transaction.md)
- [Verify Transaction](https://docs.pis.ng/v1.0/payouts/bank-transfer/verify-transaction.md)
- [Fetch Transactions](https://docs.pis.ng/v1.0/payouts/bank-transfer/fetch-transactions.md)
- [Get Balance](https://docs.pis.ng/v1.0/misc/get-balance.md)
- [Get Account Details](https://docs.pis.ng/v1.0/misc/get-account-details.md)
- [Resolve Account](https://docs.pis.ng/v1.0/misc/resolve-account.md)
- [Get Bank List](https://docs.pis.ng/v1.0/misc/get-bank-list.md)


---

# 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://docs.pis.ng/v1.0/getting-started.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.
