Docs

Create Setup Checkout Session – Stripe to Aspire Sync

POST

Body

Arguments
string

Stripe Customer ID, supplied dynamically.

string

Customer email when no Stripe Customer ID is supplied.

stringrequired

Hosted Checkout success redirect URL.

stringrequired

Hosted Checkout cancellation redirect URL.

array of stringrequired

Allowed Stripe payment method types. Each value must be card or us_bank_account.

stringrequired

Unique MindCloud request ID used to reconcile the Checkout Session.

stringrequired

Exact Stripe to Aspire metadata contract version.

stringrequired

Unique request identifier matching the payment reference contract.

stringrequired

Payment kind: deposit or invoice.

stringrequired

Aspire Opportunity number audit link.

stringrequired

Aspire Opportunity revision.

stringrequired

Aspire billing company; use the exact non-empty sentinel "none" only when the billing contact is populated.

stringrequired

Aspire billing contact; use the exact non-empty sentinel "none" only when the billing company is populated.

stringrequired

Aspire property audit context.

stringrequired

Aspire branch name.

stringrequired

Use the exact non-empty sentinel "none" for deposits; use a positive integer string for invoice payments.

stringrequired

Deposit percentage string for deposits; use the exact non-empty sentinel "none" for invoice payments.

stringrequired

Positive canonical integer-cent basis for deposits; use the exact non-empty sentinel "none" for invoice payments.

stringrequired

Canonical non-negative integer service amount in cents.

stringrequired

Canonical non-negative integer service sales tax in cents.

stringrequired

Canonical non-negative integer customer card fee in cents.

stringrequired

Canonical non-negative integer sales tax on the card fee in cents.

stringrequired

Exact lowercase metadata currency code.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.