#yungtb
1 messages · Page 1 of 1 (latest)
Hello! What's up?
Hi so I am creating an order-book style marketplace (B2B), and I want to facilitate payments via ACH. I was wondering if there's a way that I can do an "binding offer" on products and have that stored alongside the actual listing
Furthermore, I have all the products within AWS as they are imported from a barcode scan and then placed into dynamodb, is there a quick integration for creating product listings here?
I'm not sure what you mean by "binding offer"?
For the second question, no, there's no quick integration I'm aware of. You would need to build something custom.
Essentially with ACH you can set terms without having them go through. Say I'm a user and I want to pay $500 for a table, and the current listing is $650. I can set a binding offer at $500 and the seller can agree to accept my payment then the ACH completes starts to process.
I just want to store the binding offers in a product listing
I'm not aware of Stripe supporting anything like that for ACH. You can place a hold on a card, but I don't know of anything similar for ACH.
Can an ACH be automatically triggered via a marketplace event?
Not sure what you mean by "a marketplace event"?
I think we're getting hung up on terms. Does what you're describing boil down to scheduling an ACH debit for later?