Download a payment confirmation in PDF format. It will include details about the remitting account, the transfer (including its status), the recipient, and the payment itself.Documentation Index
Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
Use this file to discover all available pages before exploring further.
Download a payment confirmation PDF
GET
/v2/payments/{paymentId}/confirmationRequest
Use this request to download a payment confirmation.Path parameters
The ID of the account that this payment is associated with.Allowable values: An existing
accountId (≤ 36 characters)Response
If your request is successful, you’ll receive a200 response with no body. The PDF will be downloaded to your computer.
For more detailed information about this request and its response, see the API reference.