Update Payment

Manually update the status of a repayment made by the given tenant to Livble.

The specific payment is identified via the query parameters.
Returns 404 if no matching payment is found.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The external ID of the tenant that made the payment to Livble.

date
required

The rent date of the month the payment was made for. This includes:

  • Payments made to repay specific installments (scheduled or on demand)
  • Payments made to repay the entire loan (repay all)
  • Membership payments for using Livble on that month
    Note that only the month and year of this date matter.
string
enum
required

The index of the payment in the month. Used to identify a specific payment in the given rent month.
Possible values are:

  • '1' to '4': A payment made to repay a specific installment.
  • 'PAY_ALL': A payment made to cover all remaining installments.
  • 'ORIGINATION_FEE': A payment made to cover the loan origination fee.
  • 'LATE_FEE': A payment made to cover a late fee.
  • 'RETURNED_PAYMENT_FEE': A payment made to cover a returned payment fee.
Body Params

Used to edit fields on a payment made from the tenant to Livble

string
enum
required

The status to set for this payment.
Use SUCCEEDED or FAILED to simulate a completed or failed payment,
or PROCESSING to simulate a payment still in progress.

Allowed:
Responses

401

Unauthorized

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json