Skip to main content
GET
/
payments
/
{paymentId}
/
confirmation
Download PDF confirmation of a payment
curl --request GET \
  --url https://api.equalsmoney.com/v2/payments/{paymentId}/confirmation \
  --header 'Authorization: <api-key>'

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.

Authorizations

Authorization
string
header
required

Path Parameters

paymentId
integer
required

ID of the Payment to work with.

Required range: x >= 1

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Response

200 - application/pdf

OK