#aman_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1243077050521354332
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
We are developing an app for auctioning farming equipment. Users place bids, and we create holds using Stripe. We need to confirm if Stripe charges any transaction fees when creating holds and if there are fees for previous bids when they are outbid.
This channel is for technical integration question. For fee related question, our Support https://support.stripe.com/contact will be able to help
Additionally, users will add their cards to Stripe, which we attach to their customer IDs. We need to know if these cards have expiration dates, if Stripe provides an API to get this information, and how to verify the legitimacy of the cards to prevent fraud and notify users of upcoming expirations.
Payment Method details can be retrieved via Payment Method API: https://docs.stripe.com/api/payment_methods/customer
Card expiry can be found under card.exp_year and card.exp_month in the response: https://docs.stripe.com/api/payment_methods/object#payment_method_object-card
Find help and support for Stripe. Our support site 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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay thanks for the response