1. Loan Application
Vestiuum Malaysia
  • Vendor Invitation
    • Submit Invitation
      POST
    • Check Invitation Status
      POST
  • Authentication
    • Borrower Registration
      POST
    • User Login
      POST
    • Request Reset Password Instructions
      POST
    • Reset Account Password
      POST
  • Trustgate EKYC
    • Request Trustgate Email OTP
      POST
    • Check User Group
      POST
    • Request Trustgate Digital Certificate
      POST
    • Update Trustgate Certificate Email Bindings
      POST
    • Cryptographically Trustgate Digital Sign Document
      POST
    • Retrieve Stored Signature Details
      GET
    • Submit Document Captures For Trustgate EKYC (Upload Gateway)
      POST
    • Invalidate QR Session Token
      POST
    • Check Trustgate EKYC Status Ping
      POST
    • Verify Trustgate Digital Certificate PIN
      POST
    • Change Trustgate Digital Certificate PIN
      POST
    • Save Organization Info
      POST
  • ESMS OTP
    • Send eSMS OTP
    • Verify eSMS OTP
    • Get eSMS OTP Signature
  • Loan Application
    • Apply New Loan Application
      POST
    • Save or Submit Loan Application
      POST
    • Delete Attached Files (Specific Object)
      POST
    • Download Files
      GET
    • Get Loan Applications List
      GET
    • Get Loan Applications List By Page
      GET
    • Get Loan Application Details
      GET
    • Get Loan Offer
      GET
    • Personal Loan Submit Loan Offer (Sign & Accept)
      GET
    • Corporate Loan Submit Loan Offer (Sign & Accept) Copy
      GET
  • Payments
    • Payment List View
    • Payment List View With Page
    • Single Payment Detail View
  1. Loan Application

Download Files

Developing
GET
api/loan_application/download_files
Downloads an attached file using its ir.attachment ID. Validates user permissions before returning the binary data.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://staging-auth.fuyoh.my/api/loan_application/download_files?name=enc_name&ir_attachment_id=45&company_personnel_id=enc_123'

Responses

🟢200Success
application/pdf
Return of raw binary file data (File stream)
Modified at 2026-05-15 08:16:03
Previous
Delete Attached Files (Specific Object)
Next
Get Loan Applications List
Built with