#red_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/1410656002977828904
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
they would pay us in cash
we run an event venue - most will book by cc / ACH, but some want to pay in cash. We'd like to use the same website flow
You wouldn't use Stripe for that then.
You could have a separate option on your site that indicates cash
But if you are using our checkout flows then there wouldn't be an option for cash within Elements or Stripe Checkout.
If you want to record a cash payment in Stripe then you could create an Invoice and then mark it as paid.
But to be clear that wouldn't add to your account balance.
To create the Invoice?
Actually I suppose you could use Elements here if you are using Payment Element... you can do that via Custom Payment Methods: https://docs.stripe.com/payments/payment-methods/custom-payment-methods
https://docs.stripe.com/payments/payment-element/custom-payment-methods is the integration guide.
So yeah you could use this to show a Cash option within Payment Element.
ah nice, let me take a look!