apps
apps-transfer

Ask the user to approve a transfer, without spending funds.

post/api/v1/apps/transfer/request

Headers

Idempotency-Keystring nullable
x-api-keystring required

Request body

contactIdstring uuid nullable
quoteIdstring nullable
invoiceIdstring uuid nullable
amountnumber nullable
memostring nullable

Response

Successful Response

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

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.

txHashstring nullable
transactionIdstring nullable
accountIdstring uuid nullable
appIdstring uuid nullable
requestedByUserIdstring uuid nullable
contactIdstring uuid nullable
quoteIdstring nullable
invoiceIdstring uuid nullable
amountnumber nullable
memostring nullable
requestedTimestring date-time nullable
chatIdstring uuid nullable
approvalUrlstring nullable

Changes