# Developer Documentation

## OurPass Developer Documentation

- [Welcome to OurPass Developer Documentation 🥳](https://docs.ourpass.co/master.md)
- [Quick Start Guide🚓](https://docs.ourpass.co/quick-start-guide.md)
- [Errors🚦](https://docs.ourpass.co/quick-start-guide/errors.md): Errors are usually returned as explained in the table with a HTTP status code
- [Test Cards💳](https://docs.ourpass.co/quick-start-guide/test-cards.md)
- [OurPass Checkout Button 🔘](https://docs.ourpass.co/ourpass-branding.md): OurPass Checkout Button
- [Collect Payment via the Checkout Button🔘](https://docs.ourpass.co/checkout-button-on-your-website.md): Receive payments using our One-click checkout 🖱
- [OurPass Inline - HTML](https://docs.ourpass.co/checkout-button-on-your-website/ourpass-inline-html.md): This is the HTML & Vanilla javascript library for implementing Ourpass checkout button on your platform. This library would help you integrate the button into your system in no time😌
- [OurPass Inline - Angular.js](https://docs.ourpass.co/checkout-button-on-your-website/ourpass-inline-angular.js.md): This is the Angular.js library for implementing Ourpass checkout button on your platform. This library would help you integrate the button into your system in no time😌
- [OurPass Inline - React.js](https://docs.ourpass.co/checkout-button-on-your-website/ourpass-inline-react.js.md): This is the React.js library for implementing Ourpass checkout button on your platofrm. This library would help you integrate the button into your system in no time😌
- [OurPass Inline - Vue.js](https://docs.ourpass.co/checkout-button-on-your-website/ourpass-inline-vue.js.md): This is the Vue.js library for implementing Ourpass checkout button on your platform. This library would help you integrate the button into your system in no time😌
- [SDKs and Plugins📱](https://docs.ourpass.co/sdks-and-plugins.md)
- [Banks 🏦](https://docs.ourpass.co/sdks-and-plugins/banks.md)
- [WooCommerce Plugin](https://docs.ourpass.co/sdks-and-plugins/woocommerce-plugin.md): How to install OurPass on WordPress
- [AdobeCommerce Plugin](https://docs.ourpass.co/sdks-and-plugins/adobecommerce-plugin.md)
- [Connect🖇](https://docs.ourpass.co/connect.md)
- [Create a Connected Account](https://docs.ourpass.co/connect/create-a-connected-account.md)
- [Get Connected Accounts](https://docs.ourpass.co/connect/get-connected-accounts.md)
- [Accepting Payments with Connected Accounts](https://docs.ourpass.co/connect/accepting-payments-with-connected-accounts.md)
- [Connected Account Transactions](https://docs.ourpass.co/connect/connected-account-transactions.md)
- [Update/Overhaul Connected Account](https://docs.ourpass.co/connect/update-overhaul-connected-account.md)
- [Delete Connected Account](https://docs.ourpass.co/connect/delete-connected-account.md)
- [API Reference※](https://docs.ourpass.co/api-reference.md)
- [Banks🏦](https://docs.ourpass.co/api-reference/banks.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ourpass.co/master.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.
