Skip to main content
Quick Pay is a single endpoint that lets you create a payment link without requiring an API key. It is designed for rapid prototyping, one-off invoices, tip jars, and donation pages where the overhead of creating an organization and managing API keys is unnecessary.
Quick Pay is rate limited to 5 requests per minute per IP address. For higher throughput or access to analytics, webhooks, and custom forms, create an organization and use an API key.

Endpoint

No Authorization header is required.

Request Body

Response

A successful request returns a full PaymentLink object:
Share the url with anyone — they can pay from any wallet on any supported chain and the funds will be routed to the recipient via AnySpend.

Examples

Use Cases

Tip Jars

Embed a Quick Pay link on your blog or social media profile to accept tips without any setup.

Donation Pages

Non-profits and open-source projects can generate links on-the-fly for one-time donations.

Quick Invoicing

Freelancers can send a payment link over email or chat for a single invoice.

Prototyping

Test your integration flow before committing to a full API key setup.

Limitations

Quick Pay links are intentionally limited. If you need any of the features below, create an organization and use authenticated endpoints.

Error Responses