Start the JidoSeal certification purchase (returns a Stripe Checkout link)
jidoseal_start_checkoutCreate a Stripe Checkout session to certify a folder, returning a payment URL for the customer to complete the purchase. Sends only metadata, never file contents.
Instructions
Ask jidoseal.com to create a Stripe Checkout session for certifying this corpus, and return the checkout URL for the customer to open and pay. Call it only with the customer's explicit go-ahead: it is the purchase step. It does NOT take a payment — this server never sees a card, Stripe hosts the checkout, and nothing is charged or issued unless the customer completes it themselves. This is the one JidoSeal tool that contacts the network, and it sends only: company, name and email as typed by the customer, the tier, a 0-100 score, the corpus's Merkle root, the local scan's id, and which Bronze price applies. No file contents, no file names, no per-file hashes, no paths. The tier, score and Merkle root are taken from a fresh local scan run here — never from the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Absolute path of the folder to certify. | |
| company | Yes | The customer's company name, as it should appear on the certificate. | |
| submitter_name | Yes | The person submitting, as typed by them. | |
| include_machine | No | ||
| submitter_email | Yes | Where the certificate and receipt go. |