Nexus API
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
/accounts/{account_guid}/transactions
Path Parameters
| Field | Required | Type |
|---|---|---|
account_guid The unique identifier for the account. Defined by MX. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
transaction | Required | TransactionCreateRequest |
Loading...