Transfer assets using the Payout API

Automate payouts and transfers with simple API calls. Ideal for mass payments, operational disbursements, and programmable treasury flows.

Payout service
Track and manage transfers
Payout summary
Payout statistics
Last 14 days
Recent transfers
Filter
Generate payout API key
Fill the form and get your key
NAME
ALLOWED IPS
DAILY LIMIT

What is Payout API?

Paycan Payout API helps businesses send crypto to any address programmatically. You can automate transfers, track statuses, and manage payout operations in a secure way.

How to transfer crypto with low fees?

Optimize operational costs by batching transfers, selecting the right networks, and using automation-friendly payout flows. Paycan helps you execute transfers reliably.

How to generate a Payout API key?

Create a payout API key from your dashboard, configure allowed IPs and limits, and start sending payout requests from your backend.

Watch video
Generate Payout API key
Configure your key settings
NAME
ALLOWED IPS
DAILY LIMIT
Create API key

Generate a payout key and store it securely on your server.

Set limits & IPs

Restrict access with IP allowlist and daily limits.

Send payout request

Call the API endpoint to transfer funds to recipients.

How to transfer assets using Payout API

After creating your payout API key, send a request to the payout endpoint with destination address, amount, currency, and network.

Documentation
https://api.paycan.io/v1/payout
curl -X POST https://api.paycan.io/v1/payout \
  -H "merchant_api_key: YOUR_MERCHANT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "address": "RECEIVER_ADDRESS",
  "amount": 5,
  "currency": "TRX",
  "network": "TRC20",
  "memo": "Memo123",
  "description": "Order #12345"
}'

FAQs

Common questions about Paycan Payout API.

What is Paycan Payout API?

An API that enables programmatic crypto transfers to one or many recipients.

What are the benefits?

Automation, tracking, security controls (IPs/limits), and faster operations.

How secure is it?

Use key management + IP restrictions and keep sensitive keys on your server.

How do I set it up?

Create a key in the dashboard and call the payout endpoint from your backend.

Is there internal vs external mode?

Modes depend on your setup; we can guide you in onboarding.

Automate your payouts

Use Paycan Payout API to send crypto transfers reliably at scale.