Skip to main content

Endpoints Overview

Explore the main API endpoint groups including transactions, deposits, disputes, merchants, stores, statements, and branding configuration.

The API is organized into several endpoint groups.

Transactions

Operations related to transactions.

GET /v1/transactions
GET /v1/transactions/{id}
PATCH /v1/transactions/{id}

Deposits

Operations related to deposits.

GET /v1/deposits
GET /v1/deposits/{id}

Disputes

Operations related to disputes.

GET /v1/disputes
GET /v1/disputes/{id}

Stores

Operations related to stores.

GET /v1/stores
GET /v1/stores/{id}

Merchants

Operations related to merchants.

GET /v1/merchants
GET /v1/merchants/{id}

Statements

Operations related to financial statements.

GET /v1/statements
GET /v1/statements/{id}

Branding

Retrieve branding configuration for a domain.

GET /v1/branding/{domain}

For the most up-to-date information, always refer to the official API documentation: https://api.valpay.com/api-docs/

Did this answer your question?