#axelvaindal - auction

1 messages · Page 1 of 1 (latest)

open breachBOT
quick swift
#

I see that we mention penny auctions or "bidding fee auctions" as a restricted business type but I don't see other auction types listed there
https://stripe.com/legal/restricted-businesses#:~:text=Bidding fee auctions
You can reach out to our support team for a better look at whether your use case is supported. As far as I know it should be, but I am less familiar with the regulatory/policy side of this.
https://support.stripe.com/?contact=true
From an API perspective, you would likely just want to save their payment method
https://stripe.com/docs/payments/save-and-reuse
And charge it once the auction is done. You can then just try the next customer/payment method with the same basic API call if you get a decline on the first one
https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method

#

axelvaindal - auction

jade skiff
quick swift
#

Awesome, glad I could help!

#

Just let us know if you have any more coding questions here, we are always happy to help