#Harpreet
1 messages · Page 1 of 1 (latest)
Transact through ACH direct debit into merchant and hold that amount for some time and then transfer it from merchant to other...
Are you a Connect platform?
yes
Then you'd create a Top-up: https://stripe.com/docs/api/topups
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what that mean ..?
charge customer with ACH debit and raise platfrom connect balance ..?
something like that.
No, you're not creating a payment. That will top-up your balance from an external account created by you
No, actually I want to charge a user and hold that amount on out platform and after some time we want to release that amount ...
like user can make payment by credit card but now we want to make payment ACH direct debit also... is it possible same case as I explain..
That's just like any other payment then, with a separate transfer at a later date: https://stripe.com/docs/connect/charges-transfers
can we make ACH direct debit transaction in hold mode and proceed/cancel it after some time??
No ACH Debit doesn't support auth/hold and manual capture