get https://loanpro.simnang.com/api/public/api/1/payments()/receipt
This request generates the URL used to download a payment receipt.
General
Payment receipts are sent to borrowers when a payment is made. Here's what you need to know about this request:
- This request generates a URL for a downloadable payment receipt, which is included within the response payload. Once the URL is generated, send a GET request to the URL to download the receipt.
- The URL to download a payment receipt is valid for five (5) days.
- Payment receipts are generated using a template stored within your tenant account. These templates can be edited within the UI to meet your business needs, compliance requirements, and branding.
Database
For information regarding payment database tables, see the following articles:
- Database – Payments (payment_entity)
- Database – Additional Payment Information (payment_info_entity)
Try It Instructions
Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—hit ‘Try It’ to send the request.
If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.