curl --request POST \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/review \
--header 'Authorization: Bearer <token>' \
--header 'X-Idempotency-Key: <x-idempotency-key>'Submits an account for compliance review after all requirements are fulfilled.
curl --request POST \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/review \
--header 'Authorization: Bearer <token>' \
--header 'X-Idempotency-Key: <x-idempotency-key>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
Unique key to ensure idempotent request processing. Required on all POST, PUT, and PATCH requests.
UUID of the account.
Account submitted for review.
Was this page helpful?