DEVELOPER FIRST. BUILT FOR SCALE.

Powerful APIs.
Developer Friendly.
Built for You.

TrovePay APIs are designed to help you build, integrate, and scale with ease. Well documented, secure, and built for real-world performance.

RESTful APIs

Simple, predictable, and easy to integrate.

Secure by Design

OAuth 2.0 authentication and end-to-end encryption.

High Performance

Low latency, high availability, and built to handle scale.

Comprehensive Docs

Clear guides, interactive API reference, and SDKs.

Developer Support

Get help from our developer experts when you need it.

API Reference
Guides
SDKs
Webhooks
Changelog
POST

Create Payment

Creates a new payment for a customer.

Endpoint

POSThttps://api.trovepay.net/v1/payments

Request Body

application/json
{
"amount": 2500,
"currency": "USD",
"customer_id": "cus_12345",
"payment_method": "card",
"description": "Order #1234"
}
cURL
JavaScript
Python
PHP
curl --request POST \
--url https://api.trovepay.net/v1/payments \
--header 'Authorization: Bearer sk_live_12345' \
--header 'Content-Type: application/json' \
--data '{
"amount": 2500,
"currency": "USD",
"customer_id": "cus_12345",
"payment_method": "card",
"description": "Order #1234"
}'
200 OK
Payment created

Sandbox Environment

Test and build with real-like data in a safe environment.

SDKs & Libraries

Official SDKs for popular programming languages.

Webhook Events

Real-time notifications for payments, refunds, and more.

Rate Limits

Fair and predictable limits to ensure stability.

Ready to build with TrovePay?

Get your API keys and start integrating in minutes.