create_stripe_movement_fee_checkout
ActiveTool of Wever Labs Agentic Rails
declared in 1.8.5
Create Stripe Checkout Session for movement fee collection, or return env setup requirements.
Parameters schema
{
"type": "object",
"properties": {
"rail_key": {
"enum": [
"packetops",
"diligenceops",
"energyops",
"distributionops",
"tokenops",
"financeops",
"contractops",
"scout"
],
"type": "string"
},
"movement_type": {
"type": "string"
},
"idempotency_key": {
"type": "string"
},
"movement_amount_units": {
"type": "number"
}
},
"additionalProperties": true
}Parent server
Wever Labs Agentic Rails
1/7 registries