v1
latestOpenAPI 3.0.12026-07-2474233379.5 KBTransaction
Get an image
Retrieves an image of the transaction by providing the transaction identifier, the image identifier and the access token obtained from the GET /transactions/{transactionId} endpoint.
get/customer/transactions/{transactionId}/images/{imageId}
Path parameters
transactionIdstring required
imageIdstring required
Response
OK
Example response
{
"image": "iVBORw0KGgo="
}