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

e536704a333f

plaid

Record a cash advance decision

Use this endpoint to record a cash-advance decision as feedback. A decision is a determination of whether to approve a user's requested advance and on what terms.

post/protect/cash_advance/decision/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 nullable

Your unique identifier for a cash-advance. Provide when available. This should be the same id provided when recording a repayment.

decision_timestring date-time required

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

decision'APPROVED' | 'DECLINED' required

The outcome of a cash-advance decision.

APPROVED - The cash-advance was approved. DECLINED - The cash-advance was declined.

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.