v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBValidation
Get card validation amount
Gets the validation amount for a specific card validation
Note: This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.
get/cardsonfile/v2/cardsonfile/cards/{uuid}/validations/{validationid}/amount
Path parameters
uuidstring required
Card UUID (token) to validate.
validationidstring required
Validation UUID. This is the uuid field returned from Create card validation
Headers
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in an <b>Unauthorized</b> message.
Response
Ok
Example response
{
"validation_amount": 1.27
}