# Payment Methods

{% hint style="info" %}
**To request a payment method, reach out to our dedicated support team at** [**support@abyiss.com**](mailto:support@abyiss.com)**. We're here to assist you!**
{% endhint %}

## Supported Payment Methods

### [Bank Accounts Management](/octane-api/apis/payment-methods/bank-accounts.md)

* **Wires:** Swift and secure wire transfers.
* **ACH Transactions:** Streamlined ACH transactions for your convenience.

**Features:**

* Retrieve a comprehensive list of bank accounts associated with your API key.
* Access specific bank account details by querying with the bank account ID.
* Create new bank accounts effortlessly by providing essential details in the request body.

### [Wallets Management](/octane-api/apis/payment-methods/wallets.md)

* **Crypto Wallets:** Manage your cryptocurrency wallets effortlessly.
* **Blockchains:** Explore and leverage various blockchain technologies.

**Features:**

* Obtain a detailed list of wallets linked to your specific API key.
* Fetch specific wallet details by querying with the wallet ID.
* Facilitate the creation of new wallets seamlessly by submitting wallet information in the request body.

This API simplifies the integration of payment methods into your applications, providing developers with the flexibility to efficiently organize and leverage financial data within the Octane ecosystem. Feel free to explore the possibilities and enhance your payment processing capabilities.


---

# 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.abyiss.com/octane-api/apis/payment-methods.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.
