Create managed transaction
Use this endpoint to create a new partner-managed transaction.
POST
/users/{user_guid}/managed_members/{member_guid}/accounts/{account_guid}/transactions
Path Parameters
| Field | Required | Type |
|---|---|---|
account_guid The unique id for an | Required | String |
member_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Request Body
Managed transaction to be created.
| Field | Required | Type |
|---|---|---|
transaction | Required | Object |
Loading...