Optionalid?: stringOptionalidempotencyKey?: stringOptionaltx?: PgAsyncTransaction<NodePgQueryResultHKT, EmptyRelations>Get a withdrawal by ID without customer restriction
Admin search for withdrawals without customer restriction
OptionalcreatedAt?: DbTimestampCriteriaOptionalentityId?: stringOptionalid?: string[]OptionalidempotencyKeys?: string[]Caller-supplied idempotency keys (dedup lookup). Filters the raw
withdrawal_quote.idempotency_key column — the key is not projected
onto the returned WithdrawalQuote.
OptionalmethodId?: (OptionalorderBy?: DbOrderByCriterion<Optionalpage?: numberOptionalpageSize?: numberOptionalproviderQuoteId?: string[]Optionalstatus?: ("ACTIVE" | "ACCEPTED" | "EXPIRED" | "REJECTED")[]Optionaltx?: PgAsyncTransaction<NodePgQueryResultHKT, EmptyRelations>OptionalupdatedAt?: DbTimestampCriteria
Caller-supplied idempotency key (from the API
Idempotency-Keyheader). When set, a repeated key returns the existing withdrawal quote instead of inserting a new one; dedup is enforced by the partial unique indexwithdrawal_quote_idempotency_idx.