Integrate with Collect
Seamlessly integrate Collect for Stripe's charge flow with your own app or website. You don't need an API key, or any other setup from our team. Everything is handled by simply linking to the app's URL.
This integration assumes you have Collect for Stripe installed on the device in use.
API Integration Real-World Example
Your app or website is running on an iPad. After gathering enough data, you are ready to accept payment. Use the API to launch the Collect app on this iPad, securely read a credit/debit card and complete the charge.
Include a callback URL to have Collect send you there upon completion with all necessary Stripe charge data, to handle however you like.
Base URL Scheme
This is the heart of our integration process. Any action taken within Collect for Stripe will begin with this base URL.
Recommended Method
Universal App Link
https://app.collectforstripe.com/launchApp
By using App Links, Collect's web servers verify every request and instantly open Collect on either platform (iOS or Android).
(That allows you to skip this step 👇🏼)
Alternate Method
Collect Custom URL Scheme
collectforstripe://
To implement, simply replace the https link throughout this documentation with the collectforstripe:// format.