> For the complete documentation index, see [llms.txt](https://docs.pandablue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandablue.com/api-reference-1/deposits-api.md).

# Deposits API

- [Security aspects](https://docs.pandablue.com/api-reference-1/deposits-api/security-aspects.md)
- [Calculating the Signature](https://docs.pandablue.com/api-reference-1/deposits-api/security-aspects/calculating-the-signature.md): Learn how to calculate and send the Signature header value to verify requests integrity
- [Payment methods](https://docs.pandablue.com/api-reference-1/deposits-api/payment-methods.md)
- [Get payment methods](https://docs.pandablue.com/api-reference-1/deposits-api/payment-methods/get-payment-methods.md)
- [Manage payments](https://docs.pandablue.com/api-reference-1/deposits-api/manage-payments.md)
- [Create deposit](https://docs.pandablue.com/api-reference-1/deposits-api/manage-payments/create-deposit.md)
- [Create deposit (credit card operations)](https://docs.pandablue.com/api-reference-1/deposits-api/manage-payments/create-deposit-credit-card-operations.md)
- [Get deposit status](https://docs.pandablue.com/api-reference-1/deposits-api/manage-payments/get-deposit-status.md)
- [API Codes](https://docs.pandablue.com/api-reference-1/deposits-api/manage-payments/api-codes.md)
- [Saving cards (card-on-file)](https://docs.pandablue.com/api-reference-1/deposits-api/saving-cards-card-on-file.md)
- [Store a card](https://docs.pandablue.com/api-reference-1/deposits-api/saving-cards-card-on-file/store-a-card.md)
- [Retrieve a stored card](https://docs.pandablue.com/api-reference-1/deposits-api/saving-cards-card-on-file/retrieve-a-stored-card.md)
- [Delete a stored card](https://docs.pandablue.com/api-reference-1/deposits-api/saving-cards-card-on-file/delete-a-stored-card.md)
- [Manage subscriptions](https://docs.pandablue.com/api-reference-1/deposits-api/manage-subscriptions.md)
- [Create a subscription (OneShot)](https://docs.pandablue.com/api-reference-1/deposits-api/manage-subscriptions/create-a-subscription-oneshot.md)
- [Create a subscription (Server2Server)](https://docs.pandablue.com/api-reference-1/deposits-api/manage-subscriptions/create-a-subscription-server2server.md)
- [Get a subscription](https://docs.pandablue.com/api-reference-1/deposits-api/manage-subscriptions/get-a-subscription.md)
- [Cancel a subscription](https://docs.pandablue.com/api-reference-1/deposits-api/manage-subscriptions/cancel-a-subscription.md)
- [Manage refunds](https://docs.pandablue.com/api-reference-1/deposits-api/manage-refunds.md)
- [Create refund](https://docs.pandablue.com/api-reference-1/deposits-api/manage-refunds/create-refund.md)
- [Get refund status](https://docs.pandablue.com/api-reference-1/deposits-api/manage-refunds/get-refund-status.md)
- [API Codes](https://docs.pandablue.com/api-reference-1/deposits-api/manage-refunds/api-codes.md)
- [Currency exchange](https://docs.pandablue.com/api-reference-1/deposits-api/currency-exchange.md)
- [Get currency exchange](https://docs.pandablue.com/api-reference-1/deposits-api/currency-exchange/get-currency-exchange.md)
- [Get crypto exchange](https://docs.pandablue.com/api-reference-1/deposits-api/currency-exchange/get-crypto-exchange.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 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, and the optional `goal` query parameter:

```
GET https://docs.pandablue.com/api-reference-1/deposits-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
