Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/underkoen/flutterstripeideal


https://github.com/underkoen/flutterstripeideal

Last synced: about 1 month ago
JSON representation

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")
```