#1TapElite
1 messages · Page 1 of 1 (latest)
hello! either would work, i would see which event contains the details you need. If both events contain the details you need, i would use payment_intent.succeeded
When we are using stripe CLI for testing we are triggering payment.successed but in response are getting both payment.successed and charge.successed
in live mode we will be getting both or payment.successed only?
If you use Payment Intent, you will get both payment_intent.succeeded and charge.succeeded events in live mode as well
okay thank yoy
No problem! Happy to help 😄
whats the ACH bank payment limit ?
Can you share where you see this?
wire transfer limit on us banks ?
Do you have the doc link where you see this limit?
no I dont have doc and not even finding
Are you referring to ACH direct debit or ACH credit transfer?
ach bank payment and wire transfer ?
For USD on any payment method, there's a minimum limit of USD 0.50: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
There's no maximum limit for ACH direct debit and ACH bank transfer (wire transfer)
whats the diff ach direct debit vs ach bank transfer ?
- ACH direct debit - customer provides his/her bank account and the payment will be deducted from his/her bank directly
- ACH bank transfer - you provide the customer transfer instructions such as bank details and wait for customer to transfer the payment
okay thank you for this