v1
latestOpenAPI 3.0.32026-07-24190128.9 KBGet transactions history (SOA PDF)
Returns list of all the transactions (i.e. Statement of Account) in PDF format (for user download)
get/backend/{gatewayname}/v1/loan/{unityuserid}/transactionhistory/{lid}/pdf
Path parameters
gatewaynamestring required
unityuseridstring required
lidstring required
Headers
x-gateway-secretstring required
Required | apiSecret shared for authentication
x-gateway-authtokenstring required
Required | JWT created with payload {"iss":"<your_gateway_name>"}, and signed with the shared secret
Response
200
Example response
{
"data": {
"pdfData": "JVBERi0xLjcgCiXi48/TIAoxIDAgb2JqIAo8PCAKL1R5cGUgL0NhdGFsb2cgCi9QYWdlcyAyIDAgUiAK...SVFT0YNCg=="
},
"message": "SUCCESS"
}