Customers

Submit RFI Response

Submit a flat response object for the open RFI. On success flips kyc_status back to verifying. Returns { success: false, reason } when no pending RFI exists, callers should refetch the RFI state instead of retrying.

post/v1/instances/{instance_id}/customers/{customer_id}/rfi

Path parameters

instance_idstring required
Example:in_000000000000
customer_idstring required

Customer ID

Example:re_000000000000

Headers

Idempotency-Keystring

Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body returns an error. Keys are kept for 24 hours.

Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

Request body

object required

Response

RFI submitted (success: true) or rejected because no pending RFI exists (success: false)

OR

Changes

No recorded changes to this endpoint across all 3 revisions of this API.