Skip to main content

API Overview

Understand what the ValPay API provides, how it is structured, and the types of data available. This page explains the API’s purpose, common use cases, and its primarily read-only design.

Updated over a month ago

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.

Did this answer your question?