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>'

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