1
0
Fork 0
docsearch/dev/index.html

227 lines
10 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<link rel="stylesheet" type="text/css" href="/stripe.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/docsearch.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style.css" media="screen" />
<link rel="shortcut icon" href="favicon.ico">
</head>
<body id="documentation">
<div id="header">
<h1><a href="index.html">Stripe</a></h1>
<div class="navigation">
<div class="signin"><a id='signin' href="https://dashboard.stripe.com/login"><span>Sign In</span></a></div>
<ul class="global">
<li><input type="text" id="search-input" /></li>
<li><a href="country%3Fcountry=CH&amp;redirect=%252Fdocs.html" class="selected">Documentation</a></li>
<li><a href="https://support.stripe.com">Help &amp; Support</a></li>
</ul>
</div>
</div>
<!-- #header -->
<section id="doc">
<nav>
<h1 class="references">Development</h1>
<ul>
<li class="selected"><a href="country%3Fcountry=CH&amp;redirect=%252Fdocs.html">Getting Started</a></li>
<li class="unselected sub"><a href="docs/tutorials/checkout.html">Embedded Form</a></li>
<li class="unselected sub"><a href="docs/tutorials/forms.html">Custom Forms</a></li>
<li class="unselected sub"><a href="docs/mobile.html">Mobile Apps</a></li>
<li class="unselected"><a href="docs/tutorials/charges.html">Charging Cards</a></li>
<li class="unselected"><a href="docs/testing.html">Testing</a></li>
<li class="unselected"><a href="help/security.html">Security</a></li>
<li class="unselected"><a href="docs/fraud.html">Fraud Protection</a></li>
<li class="unselected"><a href="docs/webhooks.html">Webhooks</a></li>
<li class="unselected"><a href="docs/guides/bitcoin.html">Bitcoin Guide</a></li>
<li class="unselected"><a href="docs/guides/alipay.html">Alipay Guide</a></li>
<li class="unselected"><a href="docs/guides/file-upload.html">File Upload Guide</a></li>
</ul>
<h1 class="getting-started">Account</h1>
<ul>
<li class="unselected"><a href="docs/tutorials/dashboard.html">Your Account</a></li>
<li class="unselected"><a href="help/transfers.html">Getting Paid</a></li>
<li class="unselected"><a href="help/disputes-overview.html">Disputes</a></li>
<li class="unselected sub"><a href="docs/guides/dispute-evidence.html">Submitting Evidence</a></li>
<li class="unselected sub"><a href="help/dispute-types.html">Dispute Types</a></li>
<li class="unselected sub"><a href="help/disputes.html">Disputes FAQ</a></li>
<li class="unselected"><a href="docs/integrations.html">Integrations</a></li>
</ul>
<h1 class="faq">References</h1>
<ul>
<li class="unselected"><a href="docs/examples.html">Examples</a></li>
<li class="unselected"><a href="docs/stripe.js.html">Stripe.js</a></li>
<li class="unselected"><a href="docs/checkout.html">Checkout</a></li>
<li class="unselected"><a href="docs/libraries.html">API Libraries</a></li>
<li class="unselected"><a href="docs/upgrades.html">API Upgrades</a></li>
<li class="unselected">
<a href="docs/api.html" class="external" target="_blank">Full API Reference</a>
</li>
</ul>
<h1 class="subscriptions">Subscriptions</h1>
<ul>
<li class="unselected"><a href="docs/subscriptions.html">Overview</a></li>
<li class="unselected"><a href="docs/tutorials/subscriptions.html">Getting Started</a></li>
<li class="unselected"><a href="docs/guides/subscriptions.html">Integration Guide</a></li>
</ul>
<h1 class="orders">Relay</h1>
<ul>
<li class="unselected"><a href="docs/relay.html">Overview</a></li>
<li class="unselected"><a href="docs/relay/apps-guide.html">Apps Guide</a></li>
</ul>
<h1 class="connect">Connect</h1>
<ul>
<li class="unselected"><a href="docs/connect.html">Overview</a></li>
<li class="unselected"><a href="docs/connect/connecting-to-accounts.html">Connecting to Accounts</a></li>
<li class="unselected sub"><a href="docs/connect/standalone-accounts.html">Standalone Accounts</a></li>
<li class="unselected sub"><a href="docs/connect/authentication.html">Authentication</a></li>
<li class="unselected sub"><a href="docs/connect/reference.html">OAuth Reference</a></li>
<li class="unselected"><a href="docs/connect/payments-fees.html">Payments and Fees</a></li>
<li class="unselected"><a href="docs/connect/special-case-transfers.html">Special-case Transfers</a></li>
<li class="unselected"><a href="docs/connect/managed-accounts.html">Managed Accounts</a></li>
<li class="unselected sub"><a href="docs/connect/updating-accounts.html">Updating Accounts</a></li>
<li class="unselected sub"><a href="docs/connect/identity-verification.html">Identity Verification</a></li>
<li class="unselected sub"><a href="docs/connect/bank-transfers.html">Bank Transfers</a></li>
<li class="unselected sub"><a href="docs/connect/migrating.html">Migrating Recipients</a></li>
<li class="unselected"><a href="docs/connect/testing.html">Testing</a></li>
</ul>
<h1 class="more">About Stripe</h1>
<ul>
<li class="unselected"><a href="help/contact.html">Contact</a></li>
<li class="unselected"><a href="global.html">Global Users</a></li>
<li class="unselected last"><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<section id="content">
<section id="start">
<header>
<h1>Getting Started</h1>
<p>
Below you'll find tutorials that will teach you how to use Stripe, and reference documentation for all the moving&nbsp;parts.
</p>
</header>
<section class="getting-started">
<div class="implementation-options">
<div class="guides">
<a class="web" href="docs/tutorials/checkout.html">
<h2>On your website</h2>
<p>
Start accepting payments on your website with our JavaScript libraries. <span class="arrow">Learn more</span>
</p>
</a>
<a class="mobile" href="docs/mobile.html">
<h2>In your mobile app</h2>
<p>
We have toolkits for native iPhone and Android applications. <span class="arrow">Learn more</span>
</p>
</a>
</div>
<div class="payment-types">
<h3>Accept different payment types</h3>
<p>
In addition to charging <a href="docs/tutorials/charges.html">credit and debit cards</a>, Stripe's APIs let you accept payments on <a href="docs/mobile/android.html">Android</a> and <a href="docs/mobile/ios.html">iOS</a>. You can also support <a href="docs/guides/bitcoin.html">Bitcoin</a>, <a href="docs/guides/alipay.html">Alipay</a>, or <a href="docs/guides/amex-express-checkout.html">Amex Express Checkout</a>.
</p>
<hr>
</div>
<div class="non-developer">
<a class="platforms" href="docs/libraries.html#third-party-plugins">
<h3>Stripe plugins for 3rd party software</h3>
<p>
As well as the official API libraries listed above, there are a number of third-party plugins and libraries built by our community, such as for WordPress and Drupal.
<span class="arrow">Learn more</span>
</p>
</a>
<a class="services" href="docs/integrations.html">
<h3>Use Stripe with other services</h3>
<p>
Stripe has lots of third-party integrations which require no programming, hosting or complicated setup on your behalf, such as Shopify and Wufoo.
<span class="arrow">Learn more</span>
</p>
</a>
</div>
</div>
<section id="details">
<article>
<hr>
<h2>Need help?</h2>
<p>We're always happy to help out with code or any other questions you might have. <a href="https://support.stripe.com" class="arrow">Learn more</a></p>
<h2>API mailing list</h2>
<p>Join our mailing list to be notified of API changes and stay up to&nbsp;date. <a href="https://groups.google.com/a/lists.stripe.com/forum/#!forum/api-discuss" class="arrow">View mailing list</a></p>
<h2>Resources</h2>
<ul>
<li><a href="docs/libraries.html">API libraries</a></li>
<li><a href="docs/examples.html">Example projects</a></li>
</ul>
</article>
</section>
</section>
</section>
<footer class="clearfix">
<section class="questions">
<h1>Questions?</h1>
<p>We're always happy to help with code or other questions you might have! Check out our answers to <a href="https://support.stripe.com">common questions</a> or chat live with other developers in <a href="irc://irc.freenode.net/stripe">#stripe</a> on freenode.</p>
</section>
</footer>
</section>
</section>
<!-- #documentation -->
<div id="footer">
<p><a href="index.html">&copy; Stripe</a></p>
<ul>
<li><a href="https://status.stripe.com"><span>System Status</span></a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html"><span>Blog</span></a></li>
<li><a href="jobs.html"><span>Jobs</span></a></li>
<li><a href="http://twitter.com/stripe">Twitter</a></li>
</ul>
<ul class="lesser">
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="country-dropdown-overlay"></div>
<script src="/bundle.js"></script>
</body>
</html>