-
Using flutter_stripe: ^10.0.0
To add a debit card when I call this method **_Stripe.instance.confirmSetupIntent_**, It throws an Exception
_Unhandled Exception: Invalid argument(s): `CashApp` is …
-
## Is your feature request related to a problem? Please describe.
The iOS SDK does not support showing GrabPay as a payment method in the paymentSheet. Developers would have to implement the flow man…
-
Project: https://github.com/opencollective/opencollective/projects/59
## Overview
Open Collective already supports payments using PayPal (including recurring contributions) alongside all major cre…
-
**Describe the bug**
I am getting an error when trying to confirm a setup intent. The error is as follows:
`E/flutter (28795): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exceptio…
-
Good Day,
I noticed that the ChannelCode type in Create EWallet Charge doesn't include PH_GCASH and PH_GRABPAY. It only includes PH_PAYMAYA for Philippines Ewallets.
![image](https://user-images…
-
Hi, I see in this docs that E-Wallet channel code defined as
```
ID_OVO, ID_DANA, ID_LINKAJA, ID_SHOPEEPAY, ID_SAKUKU, PH_PAYMAYA,PH_GCASH, PH_GRABPAY
```
**Code**: https://github.com/xendit/xen…
-
Hi, I am testing the PayPal screen on this example app. but I am getting the following issue.
_Payment confirmation error Invalid payment_method_data[type]: must be one of acss_debit, affirm, afte…
-
### Describe the bug
As I know, support for PayPal payments was added some time ago. I'm trying to create an Invoice using the following body:
```js
let createBody: Stripe.InvoiceCreateParams = {
…
-
## Summary
I am using Stripe's paymentLauncher.confirm(confirmParams) method to confirm a payment. On the callback, I am getting PaymentResult but it doesn't have any extra data (Like id, secret ke…
-
The doc tells how to use the SDK in a standalone environment but doesn't tells on how to integrate with existing backend.