Create Account
Use this endpoint to create an account.
This endpoint accepts the optional MX-SKIP-WEBHOOK header.
POST
/users/{user_id}/members/{member_id}/accounts
Path Parameters
| Field | Required | Type |
|---|---|---|
user_id | Required | String |
member_id | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
account_number | Optional | String |
apr | Optional | Decimal |
apy | Optional | Decimal |
available_balance | Optional | Decimal |
available_credit | Optional | Decimal |
balance | Required | Decimal |
cash_advance_apr | Optional | Decimal |
cash_surrender_value | Optional | Decimal |
credit_limit | Optional | Decimal |
currency_code | Optional | String |
day_payment_is_due | Optional | Integer |
death_benefit | Optional | String |
has_monthly_transfer_limit | Optional | Boolean |
id | Required | String |
insured_name | Optional | String |
interest_rate | Optional | Decimal |
is_closed | Optional | Boolean |
is_hidden | Optional | Boolean |
last_payment | Optional | Decimal |
last_payment_at | Optional | Integer |
last_payment_on | Optional | String |
loan_amount | Optional | Decimal |
matures_at | Optional | Integer |
matures_on | Optional | String |
metadata | Optional | String |
minimum_balance | Optional | Decimal |
minimum_payment | Optional | Decimal |
monthly_transfer_count | Optional | Decimal |
name | Required | String |
nickname | Optional | String |
original_balance | Optional | Decimal |
past_due_amount | Optional | Decimal |
past_due_at | Optional | Integer |
past_due_on | Optional | String |
payment_due_at | Optional | Integer |
payment_due_on | Optional | String |
payoff_balance | Optional | Decimal |
pay_out_amount | Optional | Decimal |
pending_balance | Optional | Decimal |
premium_amount | Optional | Decimal |
routing_number | Optional | String |
started_at | Optional | Integer |
started_on | Optional | String |
statement_balance | Optional | Integer |
statement_closed_on | Optional | String |
subtype | Optional | String |
type | Required | String |
Request sample
Language:
Response sample
Language:json