cURL
curl --request GET \ --url https://api.enterprise.sandbox.uphold.com/core/transactions/{transactionId}/requests-for-information \ --header 'Authorization: Bearer <token>'
{ "requestsForInformation": [ { "id": "3f6d0c1e-a1bf-4b25-9802-2a3ee492d3c8", "type": "travel-rule", "status": "pending", "createdAt": "2024-07-25T10:00:00Z", "updatedAt": "2024-07-30T10:00:00Z" } ] }
List requests for information associated with a transaction.
OAuth 2.0 authentication.
The transaction id.
Requests for information retrieved.
Show child attributes
Was this page helpful?