Create a transactionCopy Pagepost https://example.com/accounting/transactionsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramstypestringenumrequiredsingle_account_withdrawalsingle_account_depositaccount_to_accountAllowed:single_account_withdrawalsingle_account_depositaccount_to_accountaccount_idstringrequired if type is "single_account_withdrawal" or "single_account_deposit"; invalid otherwise.from_account_idstringrequired if type is "account_to_account"; invalid otherwise.to_account_idstringrequired if type is "account_to_account"; invalid otherwise.amountintegerrequiredtransaction amount, in a minor denomination (e.g. cents, points)is_immediately_settlebooleanwhether the transaction should be settled immediately after being created, or if it should be settled manually with the settle API. (note that the only valid option for account_to_account transactions is immediate)truefalseResponses 200successful operation 400Insufficient fundsUpdated over 3 years ago