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

https://github.com/underkoen/flutterstripeideal


https://github.com/underkoen/flutterstripeideal

Last synced: 2 months 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")
```