inboundTransfers
Create an Inbound transfer
Create an inbound transfer to fund your financial account from an externally linked bank account. In Production, this requires that an external bank account has been setup and verified for your account through the Chariot Dashboard.
post/v1/inbound_transfers
Headers
Idempotency-Keystring
The idempotency key for the request
Request body
Example request
{
"amount": 10000,
"account_id": "account_01jpjenf5q6cawy43yxfcrxhct",
"description": "Inbound ACH Transfer from my bank account"
}Response
The inbound transfer was created
Example response
{
"id": "inbound_transfer_01j8rs605a4gctmbm58d87mvsj",
"amount": 10000,
"description": "InboundTransfer from my bank account",
"status": "pending",
"created_at": "2020-01-31T23:00:00Z",
"updated_at": "2020-01-31T23:00:00Z"
}