#Juan Pablo Martínez-ach-ct
1 messages · Page 1 of 1 (latest)
Hello! Have you looked at these docs? https://stripe.com/docs/sources/ach-credit-transfer#:~:text=ACH Credit Transfers is a,of any charge request made.
I need to send application_fee_percent or something like that, but using ach_credit_transfer
but i cannot find a parameter like that
You'd set that when you create the Charge - we have application_fee_amount for that on Charges (https://stripe.com/docs/api/charges/object?event_types-payment_intent.payment_failed#charge_object-application_fee_amount)
dont understand
payment_intent_data: {
application_fee_amount: 1234
},
something like that?
using sources create, need to add that parameters in source i think
im creating a new source
Why are you setting payment_intent_data? That's not part of the doc I shared with you, so I'm not sure why you're doing that
i tell you want i need to do: i need to get a fee from an ach credit transfer
when the customer makes a transfer, i need to get a fee
a custom fee, not stripe fee
Yes, so did you read the whole doc I sent over? In that doc we talk about creating a source for the ach credit transfer, attaching that source to a customer, and then creating a charge with that source (at which point you can set the application fee amount)