# Meow API ## Docs - [Meow API for business banking, transfers, and invoicing](https://developer.meow.com/introduction.md): Build with the Meow API to access bank accounts, send ACH, wire, book, and USDC transfers, manage contacts, and issue invoices for your business. - [Quickstart: make your first Meow API call in minutes](https://developer.meow.com/getting-started.md): Generate an API key, send your first authenticated request, and explore Meow sandbox and production environments for testing and live integrations. - [Authenticate Meow API requests with x-api-key headers](https://developer.meow.com/authentication.md): Authenticate Meow API requests with x-api-key, scope calls to a specific entity using x-entity-id, and manage API keys from the Meow dashboard. - [Meow API error codes, response format, and debugging](https://developer.meow.com/errors.md): Understand the JSON error response format and reference the common Meow API error codes for accounts, transactions, contacts, and authentication failures. - [Connect AI assistants to Meow with the MCP server](https://developer.meow.com/mcp-server.md): Connect Claude, Cursor, ChatGPT, and other AI assistants to your Meow account over MCP. Read balances, transactions, and cards, and draft payments you approve. - [Connect Claude, Cursor, VS Code, and ChatGPT to Meow MCP](https://developer.meow.com/mcp/connect.md): Step-by-step setup for connecting Claude.ai, Claude Code, Cursor, VS Code, ChatGPT, Goose, and other MCP clients to the Meow MCP server with OAuth or API keys. - [Meow MCP authentication, OAuth flow, and permission scopes](https://developer.meow.com/mcp/authentication.md): How the Meow MCP server authenticates AI assistants: OAuth 2.1 with PKCE, the post-login scope picker, API keys, and what each meow.* scope grants. - [Meow MCP tool reference: accounts, cards, transfers, billing](https://developer.meow.com/mcp/tools.md): Every tool the Meow MCP server exposes, grouped by resource: accounts, balances, transactions, contacts, cards, transfers, billing, with required scopes. - [Meow MCP security: human approval and least-privilege scopes](https://developer.meow.com/mcp/security.md): How the Meow MCP server protects your money: payments drafted for human approval, least-privilege scopes, audited tool calls, and prompt-injection containment. - [Troubleshoot the Meow MCP server: connection and auth errors](https://developer.meow.com/mcp/troubleshooting.md): Fix common Meow MCP issues: tools not appearing, network egress, OAuth re-authentication, scope and permission errors, drafted transfers, and getting support. - [Onboard a business entity via the API](https://developer.meow.com/guides/onboarding.md): Create a business entity with a global API key and complete KYB: business details, representatives, KYC, documents, and submission via next_step. - [Manage USDC cryptocurrency contacts via the Meow API](https://developer.meow.com/guides/contacts.md): Create, list, retrieve, update, and delete cryptocurrency contacts to send USDC across Ethereum, Solana, and Base networks with the Meow API. - [Send book and USDC transfers with the Meow API](https://developer.meow.com/guides/transfers.md): Step-by-step guide to moving funds with the Meow API using internal book transfers between accounts and USDC transfers to cryptocurrency contacts. - [Create and send invoices with the Billing API](https://developer.meow.com/guides/invoicing.md): Set up products and customers, then issue invoices with line items, discounts, and the payment methods you accept, one-off or recurring. - [Create and track vendor bills via the API](https://developer.meow.com/guides/billpay.md): Draft bills payable to your vendors, attach invoices, track them through payment, and schedule recurring bills, all as drafts for dashboard approval. - [Issue and manage cards with the Meow API](https://developer.meow.com/guides/cards.md): Step-by-step guide to issuing virtual cards, setting spend limits and merchant restrictions, freezing and revoking cards, and reviewing card transactions. - [Retrieve a card number with the Meow API](https://developer.meow.com/guides/card-numbers.md): Step-by-step guide to securely retrieving the full card number, CVC, and expiration date for a virtual card using a single-use reveal URL. - [Receive webhook events from Meow](https://developer.meow.com/guides/webhooks.md): Subscribe to Meow webhook events, verify HMAC signatures, handle retries and idempotency, and choose between snapshot and thin payload delivery modes. - [Meow API reference: endpoints, payloads, and examples](https://developer.meow.com/api-reference/overview.md): Complete reference for Meow API endpoints covering accounts, balances, transfers, contacts, billing, invoicing, partner onboarding, and routing checks. - [List Accessible Entities](https://developer.meow.com/api-reference/core-api/list-accessible-entities.md): Returns the entities your API key can access, with their IDs and names, so you know which entity ID to pass in the `x-entity-id` header. - [Get Current API Key](https://developer.meow.com/api-reference/core-api/get-current-api-key.md): Returns metadata about the API key used for the current request, including its type and scopes. - [Create Contact](https://developer.meow.com/api-reference/core-api/create-contact.md): Creates a new contact with either ACH, wire, or check payment details or a USDC crypto address. - [List Contacts](https://developer.meow.com/api-reference/core-api/list-contacts.md): Returns a paginated list of contacts, ordered by nickname. Use the `limit` and `offset` query parameters to page through results. - [Get Contact](https://developer.meow.com/api-reference/core-api/get-contact.md): Returns details of a specific contact. - [Update Contact](https://developer.meow.com/api-reference/core-api/update-contact.md): Updates an existing contact and optionally adds new payment methods. - [Delete a Contact](https://developer.meow.com/api-reference/core-api/delete-a-contact.md): Deletes a contact. - [List Bank Accounts](https://developer.meow.com/api-reference/core-api/list-bank-accounts.md): Returns a list of bank accounts. - [Open an Additional Bank Account](https://developer.meow.com/api-reference/core-api/open-account.md): Opens an additional bank account under the given `product`. You must already have an open account of that product, and your business must have completed verification and accepted its required agreements. See `consent` on the entity's onboarding status. The account may open immediately (status `creat… - [Close a Bank Account](https://developer.meow.com/api-reference/core-api/close-account.md): Closes a bank account. The account must have a zero balance and no active cards, scheduled payments, or open invoices. Cancel or remove those first. Supported for checking accounts (grasshopper, tcb, firstbank) and crb accounts. Some accounts close immediately (status `closed`); others process the c… - [Get Account Details](https://developer.meow.com/api-reference/core-api/get-account-details.md): Returns detailed information about a specified bank account. - [Update a Bank Account](https://developer.meow.com/api-reference/core-api/update-account.md): Updates a bank account's `nickname` (display name), shown in the dashboard to distinguish it from other accounts. Supported for checking accounts (grasshopper, tcb, firstbank) and crb accounts. The nickname must be unique among your accounts. - [List Balances for an Account](https://developer.meow.com/api-reference/core-api/list-balances-for-an-account.md): Returns a list of balances for a specified account. - [List Payment Networks for an Account](https://developer.meow.com/api-reference/core-api/list-payment-networks-for-an-account.md): Returns the payment networks supported by a specified account. - [Get Daily Withdrawal Limit](https://developer.meow.com/api-reference/core-api/get-daily-withdrawal-limit.md): Returns your current daily withdrawal limit, the highest you can raise it to, and how much you have withdrawn and can still withdraw today. - [Set Daily Withdrawal Limit](https://developer.meow.com/api-reference/core-api/set-daily-withdrawal-limit.md): Sets the most that can be withdrawn from your accounts in a single day across all transfer types. Must be a whole dollar amount from 0 up to the maximum set for your entity. Set it to 0 to block all outbound transfers while you collect funds, then raise it when you are ready to pay out. - [List Transactions for an Account](https://developer.meow.com/api-reference/core-api/list-transactions-for-an-account.md): Returns a list of transactions for a specified account. - [Get USDC Transaction](https://developer.meow.com/api-reference/core-api/get-usdc-transaction.md): Legacy endpoint for retrieving USDC transaction details. For new integrations, use `GET /accounts/{account_id}/crypto/{transaction_id}`. - [Get Crypto Transaction](https://developer.meow.com/api-reference/core-api/get-crypto-transaction.md): Returns details about a crypto transaction (incoming or outgoing) for the specified account by transaction ID, including the status of an outgoing crypto transfer after it has been initiated, and the sending address for an incoming deposit. - [Get Check Deposit](https://developer.meow.com/api-reference/core-api/get-check-deposit.md): Returns details about a check deposit for the specified account by transaction ID. Includes check number and originating bank details useful for reconciliation. - [Create Crypto Transaction](https://developer.meow.com/api-reference/core-api/create-crypto-transaction.md): Creates a new crypto transaction from a specified account. The currency and network are determined automatically from the destination's payment method. Provide exactly one of `static_memo_id` or `crypto_id` to identify the destination: - [Create USDC Transaction](https://developer.meow.com/api-reference/core-api/create-usdc-transaction.md): Legacy endpoint for USDC transactions. Requires the `transfers:usdc:write` scope. For new integrations, use `POST /accounts/{account_id}/crypto` with `currency` in the request body. - [Create ACH Transfer](https://developer.meow.com/api-reference/core-api/create-ach-transfer.md): Creates a new ACH transfer to an external counterparty. - [Get ACH Transfer](https://developer.meow.com/api-reference/core-api/get-ach-transfer.md): Returns details about an ACH transfer (incoming or outgoing) for the specified account by ACH transfer ID, including the status of an outgoing ACH transfer after it has been initiated. - [Create Scheduled ACH Transfer](https://developer.meow.com/api-reference/core-api/create-scheduled-ach-transfer.md): Creates a new scheduled ACH transfer to an external counterparty. - [List Scheduled ACH Transfers](https://developer.meow.com/api-reference/core-api/list-scheduled-ach-transfers.md): Returns a list of scheduled ACH transfers for a specified account. - [Create Wire Transfer](https://developer.meow.com/api-reference/core-api/create-wire-transfer.md): Creates a new wire transfer to an external counterparty. - [Get Wire Transfer](https://developer.meow.com/api-reference/core-api/get-wire-transfer.md): Returns details about a wire transfer (incoming or outgoing) for the specified account by wire transfer ID, including the status of an outgoing wire after it has been initiated. - [Create Book Transfer](https://developer.meow.com/api-reference/core-api/create-book-transfer.md): Creates a new internal book transfer between bank accounts. - [Create Card](https://developer.meow.com/api-reference/core-api/create-card.md): Creates a virtual card with a spend limit. By default the card authorizes at any merchant up to that limit. Pass `spending_restriction` with merchant IDs from `GET /cards/merchants` to restrict it, and `allowed_categories` to restrict by merchant category. Set `single_use` to `true` (default) for a… - [List Cards](https://developer.meow.com/api-reference/core-api/list-cards.md): Returns the cards you have access to. As an admin or viewer you see all entity cards; as a card manager you see your team's cards; as a card user you see only your own. - [Get Card](https://developer.meow.com/api-reference/core-api/get-card.md): Returns details of a specific card you have access to. - [Update Card](https://developer.meow.com/api-reference/core-api/update-card.md): Updates a card you created via the API. Freeze or unfreeze it with the `status` field, replace its spend limits with `spending_controls`, or change its merchant restriction with `spending_restriction` and its allowed merchant categories. All fields are optional; omitted fields are left unchanged. Re… - [Revoke Card](https://developer.meow.com/api-reference/core-api/revoke-card.md): Immediately revoke a card. Revoke a card whose purchase failed to close it before it expires. - [Get Card Details](https://developer.meow.com/api-reference/core-api/get-card-details.md): Returns operational details of a card: billing address, delivery address, linked banking account, and shipping tracking URL. - [Get Card PAN](https://developer.meow.com/api-reference/core-api/get-card-pan.md): Claims the PAN for a card created via the API and returns a short-lived reveal grant. GET the `reveal_url` with your API key and `Authorization: Bearer ` to receive the card number, CVC, and expiration. Requires the `cards:write` scope. Pass the `card_id` returned by Create Card. This… - [Reveal Card PAN](https://developer.meow.com/api-reference/core-api/reveal-card-pan.md): Returns the card number, CVC, and expiration for a claimed card. Call this via the `reveal_url` returned by Get Card PAN with `Authorization: Bearer `, not against the API origin directly, which returns tokenized placeholders. Requires the `cards:write` scope and a valid reveal token. - [Get Card Limits](https://developer.meow.com/api-reference/core-api/get-card-limits.md): Returns a card's configured spend limits and, where the issuer reports it, how much of each limit is left. A null `remaining` means the issuer does not report it for this card, not that the limit is used up. To change these limits, send `spending_controls` to Update Card. - [List Merchants](https://developer.meow.com/api-reference/core-api/list-merchants.md): Returns merchants that can be used in a card's `spending_restriction`. Filter by name with `query`. Pass the returned `id` values to Create Card or Update Card. - [List Card Transactions](https://developer.meow.com/api-reference/core-api/list-card-transactions.md): Returns transactions for the cards you have access to. A purchase produces several entries: an authorization when the merchant places the hold, a clearing when the money moves, and a refund or reversal if it comes back. Entries that share a `trace_id` are the same purchase; it can be absent, in whic… - [Get Card Transaction](https://developer.meow.com/api-reference/core-api/get-card-transaction.md): Returns one entry from a card's transaction history, by the `id` returned in List Card Transactions or in Get Card Spending Insights. An entry is one step of a purchase, so to see the whole purchase filter List Card Transactions by this entry's `trace_id`. - [Get Card Spending Insights](https://developer.meow.com/api-reference/core-api/get-card-spending-insights.md): Returns entity-wide spending analytics for your entity: total spend, cashback earned, top merchants, top expenses, and weekly trends. Requires admin, viewer, or card manager access. - [Search Tax Forms](https://developer.meow.com/api-reference/core-api/search-tax-forms.md): Returns IRS tax forms (the 1099 family) issued for the specified account. Currently supports `Tax1099Int` for bank accounts; brokerage and wallet accounts return an empty list until additional form types are exposed. - [Retrieve Tax Form](https://developer.meow.com/api-reference/core-api/retrieve-tax-form.md): Returns a time-limited download URL for the tax form. Use a `tax_form_id` from the search endpoint; the value is opaque, so do not construct it yourself. - [Validate Routing Number](https://developer.meow.com/api-reference/core-api/validate-routing-number.md): Validates a routing number and returns bank information including name, address, and supported payment methods (ACH/Wire). - [List Products](https://developer.meow.com/api-reference/billing/list-products.md): Returns a list of all products to be used with invoicing. - [Create Product](https://developer.meow.com/api-reference/billing/create-product.md): Creates a new product. - [Get Product by ID](https://developer.meow.com/api-reference/billing/get-product-by-id.md): Returns a product by its ID. - [List Invoicing Customers](https://developer.meow.com/api-reference/billing/list-invoicing-customers.md): Returns a list of all invoicing customers. - [Create Invoicing Customer](https://developer.meow.com/api-reference/billing/create-invoicing-customer.md): Creates a new invoicing customer. - [Get Invoicing Customer by ID](https://developer.meow.com/api-reference/billing/get-invoicing-customer-by-id.md): Returns an invoicing customer by their ID. - [List Invoices](https://developer.meow.com/api-reference/billing/list-invoices.md): Lists all invoices. - [Create Invoice](https://developer.meow.com/api-reference/billing/create-invoice.md): Creates a new invoice. - [Get Invoice](https://developer.meow.com/api-reference/billing/get-invoice.md): Gets an invoice by ID. - [Download Invoice PDF](https://developer.meow.com/api-reference/billing/download-invoice-pdf.md): Downloads an invoice as a PDF file. - [List All Line Items for an Invoice](https://developer.meow.com/api-reference/billing/list-all-line-items-for-an-invoice.md): Returns all line items associated with a specific invoice. - [Get a Specific Line Item for an Invoice](https://developer.meow.com/api-reference/billing/get-a-specific-line-item-for-an-invoice.md): Returns a specific line item by ID for a given invoice. - [Get Payment Method Types](https://developer.meow.com/api-reference/billing/get-payment-method-types.md): Returns the payment method types available to you. - [List Collection Accounts](https://developer.meow.com/api-reference/billing/list-collection-accounts.md): Returns the collection accounts you can use to collect invoice payments. Only open, unlocked accounts are returned, with your primary account first. - [List Bills](https://developer.meow.com/api-reference/billpay/list-bills.md): Returns a paginated list of bills with optional status filtering. - [Get Bill](https://developer.meow.com/api-reference/billpay/get-bill.md): Returns details for a specific bill by ID, including all line items. - [Create Bill](https://developer.meow.com/api-reference/billpay/create-bill.md): Creates a bill as a draft for approval. The bill is not paid until someone approves it in the Meow dashboard; this never moves money on its own. - [Update Bill](https://developer.meow.com/api-reference/billpay/update-bill.md): Updates an editable bill. Only the fields you send are changed, and the bill stays a draft pending approval; this never moves money. - [Delete Bill](https://developer.meow.com/api-reference/billpay/delete-bill.md): Cancels a bill that has not yet been approved. Approved or paid bills cannot be deleted here. - [Create Bill Document Upload URLs](https://developer.meow.com/api-reference/billpay/create-bill-document-upload-urls.md): Returns short-lived upload URLs for attaching documents (for example, an invoice) to a bill. Upload each file to its URL, then call the confirm endpoint. - [Confirm Bill Documents](https://developer.meow.com/api-reference/billpay/confirm-bill-documents.md): Attaches documents to the bill after you have uploaded them to the URLs from the presigned-urls endpoint. - [Create a business entity](https://developer.meow.com/api-reference/onboarding/create-entity.md): Creates a new business entity owned by your API key's user. Send an empty body to create a bare not-started entity, or seed any KYB business details up front: legal name, incorporation, the registered legal and (optional) physical address, and the business profile fields (phone, tax ID, website, des… - [Add a representative](https://developer.meow.com/api-reference/onboarding/add-representative.md): Add a representative (a beneficial owner or officer) to a business entity. Set `is_primary` to mark the primary representative (signer); exactly one primary is required before the application can be submitted. Verify the representative separately by submitting their KYC data or minting a self-serve… - [Submit representative KYC data](https://developer.meow.com/api-reference/onboarding/submit-representative-kyc.md): Submit identity (KYC) data for a representative you added. Verification runs server-side; poll the entity onboarding status endpoint for the result. Use this when you hold the representative's identity details; otherwise mint a verification link for them to self-verify. - [Create a representative verification link](https://developer.meow.com/api-reference/onboarding/create-verification-link.md): Mint a shareable identity-verification link the representative opens to complete KYC themselves. The alternative to submitting their KYC data directly. - [Make a representative primary](https://developer.meow.com/api-reference/onboarding/make-representative-primary.md): Make an existing representative the primary representative (signer). Any current primary is demoted, so exactly one remains. Allowed only before the application is submitted for review. Returns the updated onboarding status. - [List representatives](https://developer.meow.com/api-reference/onboarding/list-representatives.md): List the representatives (beneficial owners and officers) on a business entity's application, each with their identity verification (KYC) status. The primary representative (signer) is returned first. Use each `representative_id` to submit KYC, mint a verification link, or make it primary. - [Get a document upload URL](https://developer.meow.com/api-reference/onboarding/get-upload-url.md): Get a pre-signed URL to upload a KYB document. Use HTTP PUT to upload the file to the returned URL, then confirm it. For a document that belongs to a specific representative (e.g. their ID or proof of address), pass their `representative_id` here and again on the confirm call, which records the link… - [Confirm a document upload](https://developer.meow.com/api-reference/onboarding/confirm-document.md): Confirm that a KYB document was uploaded successfully. Pass the same `representative_id` given when the upload URL was generated (if any) to record which representative the document belongs to; it is echoed back on the entity's onboarding status under `documents`. - [Get onboarding status](https://developer.meow.com/api-reference/onboarding/get-onboarding-status.md): Returns the onboarding status of a business entity, including uploaded documents and each representative's KYC status in the `representatives` array. The top-level `kyc_status` reflects the primary representative. - [Get an information request form](https://developer.meow.com/api-reference/onboarding/get-info-request-schema.md): The form describing everything an information request collects. Documents and follow-up questions are elements of one schema: a `file_upload` element carries the `proof_type` to pass to the document upload endpoints, and the remaining elements are questions to answer. Take `request_id` from `next_st… - [Get an information request upload URL](https://developer.meow.com/api-reference/onboarding/get-info-request-upload-url.md): Get a pre-signed URL to upload a document a reviewer asked for after the application was submitted. Take `request_id` from `next_step.info_requests[]` on the onboarding status, and the `proof_type` from that entry's `required_proof_types`. Use HTTP PUT to upload the file to the returned URL, then co… - [Confirm an information request document](https://developer.meow.com/api-reference/onboarding/confirm-info-request-document.md): Confirm that a document for an info request was uploaded successfully. The document is attributed to `request_id`, so it counts against what that request is waiting on. `request_completed` reports whether this satisfied the request in full; a request also stays open on unanswered follow-up questions… - [Answer an information request](https://developer.meow.com/api-reference/onboarding/submit-info-request-answers.md): Answer an information request's follow-up questions. Answers are validated against the request's form schema and submitted in one call. There is no draft state on this API. Documents are uploaded separately; `outstanding` reports whatever the request still owes. - [List onboarding entities](https://developer.meow.com/api-reference/onboarding/list-entities.md): Lists the business entities being onboarded by your API key's user. - [Update Business Details](https://developer.meow.com/api-reference/onboarding/update-business-details.md): Update a business entity's KYB details before its application is submitted. Send only the fields you want to change; anything you omit keeps its current value. Use this to fill in the business phone, tax ID, website, description, industry, account purpose, and digital-currency questions, and the reg… - [Get due diligence requirements](https://developer.meow.com/api-reference/onboarding/get-due-diligence-requirements.md): List the enhanced due diligence forms required for a business entity, each with its completion status and whether it must be completed in the web app. Fetch each submittable form's schema, then submit it. - [Get a due diligence form schema](https://developer.meow.com/api-reference/onboarding/get-due-diligence-schema.md): Get the field schema for a due diligence form: its pages and elements with types, choices, validation, and conditional visibility. Every standalone form with a schema can be submitted through the API. Use the schema to build a valid submission body. - [Submit a due diligence form](https://developer.meow.com/api-reference/onboarding/submit-due-diligence.md): Submit an enhanced due diligence form for a business entity. Some industries require additional due diligence before the application can be submitted (check `next_step.missing` on the onboarding status). Every standalone form with a schema can be submitted here. Supporting documents a form refers to… - [Submit Entity Application](https://developer.meow.com/api-reference/onboarding/submit-entity-application.md): Submit a fully prepared business entity for review. Choose the checking account product to open. The application must have everything it needs first (check `next_step.can_submit` on the onboarding status); otherwise this returns the outstanding requirements. Once submitted, the application moves to… - [Create Application](https://developer.meow.com/api-reference/partner-onboarding/create-application.md): Create a new onboarding application with business details. The applicant receives an invitation email to set their password and complete onboarding. - [List Applications](https://developer.meow.com/api-reference/partner-onboarding/list-applications.md): List all applications you have created. - [Get Application Status](https://developer.meow.com/api-reference/partner-onboarding/get-application.md): Get the onboarding status of an application, including uploaded documents and the applicant's KYC status. - [Submit KYC Data](https://developer.meow.com/api-reference/partner-onboarding/submit-kyc.md): Submit identity (KYC) data you have already collected for the applicant, with their consent. Verification runs server-side; the applicant does not need to complete a verification link. The result is usually available asynchronously: poll the application status endpoint for the final `kyc_status`, or… - [Get Document Upload URL](https://developer.meow.com/api-reference/partner-onboarding/get-upload-url.md): Get a pre-signed URL to upload a KYB document. Use HTTP PUT to upload the file to the returned URL, then confirm it. - [Confirm Document Upload](https://developer.meow.com/api-reference/partner-onboarding/confirm-document.md): Confirm that a KYB document was uploaded successfully. - [Create Partner Webhook Subscription](https://developer.meow.com/api-reference/partner-webhooks/create-subscription.md): Creates a partner webhook subscription and returns it along with the signing secret. The secret is returned only once, so store it now to verify delivery signatures. - [List Partner Webhook Subscriptions](https://developer.meow.com/api-reference/partner-webhooks/list-subscriptions.md): Returns your partner webhook subscriptions. - [Update Partner Webhook Subscription](https://developer.meow.com/api-reference/partner-webhooks/update-subscription.md): Updates a partner webhook subscription. Returns the updated subscription, including a new signing secret when you request a rotation. - [Delete Partner Webhook Subscription](https://developer.meow.com/api-reference/partner-webhooks/delete-subscription.md): Deletes a partner webhook subscription. - [Send Partner Test Event](https://developer.meow.com/api-reference/partner-webhooks/send-test-event.md): Sends a test event to a partner webhook subscription and queues it for delivery so you can verify your endpoint and signature handling. - [List Partner Webhook Deliveries](https://developer.meow.com/api-reference/partner-webhooks/list-deliveries.md): Returns your partner webhook deliveries across all subscriptions, most recent first. - [List Partner Delivery Attempts](https://developer.meow.com/api-reference/partner-webhooks/list-delivery-attempts.md): Returns the individual delivery attempts for a partner webhook delivery, including the response status of each attempt. - [Redrive Partner Delivery](https://developer.meow.com/api-reference/partner-webhooks/redrive-delivery.md): Re-queues a failed partner webhook delivery for another attempt. A delivery that already succeeded or is currently being attempted cannot be redriven. - [Meow webhook event types and payload reference](https://developer.meow.com/api-reference/webhooks/events.md): Reference for every Meow webhook event type, including transfer, card, invoice, and bill notifications with their payload schemas and status values. - [Create Webhook Subscription](https://developer.meow.com/api-reference/webhooks/create-subscription.md): Creates a webhook subscription for your entity and returns it along with the signing secret. The secret is returned only once, so store it now to verify delivery signatures. - [List Webhook Subscriptions](https://developer.meow.com/api-reference/webhooks/list-subscriptions.md): Returns the webhook subscriptions configured for your entity. - [Update Webhook Subscription](https://developer.meow.com/api-reference/webhooks/update-subscription.md): Updates a webhook subscription. Returns the updated subscription, including a new signing secret when you request a rotation. - [Delete Webhook Subscription](https://developer.meow.com/api-reference/webhooks/delete-subscription.md): Deletes a webhook subscription. Its delivery history stays queryable so you can review past attempts. - [Send Test Webhook Event](https://developer.meow.com/api-reference/webhooks/send-test-event.md): Sends a test event to a webhook subscription and queues it for delivery so you can verify your endpoint and signature handling. - [List Webhook Deliveries](https://developer.meow.com/api-reference/webhooks/list-deliveries.md): Returns the webhook deliveries for your entity across all subscriptions, most recent first. - [List Webhook Delivery Attempts](https://developer.meow.com/api-reference/webhooks/list-delivery-attempts.md): Returns the individual delivery attempts for a webhook delivery, including the response status of each attempt. - [Redrive Webhook Delivery](https://developer.meow.com/api-reference/webhooks/redrive-delivery.md): Re-queues a failed webhook delivery for another attempt. A delivery that already succeeded or is currently being attempted cannot be redriven. - [Create Global Webhook Subscription](https://developer.meow.com/api-reference/webhooks-global/create-subscription.md): Creates a webhook subscription for every entity your global API key's user administers, including entities added later. - [List Global Webhook Subscriptions](https://developer.meow.com/api-reference/webhooks-global/list-subscriptions.md): Returns webhook subscriptions configured for your global API key user. - [Update Global Webhook Subscription](https://developer.meow.com/api-reference/webhooks-global/update-subscription.md): Updates a global webhook subscription. Returns the updated subscription, including a new signing secret when you request a rotation. - [Delete Global Webhook Subscription](https://developer.meow.com/api-reference/webhooks-global/delete-subscription.md): Deletes a global webhook subscription. Its delivery history stays queryable so you can review past attempts. - [Send Global Test Webhook Event](https://developer.meow.com/api-reference/webhooks-global/send-test-event.md): Sends a test event to a global webhook subscription and queues it for delivery so you can verify your endpoint and signature handling. - [List Global Webhook Deliveries](https://developer.meow.com/api-reference/webhooks-global/list-deliveries.md): Returns webhook deliveries across all global subscriptions for your global API key user, most recent first. - [List Global Webhook Delivery Attempts](https://developer.meow.com/api-reference/webhooks-global/list-delivery-attempts.md): Returns the individual delivery attempts for a global webhook delivery, including the response status of each attempt. - [Redrive Global Webhook Delivery](https://developer.meow.com/api-reference/webhooks-global/redrive-delivery.md): Re-queues a failed global webhook delivery for another attempt. A delivery that already succeeded or is currently being attempted cannot be redriven. - [Simulate Application Approval](https://developer.meow.com/api-reference/sandbox/simulate-application-approval.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Inbound Transfer](https://developer.meow.com/api-reference/sandbox/simulate-inbound-transfer.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Stablecoin Account Funding](https://developer.meow.com/api-reference/sandbox/simulate-stablecoin-account-funding.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Card Authorization](https://developer.meow.com/api-reference/sandbox/simulate-card-authorization.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Card Authorization Capture](https://developer.meow.com/api-reference/sandbox/simulate-card-authorization-capture.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Card Authorization Increment](https://developer.meow.com/api-reference/sandbox/simulate-card-authorization-increment.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Card Authorization Reversal](https://developer.meow.com/api-reference/sandbox/simulate-card-authorization-reversal.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Simulate Card Transaction Refund](https://developer.meow.com/api-reference/sandbox/simulate-card-transaction-refund.md): > ⚠️ **Sandbox & development only.** Simulation endpoints are not available in production and return `404 Not Found` there. - [Meow API changelog: new endpoints, fixes, and updates](https://developer.meow.com/changelog.md): Stay current with new Meow API endpoints, breaking changes, improvements, and bug fixes shipped across the Customer, Billing, and Partner APIs. - [Meow app changelog: dashboard updates and new features](https://developer.meow.com/changelog/app.md): Track the latest releases for the Meow dashboard and product, including payments, cards, bills, invoicing, multi-currency, and onboarding updates. - [Meow MCP changelog: new AI agent capabilities](https://developer.meow.com/changelog/mcp.md): Track new capabilities for the Meow MCP server, including agent-led signup, card management, document uploads, and improved error handling. ## OpenAPI Specs - [openapi](https://developer.meow.com/openapi.yaml) ## Optional - [Blog](https://meow.com/blog)