X-BUSINESS-API-KEY and the paste prompt — for private setups or when the directory listing is not visible yet. There is no public web URL for the Muse listing; you connect from inside Muse.How to connect HitPay in Meta Muse
The official HitPay Meta Muse connector is listed in Muse’s Connectors directory. Meta reviews directory connectors; you do not need to paste a system prompt or manage API keys for this path.Open Connectors in Muse
Authorize HitPay
Try an example ask
What you can do with HitPay in Muse
After you connect the HitPay Muse connector, you can use natural language to:- Create payment links and checkout URLs (cards and local methods your account supports)
- Create PayNow and other SEA payment requests — for example PayNow (
paynow_online), FPX, QRIS, GCash, and GrabPay (see payment methods reference and online payments) - Create invoices, products, and subscription plans
- List charges and check payment request status
Recommended use (safe create + read)
Like other HitPay AI surfaces (MCP Server, AI developer tools), use Muse for creating payment requests, invoices, products, and subscription plans and reading charges and status — not for refunds, payouts, or destructive money moves. For refunds, transfers, team admin, or account settings, use the HitPay Dashboard.Example asks
- “Create a PayNow payment link for SGD 25 for a workshop deposit.”
- “Create an invoice for SGD 150 due in 7 days for [email protected].”
- “List my last 10 charges.”
- “What’s the status of my latest payment request?”
Backup: HitPay Custom Connector in Muse
Use the HitPay Muse Custom Connector only when the official HitPay connector is not available or you need a private API-key setup. Muse calls the HitPay REST API using the OpenAPI spec. This path usesX-BUSINESS-API-KEY, not the Muse Connectors authorization flow.
Authentication and environments
payment_methods on create calls) include PayNow (paynow_online), FPX, QRIS, GCash, GrabPay, cards, and other methods enabled on your account.
Merchant setup (4 steps)
Create an API key
Add the Custom Connector prompt
Save credentials securely
Try an example ask
Allowed operations (safe create + read)
The connector should only call these endpoints:Content-Type: application/json.
Explicitly forbidden
Do not call or expose tools for:- Refunds —
POST /v1/refund,GET /v1/refund/{refund_id} - Transfers / payouts —
/v1/transfers,/v1/transfers/* - Destructive DELETEs that move or cancel money (for example delete payment request, delete subscription plan, delete recurring billing)
- Charge saved card —
POST /v1/charge/recurring-billing/{id} - Staff / account / settings —
/v1/staffs,/v1/account-status, location create/update/delete, and similar admin endpoints
Copy-paste: Muse Custom Connector prompt
Copy the entire block below into Muse:Example asks (custom connector)
- “Create a PayNow payment link for SGD 25, purpose: Workshop deposit.”
- “Create an invoice for SGD 150 due in 7 days for customer [email protected].”
- “List my last 10 charges.”
- “What’s the status of payment request
{id}?” - “Create a monthly subscription plan called Cafe Membership for SGD 29.90.”
- “List products.”
FAQ
How do I connect HitPay to Meta Muse?
How do I connect HitPay to Meta Muse?
Is there a public listing URL for the HitPay Muse connector?
Is there a public listing URL for the HitPay Muse connector?
Official connector vs Custom Connector — which should I use?
Official connector vs Custom Connector — which should I use?
Can HitPay in Muse create PayNow or other SEA payment links?
Can HitPay in Muse create PayNow or other SEA payment links?
payment_methods such as paynow_online per the prompt; the official connector follows Meta’s reviewed integration. See online payments and payment methods for API details.Does HitPay in Muse use the HitPay MCP Server or OAuth?
Does HitPay in Muse use the HitPay MCP Server or OAuth?
X-BUSINESS-API-KEY, not OAuth. The separate HitPay MCP Server (https://mcp.hit-pay.com/) is for Muse Code and other MCP clients and uses OAuth via HitPay dashboard login — different from both Muse connector options above.Can Muse refund or send payouts via HitPay?
Can Muse refund or send payouts via HitPay?
Optional: Muse Code and Hosted MCP
For Muse Code or other MCP clients, you can use HitPay’s hosted MCP athttps://mcp.hit-pay.com/ (OAuth via HitPay dashboard login). This is separate from the Muse Connectors directory path and from the Custom Connector API-key backup.
Related guides
- AI developer tools overview — MCP Server, Claude Code Plugin, Agent Skills, and CLI
- HitPay MCP Server — OAuth connection for Claude, Cursor, Codex, and other MCP clients
- Sandbox — test before going live (Custom Connector backup)
- Online payments — payment requests and checkout flow
- Payment methods reference — PayNow, FPX, QRIS, and other methods
- OpenAPI specification — source of truth for request and response shapes (Custom Connector backup)