Retrieve details of a loan repayment
Retrieve a repayment's details
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loans/{loan_id}/payments/{payment_id}
Returns an object representing the details of a repayment
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
loan_id* | string | The uuid of the loan |
payment_id* | string | The uuid of the payment |
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated