TC Documents
Terms & Conditions document operations
All endpoints require either a JWT Bearer token in the Authorization header or an API key in the X-API-KEY header.
Base URL: https://onboarding.valpay.com.
GET /v1/tc-documents
List available TC documents
Returns available Terms & Conditions documents. Use the country parameter to filter documents by region and get only filenames.
Region mapping:
Region | Countries |
|---|---|
US | US |
CA | CA |
AU | AU, NZ, HK |
UK | UK |
EU | AT, BE, CH, DE, FR, IE, IT, LU, NL, PT |
Use the returned filename as the tcDocument value when creating a merchant.
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
| query |
| No | Filter TC documents by country. Returns only filenames matching the country's TC region. One of: |
Responses
Status | Description |
|---|---|
| List of available TC documents |
| Authentication failed — missing or invalid credentials |
Response schema (2xx)
Field | Type | Required | Description |
|---|---|---|---|
|
| No | |
|
| No | |
|
| No |
Examples
GET /v1/tc-documents
Response 200 (illustrative):