Transfer requests

Transfer requests I filed or must decide on

get/api/v1/transfer_requests

Query parameters

limitinteger
offsetinteger

Headers

x-api-keystring nullable

Response

Successful Response

idstring uuid required
status'requested' | 'approved' | 'declined' | 'failed' required

Client-facing status of a transfer_request proposal.

The record is a proposal (seven statuses); this is the short vocabulary the API keeps for the agent and the web app, mapped from ProposalStatus by :meth:from_proposal.

accountIdstring uuid required
appIdstring uuid nullable
apiKeyIdstring uuid nullable
requestedByUserIdstring uuid nullable
transactionIdstring nullable
amountnumber nullable
memostring nullable
requestedTimestring date-time required
chatIdstring uuid nullable

Changes

Changed in 1 of the 4 revisions of this API.1