Documentation

Comprehensive guides and reference documentation for integrating with TripxPay.

API Reference

Our RESTful API allows you to integrate TripxPay's payment processing capabilities.

Base URL: https://api.tripxpay.com
Authentication
/v1/auth
POST
Authenticate and get an access token
Create Payment
/v1/payments
POST
Create a new payment
Get Payment
/v1/payments/{id}
GET
Retrieve a payment by ID
List Payments
/v1/payments
GET
List all payments with optional filters
Update Payment
/v1/payments/{id}
PATCH
Update an existing payment
Cancel Payment
/v1/payments/{id}/cancel
POST
Cancel a payment
Refund Payment
/v1/payments/{id}/refund
POST
Refund a payment