# PENNY API General Integration&#x20;

- [Penny API - Operations](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations.md): API Manual - Third party service full API Onramp/Offramp
- [Account Information + Get uuid Initial Transaction](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/account-information-+-get-uuid-initial-transaction.md): We obtain the company registration data & User ID session in our alfredpay ecosystem.
- [KYC Lite + Get Access Token](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/kyc-lite-+-get-access-token.md): Send user of wallet to undergo KYC lite and sign in/up.
- [KYC Full](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/kyc-full.md): Send document of the user to undergo KYC Full.
- [Payment Method + Get Process Token](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/payment-method-+-get-process-token.md): Get Token & payment method of the user
- [Add Bank or Update Bank](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/add-bank-or-update-bank.md): Add or update User's bank
- [Submit Transaction](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/submit-transaction.md): Create a transaction, withdrawal, and invoice during pending status
- [{URL-Customer-Webhook}](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/url-customer-webhook.md): Create a webhook to communicate with the alfred ecosystem to receive invoices
- [Approval Invoice (Pay Out Only)](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-operations/approval-invoice-pay-out-only.md): Approval or Cancel Invoice
- [Penny API - Reports](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports.md): Consult Invoice/Transactions
- [Consult Quote](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports/consult-quote.md): Consult exchange for currency pair.
- [Consult Payment Wallet](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports/consult-payment-wallet.md): Consult wallet address for payment.
- [Consult All Invoices](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports/consult-all-invoices.md): Consult all invoices of a Withdrawal or Deposit
- [Consult Individual Invoice by Invoice ID](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports/consult-individual-invoice-by-invoice-id.md): Consult an invoice of a Withdrawal or Deposit by ID
- [Consult transactions by User's Wallet](https://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration/penny-api-reports/consult-transactions-by-users-wallet.md): Consult transactions of either withdrawal or deposits by a user's wallet


---

# 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://alfred.gitbook.io/alfred-integration-docs/penny-api-general-integration.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.
