Artos handles payment infrastructure for SaaS owners — accept QRIS, bank transfer, e-wallet, and more through a single API.
curl -X POST https://api.artos.dev/v1/payments/create \
-H "X-API-Key: sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"merchantOrderId": "ORDER-001",
"amount": 50000,
"productDetails": "Premium Plan"
}'{
"success": true,
"data": {
"id": "tx_abc123",
"merchantOrderId": "ORDER-001",
"amount": 50000,
"status": "pending",
"paymentUrl": "https://...",
"reference": "REF-12345"
}
}Artos handles the payment layer for your SaaS so you can focus on your product.
One endpoint to create payments. RESTful, predictable, and well-documented.
Create shareable payment links from the dashboard. No code required.
Get real-time notifications when payments are completed, expired, or failed.
Monitor transactions, manage API keys, and track revenue in one place.
Create an account, connect your payment credentials, and start collecting payments from your users in minutes.