ae_create_transaction
Initiate a purchase of a service. Creates a fund hold for the agreed price. Call ae_get_service first to obtain service_id and verify pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input data as a JSON string. Must conform to the service's input_schema. | |
| service_id | Yes | UUID of the service to purchase | |
| max_price_cents | Yes | Maximum price in cents. Must be >= service base price. |