#ox64_docs
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1254693128376418315
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there, I don't quite understand you question, what is "PayFac as a service which Stripe offers.", and what is a "TUI/CLI-based application" ?
this one
I'm not familiar with Payfacs, can I suggest you reaching out to support https://support.stripe.com/contact/email ?
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.
I think Paddle uses Stripe under the hood, so they are likely using a payment facilitator (PayFac) model
A 'TUI/CLI-based application' refers to terminal-based applications without a web interface.
For example, https://www.terminal.shop/about also works over SSH.
Delicious Brazilian coffee, ethically sourced, and roasted to perfection • Order via your terminal • ssh http://terminal.shop
I know it's possible with the Stripe API (https://docs.stripe.com/api), but how does it work when it comes to sub-merchants?
https://docs.stripe.com/terminal/features/connect I think this is what you are looking for
Stripe Terminal is fully compatible with Connect, enabling your platform or marketplace to accept in-person payments.
accept in-person payments.
😅
i mean this terminal
In computing, text-based user interfaces (TUI) (alternately terminal user interfaces, to reflect a dependence upon the properties of computer terminals and not just text), is a retronym describing a type of user interface (UI) common as an early form of human–computer interaction, before the advent of bitmapped displays and modern conventional g...
You can checkout the Stripe CLI https://docs.stripe.com/stripe-cli and see if it provide sufficient functionality for your need
Nope, but this API from https://docs.stripe.com/api works for my needs. The problem is how it works with sub-merchants, considering PCI compliance.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you share more context about these sub-merchants? what's the relationship between you and sub-merchants?
I'm the platform that gains ownership from transactions. Similar to mor (merchant of record)
So these sub-merchants are essentially the connected accounts in Stripe's terminology ? https://docs.stripe.com/connect
So, sub-merchants are individuals who can start their businesses on the platform, and they can customize everything / white labelling
OK. About the PCI compliance requirements, you can refer to this page https://docs.stripe.com/security/guide#pci-compliance-requirement-by-integration
If your integration need to access raw card data, read this page https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis
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.