Validates a digital wallet session.
We recommend using FramePay to validate a digital wallet session.
Digital wallet validation request.
type required | string Type of digital wallet to validate. | ||||||
required | object Validation request. | ||||||
|
Digital wallet validation complete.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "type": "Apple Pay",
- "validationRequest": {
- "validationUrl": "string",
- "domainName": "www.example.com",
- "displayName": "My Store"
}
}
{- "type": "Apple Pay",
- "validationResponse": { }
}