Download PDF confirmation of a payment

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.

SecurityCommonAuth
Request
path Parameters
paymentId
required
integer <int32> (paymentId) >= 1

The ID of the payment to work with.

query Parameters
accountId
required
string (accountId) <= 36 characters

The ID of the account to work with.

Example: accountId=F50072
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

get/payments/{paymentId}/confirmation
Request samples
Response samples
application/json
{
  • "message": "request.query.limit should be integer",
  • "errors": [
    ]
}