#Do you know da wae?

1 messages · Page 1 of 1 (latest)

lapis breachBOT
quiet lantern
#

What's the pi_xx ID? Are there any errors or logs thrown?

#

Also, if you're using the Flutter SDK please note we do not officially support that. It is a third-party library so you may need to speak with the maintainers of that directly if the issue lies there

narrow jay
#

I see, but i do not get any sort of errors or exceptions, ive tried debugging it again and again to find any problem, but on the front end side it appears to be ok.
the package that i am using for this is
https://pub.dev/packages/flutter_stripe

quiet lantern
#

Yup, that's a third-party package do we don't support that here. If you can share a payment ID I can see if there's an obvious issue

#

Also, what happens when you trigger Apple Pay? Do you see the dialog? Can you complete the payment in the Apple Pay dialog?

narrow jay
#

this is the id
pi_3NzynmAI7UrJoeev3Osj7oOo
but the issue is even though i am generating a method and everything, by the time it reaches the dashboard it is showing the method to be null.

#

When apple pay is triggered, i am allowed to add card info, once that happens, upon clicking pay, it captures me by face ID and allows me to go through and returns me a response saying payment successful

quiet lantern
#

Yeah, no indication of an issue on that payment. It's in requires_payment_method state indicating that there's been no confirmation attempt

#

What does your code look like after you close the Apple Pay dialog?

narrow jay
#

it return me the payment method id as a response.

quiet lantern
#

Ok, and then what do you do with that? There should be a call to confirm the Payment Intent using that pm_xxx ID

#

(not familiar with the Flutter SDK so don't know the exact functions)

narrow jay
#

the package doesnt have any callback in the element to be used, but it does have seperate fucntions to be used to confirm the payment. i am trying to avoid using those functions as i want to let stripe handle the pci compliance

quiet lantern
#

The PCI compliance part is irrelevant here. You need to call a method/fucntion to confirm the Payment Intent

#

The tokenisation of the Apple Pay card (resulting in the pm_xxx object) is PCI compliant