latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-173512,4063.0 MB

e536704a333f

plaid

Record a cash advance repayment

Use this endpoint to record a cash-advance repayment as feedback. A repayment is a record paying back all or some of a previously-taken cash-advance.

post/protect/cash_advance/repayment/create

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

client_advance_idstring required

The client's unique identifier for the cash-advance.

status'REPAID' | 'DELIVERED' | 'UNPAID' required

The repayment status of a cash-advance.

REPAID - The cash-advance has been fully repaid.

DELIVERED - The cash-advance has been disbursed to the user and is still outstanding, but its due date has not yet passed.

UNPAID - The cash-advance is past its due date and has not been repaid; the user is delinquent.

repayment_timestring date-time nullable

The time the repayment occurred, in ISO 8601 / RFC 3339 format (YYYY-MM-DDTHH:mm:ssZ).

Response

OK

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.