Create manual transaction
This endpoint can only be used to create manual transactions that are under a manual account. This endpoint accepts the optional MX-Skip-Webhook header and skip_webhook parameter.
POST
/users/{user_guid}/accounts/{account_guid}/transactions
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
account_guid The unique id for an | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
transaction | Required | TransactionCreateRequest |
Loading...