Skip to main content
POST
Transfer funds to or from an account

Authorizations

Authorization
string
header
required

Bearer access token obtained from POST /v1/oauth/token using your Apocor API key.

Path Parameters

id
string
required

Resource identifier.

Body

application/json
applicant_id
string
required
direction
enum<string>
required
Available options:
in,
out
amount
string
required

Decimal amount string, e.g. "25.00".

type
enum<string>
Available options:
budget,
prepaid
card_id
string

Required when type is prepaid.

budget_id
string

Target a specific budget (see Budgets endpoints). Defaults to the applicant's default budget.

Response

Transfer completed.

data
object