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

# Connector Service

- [Overview](https://docs.hyperswitch.io/connector-service/connector-service.md)
- [Architecture](https://docs.hyperswitch.io/connector-service/architecture.md)
- [Architecture Overview](https://docs.hyperswitch.io/connector-service/architecture/architecture-overview.md)
- [API Reference](https://docs.hyperswitch.io/connector-service/api-reference.md)
- [Domain Schema](https://docs.hyperswitch.io/connector-service/api-reference/domain-schema.md)
- [Payment Service](https://docs.hyperswitch.io/connector-service/api-reference/payment-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/overview.md)
- [Create Order](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/create-order.md)
- [Authorize](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/authorize.md)
- [Capture](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/capture.md)
- [Void](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/void.md)
- [Refund](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/refund.md)
- [Get](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/get.md)
- [Reverse](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/reverse.md)
- [Setup Recurring](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/setup-recurring.md)
- [Incremental Authorization](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/incremental-authorization.md)
- [Verify Redirect Response](https://docs.hyperswitch.io/connector-service/api-reference/payment-service/verify-redirect-response.md)
- [Customer Service](https://docs.hyperswitch.io/connector-service/api-reference/customer-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/customer-service/overview.md)
- [Create](https://docs.hyperswitch.io/connector-service/api-reference/customer-service/create.md)
- [Refund Service](https://docs.hyperswitch.io/connector-service/api-reference/refund-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/refund-service/overview.md)
- [Get](https://docs.hyperswitch.io/connector-service/api-reference/refund-service/get.md)
- [Dispute Service](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service/overview.md)
- [Accept](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service/accept.md)
- [Defend](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service/defend.md)
- [Get](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service/get.md)
- [Submit Evidence](https://docs.hyperswitch.io/connector-service/api-reference/dispute-service/submit-evidence.md)
- [Event Service](https://docs.hyperswitch.io/connector-service/api-reference/event-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/event-service/overview.md)
- [Handle](https://docs.hyperswitch.io/connector-service/api-reference/event-service/handle.md)
- [Payment Method Service](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-service/overview.md)
- [Tokenize](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-service/tokenize.md)
- [Payment Method Authentication Service](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-authentication-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-authentication-service/overview.md)
- [Pre-authenticate](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-authentication-service/pre-authenticate.md)
- [Authenticate](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-authentication-service/authenticate.md)
- [Post-authenticate](https://docs.hyperswitch.io/connector-service/api-reference/payment-method-authentication-service/post-authenticate.md)
- [Merchant Authentication Service](https://docs.hyperswitch.io/connector-service/api-reference/merchant-authentication-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/merchant-authentication-service/overview.md)
- [Create Access Token](https://docs.hyperswitch.io/connector-service/api-reference/merchant-authentication-service/create-access-token.md)
- [Create Session Token](https://docs.hyperswitch.io/connector-service/api-reference/merchant-authentication-service/create-session-token.md)
- [Create SDK Session Token](https://docs.hyperswitch.io/connector-service/api-reference/merchant-authentication-service/create-sdk-session-token.md)
- [Recurring Payment Service](https://docs.hyperswitch.io/connector-service/api-reference/recurring-payment-service.md)
- [Overview](https://docs.hyperswitch.io/connector-service/api-reference/recurring-payment-service/overview.md)
- [Charge](https://docs.hyperswitch.io/connector-service/api-reference/recurring-payment-service/charge.md)
- [Revoke](https://docs.hyperswitch.io/connector-service/api-reference/recurring-payment-service/revoke.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.hyperswitch.io/connector-service.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.
