Get payment receipt for a bill payment request.
GET/api/v1/bill-payment-requests/:id/receipt
Retrieve the payment receipt for a specific bill payment request based on its ID. This endpoint provides the receipt in byte array format, which can be used to generate a PDF or other formats.
Request
Responses
- 200
- 400
Payment receipt retrieved successfully.
Invalid request.