v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Transaction

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

imagestring

The image associated with image id and transaction id in Base64 format.

Example response

{
  "image": "iVBORw0KGgo="
}