Payment Solution for SaaS

Payments for Your SaaS

Artos handles payment infrastructure for SaaS owners — accept QRIS, bank transfer, e-wallet, and more through a single API.

Request
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"
  }'
Response
{
  "success": true,
  "data": {
    "id": "tx_abc123",
    "merchantOrderId": "ORDER-001",
    "amount": 50000,
    "status": "pending",
    "paymentUrl": "https://...",
    "reference": "REF-12345"
  }
}

Everything you need

Artos handles the payment layer for your SaaS so you can focus on your product.

Simple API

One endpoint to create payments. RESTful, predictable, and well-documented.

Payment Links

Create shareable payment links from the dashboard. No code required.

Webhooks

Get real-time notifications when payments are completed, expired, or failed.

Dashboard

Monitor transactions, manage API keys, and track revenue in one place.

Add payments to your SaaS today

Create an account, connect your payment credentials, and start collecting payments from your users in minutes.