Search results
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Learn more about the API that powers a range of global payment methods. The Payment Methods API allows you to accept a variety of payment methods through a single API. A PaymentMethod object contains the payment method details to create payments.
Build a platform, marketplace, or any two-sided business with Stripe Connect. Collect payments then pay out Onboard, verify, and pay out to sellers or service providers.
You can use the Payment Links API to create a payment link that you can share with your customers. Stripe redirects customers who open this link to a Stripe-hosted payment page.
Learn how to use the Payment Intents API for Stripe payments. Use the Payment Intents API to build an integration that can handle complex payment flows with a status that changes over the PaymentIntent’s lifecycle. It tracks a payment from creation through checkout, and triggers additional authentication steps when required.
Oct 28, 2024 · A PaymentIntent transitions through multiple statuses throughout its lifetime as it interfaces with Stripe.js to perform. authentication flows and ultimately creates at most one successful charge. Related guide: Payment Intents API
To move it forward, Stripe needs details about the customer’s payment method—either a card number or credentials for some other payment system. An integration represents these details using an API object called a PaymentMethod .
This guide walks you through a simple interaction with the Stripe API—creating a customer. For a better understanding of Stripe API objects and how they fit together, take a tour of the API or visit the API reference. If you’re ready to start accepting payments, see our quickstart.
Payment Methods. PaymentMethod objects represent your customer’s payment instruments. You can use them with PaymentIntents to collect payments or save them to Customer objects to store instrument details for future payments. Related guides: Payment Methods and More Payment Scenarios.
Oct 2, 2023 · Stripe's payment API enables businesses to accept payments from a variety of methods including credit cards, debit cards and digital wallets such as Apple Pay or Google Pay. Stripe's APIs take care of the entire payment process, from transaction initiation to funds settlement .