Download Visa Digital Benefits Platform API Reference
Benefit File
This endpoint retrieves the files associated to a benefit. The files are fetched based on the benefit. It is a GET request that requires the benefit id, the date, language, and file type as a parameter in the URL. The response will include a pdf or text file that can be downloaded. The benefit details are returned in a structured JSON format for easy parsing and integration with other systems.
Success
Bad Request (the request was unacceptable often due to required missing or invalid request parameters)
Access Denied (not authorized for this request or lack of permission to access API)
Not Found (unique or valid data could not be found for the request parameters)
Internal Server Error
© Copyright Visa. All Rights Reserved.
NOTICE: The software and accompanying information and documentation (together, the “Software”) remain the property of and are proprietary to Visa and its suppliers and affiliates. The Software remains protected by intellectual property rights and may be covered by U.S. and foreign patents or patent applications. The Software is licensed and not sold.
By accessing the Software you are agreeing to Visa's terms of use (developer.visa.com/terms) and privacy policy (usa.visa.com/legal/global-privacy-notice.html). In addition, all permissible uses of the Software must be in support of Visa products, programs and services provided through the Visa Developer Program (VDP) platform only (developer.visa.com). THE SOFTWARE AND ANY ASSOCIATED INFORMATION OR DOCUMENTATION IS PROVIDED ON AN “AS IS,” “AS AVAILABLE,” “WITH ALL FAULTS” BASIS WITHOUT WARRANTY OR CONDITION OF ANY KIND. YOUR USE IS AT YOUR OWN RISK.
Sandbox server
{- "responseStatus": {
- "reason": "INVALID_INPUT",
- "status": 400,
- "message": "Invalid request parameter",
- "responseCode": "17",
- "correlationId": "VDBP_1001101",
- "subResponseCode": "00",
- "requestMessageId": "1111"
}
}