v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Payment

Upload Refund Documentation

Uploads a file related to a payment refund. The file could be documentation or other relevant data associated with the refund.

post/v1/payment/upload-refund

Request body

FileNamestring nullable

The name of the file being uploaded.

FileDatastring byte nullable

The base64-encoded content of the file being uploaded.

TransactionIdinteger

The unique identifier of the transaction associated with the file.

SiteIdinteger

The unique identifier of the site where the transaction occurred.

MachineAuTimestring date-time

The machine's authorization time associated with the transaction.

Response

The file was successfully uploaded, and the response contains the URL to access the uploaded file.

FileURLstring nullable

The URL where the uploaded file can be accessed.