The ValPay API provides secure programmatic access to payment and financial data stored within the ValPay platform.
It is primarily designed for:
Reporting integrations
Financial reconciliation
Data synchronization with external systems
Merchant reporting tools
Partner platform integrations
The API follows standard REST principles and communicates using JSON over HTTPS.
Read-Focused API
The ValPay API is primarily read-only, allowing systems to retrieve information such as:
transactions
deposits
disputes
merchants
stores
financial statements
The only endpoint that allows updates is:
PATCH /v1/transactions/{id}This endpoint allows updating custom fields attached to a transaction.