#CheckMate
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you elaborate on what you're looking for?
I want to know how big the size of it would be. If someone were to use the sdk in their product ?
I want to use this sdk , But I need to know how much of size overhead this is giving.
I'm a non tech guy so I don't know how to find out myself . Can you please help me out here ?
I'm not sure off-hand how big that package is, I would recommend adding it to your project and see how doing so impacts the size of your app.
Okay cool
https://stripe.com/docs/api/setup_intents Does stripe charge only for successful payments / does it charge if I call setup intents API also.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm not sure, we focus more on the technical side of implementing Stripe in this forum, and are less familiar with topics such as fee structures. I would recommend checking that with our Support team:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay cool. https://stripe.com/docs/payments/intents?intent=payment I don't see any difference between setupIntent flow and paymentIntent flow. Am I missing something ?
The lifecycle of the two types of Intents is the same, but Setup Intents don't process a payment the way Payment Intents do.
Payment Intents are meant for collecting a payment, while Setup Intents are intended to collect/verify payment method details so they can be used in the future.
These guides walks through using a Payment Intent:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
https://stripe.com/docs/payments/save-during-payment
While this one walks through using a Setup Intent:
https://stripe.com/docs/payments/save-and-reuse
What is redaction in setup intent
It is in the json response . But doesn' t have an explanation in parameters
Can you point me to or show me what you're referring to?
Can you share your Account ID?
Hello ๐
Stepping in as toby needs to step away soon
The redaction field if I understand correctly, Indicates whether this object and its related objects have been redacted or not.
As far as I know, this field shouldn't surface on SetupIntents
according to the dictionary
the censoring or obscuring of part of a text for legal or security purposes.
But it is surfacing
Can you share your Account ID?
Ah got it, thank you.