# Core API

- [Create Account](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/create-account.md)
- [List Account](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/list-account.md)
- [Get Account](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/get-account.md)
- [Create Transfer](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/create-transfer.md)
- [Get Transfer by Reference](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/get-transfer-by-reference.md)
- [Create Payout](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/create-payout.md)
- [Payout Webhook (Finnet -> Partner)](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/payout-webhook-finnet-greater-than-partner.md)
- [Get Payout by ID](https://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api/get-payout-by-id.md)


---

# 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://docs.finpay.id/api-reference/finpay-wallet-as-a-service/core-api.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.
