Create Account
POST
/users/{user_id}/migrate/members/{member_id}/accounts
| field | description |
|---|---|
id | Unique identifier for the transaction |
description | Description of the transaction. Cannot be longer than 255 characters |
type | DEBIT or CREDIT |
amount | Amount of the transaction. The value is always unsigned. |
status | PENDING or POSTED |
transacted_on or transacted_at | The date of the transaction. When provided as transacted_on, the date is required to be in ISO 8601 format (e.g. 2011-03-28). When provided as transacted_at, the date is required to be in Unix Epoch format (eg.1355429710). |
posted_on or posted_at | The date the transaction was posted. When provided as posted_on, the date is required to be in ISO 8601 format (e.g. 2011-03-28). When provided as posted_at, the date is required to be in Unix Epoch format (eg.1355429710). Not required for transactions with a status of PENDING. |
Request sample
Language:shell