Skip to main content
POST
Validate Payment
Auth method: Basic (Access ID) — this endpoint only requires your x-access-id header. No request signing is needed. See Authentication.

Path Parameters

string
required
Transaction ID to validateExample: "6475140f90e4c515f231fcea"

Headers

string
required
Your API access ID provided by TenderExample: "your-access-id-here"

Response

string
required
Status of the API requestExample: "success"
string
required
Human-readable message describing the resultExample: "payment received"
object
required
The validated payment transaction details

Authorizations

x-access-id
string
header
required

Basic (Access ID) authentication. Only the x-access-id header is required; no request signing.

Headers

x-access-id
string
required

Your API access ID provided by Tender

Path Parameters

id
string
required

Transaction ID

Response

200 - application/json

Payment validation result

status
string
message
string
data
object