Generate Proof of Payment

Generate Proof of Payment

POST {{Environment_URL}}/mass-payments/v1/payouts/:id/proof-of-payment/export/pdf

This endpoint allows you to generate a PDF proof of payment for a specific payout.

It requires the payout ID as a path parameter and user authentication.

Once the request is processed, the API returns the document’s unique identifier and a download URL for the generated PDF file.

Headers

Name
Value

Authorization

Bearer <token>

Path Variables

Name
Description

id

b4977f11-ebba-9999-b5dd-0bd5d06b99bb

Response

{
    "id": "b4977f11-ebba-9999-b5dd-0bd5d06b99bb",
    "url": "{{url}}.pdf"
}