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

# Interfaces

- [Payment API (aka JSON API)](https://docs.saferpay.com/home/interfaces/payment-api.md): Versatile API for creating payments
- [Management API](https://docs.saferpay.com/home/interfaces/management-api.md): Automate your invoicing process with Saferpay
- [Backoffice](https://docs.saferpay.com/home/interfaces/backoffice.md): Saferpay Backoffice User Manual
- [The Home screen](https://docs.saferpay.com/home/interfaces/backoffice/the-homescreen.md)
- [Batch Processing](https://docs.saferpay.com/home/interfaces/backoffice/batch-processing.md): Interface specification
- [Transactions](https://docs.saferpay.com/home/interfaces/backoffice/transactions.md)
- [Transaction Details](https://docs.saferpay.com/home/interfaces/backoffice/transactions/journal-details.md)
- [Batch Close](https://docs.saferpay.com/home/interfaces/backoffice/transactions/batch-close.md)
- [Declined transactions](https://docs.saferpay.com/home/interfaces/backoffice/transactions/declined-reservations.md)
- [Pending authorizations](https://docs.saferpay.com/home/interfaces/backoffice/transactions/pending-authorizations.md)
- [Analytics](https://docs.saferpay.com/home/interfaces/backoffice/transactions/analytics.md)
- [SEPA Refunds Export](https://docs.saferpay.com/home/interfaces/backoffice/transactions/sepa-refunds-export.md)
- [Authorization & Payment](https://docs.saferpay.com/home/interfaces/backoffice/transactions/authorization-and-payment.md)
- [Refund](https://docs.saferpay.com/home/interfaces/backoffice/transactions/refund.md)
- [Risk & Fraud](https://docs.saferpay.com/home/interfaces/backoffice/risk-management.md): Block certain transactions automatically to reduce manual work
- [Secure PayGate / Payment Links](https://docs.saferpay.com/home/interfaces/backoffice/secure-paygate.md): Create individual payment links and send them by mail
- [Multiuse Links/QR-Codes](https://docs.saferpay.com/home/interfaces/backoffice/secure-paygate/multiuse-links-qr-codes.md)
- [Secure Card Data](https://docs.saferpay.com/home/interfaces/backoffice/secure-card-data.md)
- [Secure Card Data Details](https://docs.saferpay.com/home/interfaces/backoffice/secure-card-data/secure-card-data-details.md)
- [Settings](https://docs.saferpay.com/home/interfaces/backoffice/settings.md)
- [JSON API basic/Client Certificate authentication](https://docs.saferpay.com/home/interfaces/backoffice/settings/json-api-basic-client-certificate-authentication.md)
- [User Administration](https://docs.saferpay.com/home/interfaces/backoffice/settings/user-administration.md)
- [Payment Page Configuration](https://docs.saferpay.com/home/interfaces/backoffice/settings/payment-page-configuration.md): Payment Page Configurations provide a simple yet powerful way to customize the payment experience of your customers
- [Online Support](https://docs.saferpay.com/home/interfaces/backoffice/untitled.md)
- [User Profile](https://docs.saferpay.com/home/interfaces/backoffice/user-profile.md)
- [Saferpay OnSite](https://docs.saferpay.com/home/interfaces/saferpay-onsite.md)
- [Feedback](https://docs.saferpay.com/home/interfaces/feedback.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.saferpay.com/home/interfaces.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.
