Transfer funds within LithicAsk AIpost deprecatedhttps://sandbox.lithic.com/v1/transferTransfer funds between two financial accounts or between a financial account and cardBody ParamsamountintegerrequiredAmount to be transferred in the currency’s smallest unit (e.g., cents for USD). This should always be a positive value.fromuuidrequiredGlobally unique identifier for the financial account or card that will send the funds. Accepted type dependent on the program's use case.memostringOptional descriptor for the transfer.touuidrequiredGlobally unique identifier for the financial account or card that will receive the funds. Accepted type dependent on the program's use case.tokenuuidCustomer-provided token that will serve as an idempotency token. This token will become the transaction token.Responses 200OK 400A parameter in the query given in the request does not match the valid queries for the endpoint. 401User has not been authenticatedInvalid or missing API keyAPI key is not activeThe API key used is no longer activeCould not find API keyThe API key provided is not associated with any userPlease provide API key in Authorization headerThe Authorization header is not in the requestPlease provide API key in the form Authorization: [api-key]The Authorization header is not formatted properlyInsufficient privileges. Issuing API key requiredWrite access requires an Issuing API key. Reach out at lithic.com/contactInsufficient privileges to create virtual cards.Creating virtual cards requires an additional privilege 404The specified resource was not found. 429Client has exceeded the number of allowed requests in a given time period. Rate limited, too many requests per secondUser has exceeded their per second rate limitRate limited, reached daily limitUser has exceeded their daily rate limitRate limited, too many keys triedOne IP has queried too many different API keysUpdated 9 months ago