Skip to main content
GET
/realms/{realmId}/organizations/{organizationId}/accounts/{accountId}/wallets/{walletId}/transactions/{transactionId}/spend-review

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
accountId
string
required
walletId
string
required
transactionId
string
required

Response

200 - application/json

Successful response

Whether a transaction is submittable for spend review right now, and what would happen if it were submitted.

spendReview
object | null
required

The stored review state, or null when the transaction was never submitted.

policy
object | null
required

The governing SPEND_REVIEW policy — the same advisory shape pix/boleto/transfer-request creates return. { actions: { autoAction: "APPROVE" } } means no policy matched (no review needed). null when the transaction is not submittable right now (PENDING_APPROVAL / APPROVED): nothing was evaluated.