Downloads a payment confirmation PDF for a given payment.
A payment confirmation includes details about the remitting account, the transfer (including its status), the recipient, and the payment itself.
cURL
curl --request GET \ --url https://api.equalsmoney.com/v2/payments/{paymentId}/confirmation \ --header 'Authorization: <api-key>'
ID of the Payment to work with.
x >= 1
The ID of the account to work with.
"F50091"
OK
Was this page helpful?