Skip to main content
GET
/
v1
/
documents
/
withdrawals
/
{withdrawalId}
/
receipt
Get withdrawal receipt
curl --request GET \
  --url https://api.yuvexpay.com/v1/documents/withdrawals/{withdrawalId}/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

withdrawalId
string<uuid>
required

The withdrawal 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.