v4
OpenAPI 3.1.02026-08-012402353.8 MBApprove an Account Transfer
Approves an Account Transfer in status pending_approval.
post/account_transfers/{account_transfer_id}/approve
Path parameters
account_transfer_idstring required
The identifier of the Account Transfer to approve.
Response
Account Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"amount": 100,
"approval": {
"approved_at": "2020-01-31T23:59:59Z",
"approved_by": null
},
"cancellation": null,
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"currency": "USD",
"description": "Move money into savings",
"destination_account_id": "account_uf16sut2ct5bevmq3eh",
"destination_transaction_id": "transaction_j3itv8dtk5o8pw3p1xj4",
"id": "account_transfer_7k9qe1ysdgqztnt63l7n",
"idempotency_key": null,
"pending_transaction_id": null,
"status": "complete",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "account_transfer"
}