Stripe
Stripe

Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally

Completely Secure
124703VIEWS
33USERS

Tools

1 of 6

Cancel Subscription

Cancels a customer's active Stripe subscription at the end of the current billing period, with options to invoice immediately for metered usage and prorate charges for unused time.

Confirm Payment Intent

Confirms a Stripe PaymentIntent to finalize a payment; a `return_url` is necessary if the payment method requires customer redirection.

Create Checkout Session

Tool to create a Stripe Checkout Session. Use when you need a secure, hosted URL to collect payments or subscriptions via Stripe Checkout.

Create Customer

Creates a new customer in Stripe, required for creating charges or subscriptions; an email is highly recommended for customer communications.

Create An Invoice

Creates a new draft Stripe invoice for a customer; use to revise an existing invoice, bill for a specific subscription (which must belong to the customer), or apply detailed customizations. Note: Stripe API enforces a maximum value of 99,999,999 (in smallest currency unit) for amount fields including `unit_amount` in invoice items, `application_fee_amount`, and `transfer_data.amount`. Values exceeding this limit will be rejected.

Create Payment Intent

Creates a Stripe PaymentIntent to initiate and process a customer's payment; using `application_fee_amount` for a connected account requires the `Stripe-Account` header.