Accounts
Send money to a recipient
Send money from an account to a recipient. Creates a transaction that will be processed immediately or may require approval.
post/account/{accountId}/transactions
Path parameters
accountIdstring uuid required
ID for a Mercury account.
Request body
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"estimatedDeliveryDate": "2016-07-22T00:00:00Z",
"failedAt": "2016-07-22T00:00:00Z",
"postedAt": "2016-07-22T00:00:00Z"
}