Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underkoen/flutterstripeideal
https://github.com/underkoen/flutterstripeideal
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/underkoen/flutterstripeideal
- Owner: UnderKoen
- License: bsd-3-clause
- Created: 2021-03-04T21:40:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T21:40:42.000Z (almost 4 years ago)
- Last Synced: 2023-08-20T23:18:06.327Z (over 1 year ago)
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# StripeIdeal
A implementation of stripe's ideal flow.
## Getting Started
### Initialise
```dart
StripeIdeal.init("your public stripe token")
```### Confirm Payment
```dart
//For more information about the possible banks look at https://stripe.com/docs/sources/ideal#specifying-customer-bank
StripeIdeal.confirmPayment("the client secret", returnUrl: "https://example.com/return", bank: "ing")
```