Payments

Stripe Movement Fee Checkout

Create Stripe Checkout Sessions for rail movement fees and bind payment_reference values back to Wever Labs receipts and ledger records.

Returned objects

Call the surface and inspect returned state.

Create Stripe Checkout Sessions for rail movement fees and bind payment_reference values back to Wever Labs receipts and ledger records.

Fee source

Fee source

Uses the current movement fee schedule: transaction 50 bps, escrow 100 bps, hybrid 150 bps.

Stripe minimum

Stripe minimum

Non-zero Stripe charges are normalized to at least 50 cents when needed.

Pass marker

Pass marker

checkout_state checkout_session_created and payment_reference stripe_checkout:.

Example

POST body

{
  "mode": "create_stripe_movement_fee_checkout",
  "rail_key": "packetops",
  "movement_amount_units": 1000,
  "movement_type": "transaction"
}