Transmit a repayment

Transmit a repayment for a LOC

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

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

Path Parameters

Request Body

{
    "available_credit": 4200.0,
    "current_credit": 4500.0,
    "repayment_uuid": "214bef06-2a87-412e-8430-82b33b2a044d"
}

Last updated