# OwlPay Developer Docs Documentation > OwlPay API is a RESTful API designed to read and write data on the OwlPay platform. You can use it to access OwlPay’s features and seamlessly integrate them with your system. ## Guides - [Quick Start](https://developers.owlpay.com/docs/start-owlpay-api-integration.md) - [Merchant Acquiring Solution](https://developers.owlpay.com/docs/payment-intent.md) - [B2B Payout Solution](https://developers.owlpay.com/docs/b2b-payout-solution.md) - [Crypto Wallet Solution](https://developers.owlpay.com/docs/stablecoin-wallet-solution.md) - [Payment intent life cycle](https://developers.owlpay.com/docs/create-a-payment-intent.md) - [Create and manage payment intent (Stablecoin support)](https://developers.owlpay.com/docs/stable-coin-checkout.md): We have now upgraded our checkout to support stablecoin for U.S merchants! - [Idempotent Requests](https://developers.owlpay.com/docs/idempotent-requests.md) - [API Key](https://developers.owlpay.com/docs/api-key.md) - [API Request Logs](https://developers.owlpay.com/docs/logs.md) - [Status for B2B payout solution](https://developers.owlpay.com/docs/status-enum.md): OwlPay object status enum. - [Status for Merchant acquiring solution](https://developers.owlpay.com/docs/status-enum-copy.md): OwlPay object status enum. - [Webhook](https://developers.owlpay.com/docs/webhook.md) - [Integrate with OwlPay Harbor (Stellar Anchor)](https://developers.owlpay.com/docs/integrate-with-owlpay-harbor-stellar-anchor.md): OwlPay Harbor: Seamless Integration for Financial Services & KYC/AML Services - [MCP Online Server](https://developers.owlpay.com/docs/mcp.md) ## API Reference - [Retrieve an application](https://developers.owlpay.com/reference/retrieveanapplication.md) - [Batch attach tags](https://developers.owlpay.com/reference/batchattachtags.md) - [List all webhook's events](https://developers.owlpay.com/reference/listallwebhooksevents.md) - [List all webhooks](https://developers.owlpay.com/reference/listallwebhooks.md) - [Create a webhook](https://developers.owlpay.com/reference/createawebhook.md) - [Retrieve a webhook](https://developers.owlpay.com/reference/retrieveawebhook.md) - [Update a webhook](https://developers.owlpay.com/reference/updateawebhook.md) - [Delete a webhook](https://developers.owlpay.com/reference/deleteawebhook.md) - [List all customers](https://developers.owlpay.com/reference/listallcustomers.md) - [Create a customer](https://developers.owlpay.com/reference/createacustomer.md) - [Retrieve a customer](https://developers.owlpay.com/reference/retrieveacustomer.md) - [Update a customer](https://developers.owlpay.com/reference/updateacustomer.md) - [Inactive a Customer](https://developers.owlpay.com/reference/inactiveacustomer.md) - [Attach tags to Customer](https://developers.owlpay.com/reference/attachtagstocustomer.md) - [List of Payment Intents of Customer](https://developers.owlpay.com/reference/listofpaymentintentsofcustomer.md) - [Get Summary of Payment Intent](https://developers.owlpay.com/reference/getsummaryofpaymentintent.md) - [List all Payment Intents](https://developers.owlpay.com/reference/listallpaymentintents.md) - [Get a Payment Intent](https://developers.owlpay.com/reference/getapaymentintent.md) - [Create a Payment Intent](https://developers.owlpay.com/reference/createapaymentintent.md) - [Update a Payment Intent](https://developers.owlpay.com/reference/updateapaymentintent.md) - [Authorize a Payment Intent](https://developers.owlpay.com/reference/authorizeapaymentintent.md) - [Cancel a Payment Intent authorization](https://developers.owlpay.com/reference/cancelapaymentintentauthorization.md) - [Capture a Payment Intent](https://developers.owlpay.com/reference/captureapaymentintent.md): Sandbox only - [Cancel a Payment Intent Transaction](https://developers.owlpay.com/reference/cancelapaymentintenttransaction.md) - [Settle a Payment Intent](https://developers.owlpay.com/reference/settleapaymentintent.md): Sandbox only - [Disburse a Payment Intent](https://developers.owlpay.com/reference/disbursearefundedpaymentintent.md): Sandbox only - [List all Refunds of Payment Intent](https://developers.owlpay.com/reference/listallrefundsofpaymentintent.md) - [Refund a Payment Intent](https://developers.owlpay.com/reference/refundapaymentintent.md) - [Cancel a Payment Intent Refund](https://developers.owlpay.com/reference/cancelapaymentintentrefund.md) - [Get timeline of Payment Intent](https://developers.owlpay.com/reference/gettimelineofpaymentintent.md) - [Attach tags to Payment Intent](https://developers.owlpay.com/reference/attachtagstopaymentintent.md) - [List all orders](https://developers.owlpay.com/reference/listallorders.md) - [Create an order](https://developers.owlpay.com/reference/createanorder.md) - [Create orders (batch)](https://developers.owlpay.com/reference/createordersbatch.md) - [Cancel orders (batch)](https://developers.owlpay.com/reference/cancelordersbatch.md) - [Retrieve an order](https://developers.owlpay.com/reference/retrieveanorder.md) - [Update an order](https://developers.owlpay.com/reference/updateanorder.md) - [Execute an order payout](https://developers.owlpay.com/reference/executeanorderpayout.md) - [Attach order's tags](https://developers.owlpay.com/reference/attachorderstags.md) - [List all reconciliations](https://developers.owlpay.com/reference/listallreconciliations.md) - [Create a reconciliation](https://developers.owlpay.com/reference/createareconciliation.md) - [Retrieve a reconciliation](https://developers.owlpay.com/reference/retrieveareconciliation.md) - [List all vendor's invitations](https://developers.owlpay.com/reference/listallvendorsinvitations.md) - [Create a vendor's invitation](https://developers.owlpay.com/reference/createavendorsinvitation.md) - [List all vendor's remit info](https://developers.owlpay.com/reference/listallvendorsremitinfo.md) - [Apply vendor's remit info](https://developers.owlpay.com/reference/applyvendorsremitinfo.md) - [List all vendors](https://developers.owlpay.com/reference/listallvendors.md) - [Create a vendor](https://developers.owlpay.com/reference/createavendor.md) - [Retrieve a vendor](https://developers.owlpay.com/reference/retrieveavendor.md) - [Update a vendor](https://developers.owlpay.com/reference/updateavendor.md) - [Delete a vendor](https://developers.owlpay.com/reference/deleteavendor.md) - [List all vendor's orders](https://developers.owlpay.com/reference/listallvendorsorders.md) ## Pages - [Get an API Key](https://developers.owlpay.com/page/get-an-api-key.md)