Get Statement File
Get monthly statements of the customer
get/accounts/{customerId}/statements/{fileKey}
Path parameters
customerIdstring required
Customer identifier
fileKeystring required
File identifier
Headers
api-keystring required
API key
auth-keystring required
Auth key generated using API key & secret
Response
200
Example response
{
"status": 200,
"doc": {
"customerId": "6622693b-7c4b-4919-b9d2-9bafe04c6185",
"url": "<url>"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.