GET
/
ChargeBacks
/
getChargebackAttachments
/
{Id}
/
{fileName}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/ChargeBacks/getChargebackAttachments/{Id}/{fileName} \
  --header 'requestToken: <api-key>'
{}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

Id
integer
required

The ID of chargeback or return record.

fileName
string
required

The chargeback attachment's file name.

Response

200 - text/plain
OK

Binary file content.