Generate Receipt API
API Information
| Item | Description |
|---|---|
| Method | POST |
| Path | /apis/v1/receipt/generateReceipt |
| Content-Type | application/json |
| Authentication | Required. Refer to 'Authorization Introduction' |
Description
This API is used to generate a receipt download URL by transaction ID.
Request Parameters
Request body parameters:
| Parameter | Required | Type | Description |
|---|---|---|---|
transactionId | Yes | string | Transaction ID |
Response
The standard response structure is R<object>.
data fields:
| Field | Type | Description |
|---|---|---|
receiptURL | string | Pre-signed URL for downloading the receipt PDF, usually valid for a limited time |