Skip to main content
PUT
Update request for information
Update request for information submits the data needed to resolve a pending RFI (e.g. Travel Rule originator/beneficiary information), transitioning its status away from pending.
If the RFI has expired (check the expiresAt timestamp), the endpoint returns a 409 request_for_information_expired error. Create a new quote with the same destination parameters to generate a fresh RFI.
This endpoint returns a 409 operation_not_allowed error if the RFI status is not pending — for example, if it has already been resolved or has expired. Unlike the deprecated transaction-nested endpoint, this endpoint does not fall back to a 200 response with warnings in this situation. Integrations must handle the 409 case.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

requestForInformationId
string<uuid>
required

The request for information id.

Body

application/json

The data needed to resolve the RFI.

data
object
required

Response

Request for information updated.

requestForInformation
object
required