Developer documentation

Get from zero to your first live charge in about ten minutes.

1 · Get your keys

Grab your sk_live_ and pk_live_ keys from the dashboard.

2 · Call the API

Base URL https://api.clearrail.online/v1. Auth is HTTP Basic with your secret key.

3 · Handle webhooks

Subscribe at /v1/webhook_endpoints and verify the ClearRail-Signature header.

Quick start

import clearrail
clearrail.api_key = "sk_live_rsp_8f2a...redacted"

charge = clearrail.Payment.create(
    amount=4200, currency="usd",
    source="tok_visa", description="Order #10293",
)
print(charge.id, charge.status)

Full reference at api.clearrail.online · OpenAPI spec: openapi.json

© 2026 RedStick Pay, Inc. · 7117 Florida Blvd, Baton Rouge, LA 70806 · Powered by the ClearRail™ payments network