Get BNPL Loan
Get information about a specific BNPL loan by loan ID
Path parameters
loanId
The ID of the loan to retrieve
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
loanId
The unique identifier for the loan
businessExternalId
The external ID of the business entity
dueDate
The final due date as timestamp in milliseconds
originalPrincipalBalance
The original principal balance in cents
drawDate
The date the loan was drawn as timestamp in milliseconds
repaidAmount
The total amount repaid in cents
paymentMethodId
The ID of the payment method used
repaymentMethodId
The ID of the repayment method
status
The current status of the loan
Allowed values:
outstandingBalance
The current outstanding balance breakdown
invoiceAmount
The original invoice amount in cents
invoiceExternalId
The external ID of the associated invoice
invoiceDueDate
The original invoice due date as timestamp in milliseconds
downPaymentAmount
The down payment amount in cents
installments
List of all installments for this loan
cadence
The payment cadence for the loan
Allowed values:
baseFeeRate
The base fee rate as a percentage
termsAgreementFile
URL to the terms agreement file
invoiceUrl
URL to the invoice PDF