Simulate a deposit
This endpoint simulates a deposit to test autoconversion rules end-to-end. Sandbox only — returns 404 in production.
Authorizations
Bearer authentication header on the format Bearer <API_KEY>.
Headers
Optional UUID v4 idempotency key. If you resend the same key with a different request body, the API returns a 409 error. Cached responses include the header X-Idempotency-Cached: true. Keys expire after 24 hours.
Body
Account that receives the simulated deposit.
"44dd9734-176a-4ced-924f-103f8d50ea5e"
Deposit reference. Use the rule's sourceDepositInfo depositIdentifier (PIX) or reference (SPEI) to match the rule.
"IIDCDYjYUTbKouEUOyvxZ3xnU"
Deposit amount as a numeric string.
"100.00"
Response
Deposit successfully simulated.
Whether the simulated deposit matched an active rule.
true