Transmit a repayment

Transmit a repayment for a loan

POST https://sandbox-api.stilt.com/v1/users/{user_id}/loans/{loan_id}/payments

Returns a repayment_uuid for the payment along with the balance of the loan. Returns an error if parameters are invalid (e.g. specifying an amount greater than the balance).

Path Parameters

Request Body

{
    "uuid": "0fbb5ce0-8f20-4bc6-b806-14ebff8fb78e"
}

Last updated