Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sean-hill/stripe-elements-connect
https://github.com/sean-hill/stripe-elements-connect
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sean-hill/stripe-elements-connect
- Owner: sean-hill
- Created: 2017-11-26T22:07:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T20:56:51.000Z (about 5 years ago)
- Last Synced: 2024-11-08T08:46:06.032Z (2 months ago)
- Language: TypeScript
- Size: 1.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripex
This repository provides a few components that will help you integrate Stripe
Elements and Stripe Connect (Express) into your Ionic application.It only includes the client side code needed to retrieve a `token` from Stripe
using Stripe Elements, and the code that opens up Stripe Connect (Express) via
the `inAppBrowser` cordova plugin. The backend API's needed to persist this
information is not provided in this repository.## Key Resources
The `link-card` component provides the hacks I found to get Stripe Elements
integrated into an Ionic application. The `connect-payout` provider shows how to
open Stripe Connect (Express) using the `inAppBrowser` plugin, and how to check
when the Express flow is completed.