Skip to main content
GET
/
v1
/
documents
/
payments
/
{paymentId}
/
receipt
Get payment receipt
curl --request GET \
  --url https://api.yuvexpay.com/v1/documents/payments/{paymentId}/receipt \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>"
}

Authorizations

Authorization
string
header
required

API access token obtained from POST /oauth/token. Include as Authorization: Bearer {token}.

Path Parameters

paymentId
string<uuid>
required

The payment ID.

Query Parameters

format
enum<string>
default:html

Output format.

Available options:
html,
text

Response

Receipt generated.

content
string

The receipt content in the requested format.