Sandbox Ready

Build Payment Flows
in Minutes, Not Months.

The relainptyaments RESTful API gives you everything you need to accept, route, and reconcile payments at scale — with zero friction.

Full SDKs for JavaScript, Python, PHP, Ruby, Node.js. Test everything in a full-featured sandbox environment before going live.

99.99{b0ac45488d56145353f32b4c9d109d3951d1a2b522d881d901343af840333365}
API Uptime SLA
<180ms
Avg. Response Time
190+
Countries Supported
POST /v1/charges → 200 OK● LIVE
{
"id": "ch_4f9a2e1b8c3d7f06",
"object": "charge",
"amount": 24900,
"currency": "usd",
"status": "succeeded",
"captured": true,
"created": 1718294401,
"description": "Annual Pro Plan",
"payment_method": "pm_1PXk9eF2k3L",
"livemode": false,
"merchant_id": "mer_relainptyaments"
}
Endpoint:api.relainptyaments.com/v1
JavaScriptPythonPHPRubyNode.js

Sandbox environment included. Test transactions, webhooks, and refunds with no real charges — fully isolated from production.

Developer Tools

Everything Developers Love

relainptyaments is built API-first. Every feature ships with comprehensive documentation, typed SDKs, and a sandbox so you can ship fast and ship confidently.

Ready to integrate relainptyaments into your stack?

Get your sandbox API keys instantly — no credit card required.

Live Code Examples

From Token to Transaction
in Minutes

Use our idiomatic SDKs or call the REST API directly. These examples walk through creating a charge token and completing a payment — the two core steps of every relainptyaments integration.

terminal — create-charge.sh
1# Step 1: Create a charge token
2curl -X POST https://api.relainptyaments.com/v1/tokens
3 -H "Authorization: Bearer sk_live_your_secret_key"
4 -H "Content-Type: application/json"
5 -d '{
6 "amount": 4999,
7 "currency": "USD",
8 "description": "Professional Plan – Monthly",
9 "metadata": {
10 "customer_id": "cus_8xQn2pL",
11 "order_ref": "ORD-20240601-001"
12 }
13 }'
14
15# Step 2: Process the payment
16curl -X POST https://api.relainptyaments.com/v1/charges
17 -H "Authorization: Bearer sk_live_your_secret_key"
18 -H "Content-Type: application/json"
19 -d '{
20 "token": "tok_1A2B3C4D5E6F",
21 "amount": 4999,
22 "currency": "USD",
23 "capture": true,
24 "customer": {
25 "email": "[email protected]",
26 "name": "Jane Doe"
27 }
28 }'
TLS 1.3 encrypted
HMAC-SHA256 signature verified
Avg. response: <180ms

SDK libraries

Official clients for Node.js, Python, PHP, Ruby, Go, and Java — all on GitHub.

Idempotency keys

Pass Idempotency-Key on every POST to safely retry without duplicating charges.

Sandbox environment

Test with real card numbers and webhook payloads at no cost in the sandbox.

relainptyaments

Payments That Work as Hard as You Do — built for merchants who demand reliability, speed, and transparency at every transaction.

© 2026 relainptyaments. All rights reserved.1200 Commerce Blvd, Suite 400, Austin TX 78701