#codedmart - destination charge
1 messages ยท Page 1 of 1 (latest)
Yep, it does, that's what i was about to share
This is a source-based payment method that doesn't work with the payment intents API currently.
Charging this payment method must be done with the Charges API:
https://stripe.com/docs/sources/ach-credit-transfer#charge-request
OK thanks ๐
NP!
OK so on this one. Does it look correct? req_S49rAnkysof4H1
Also I sent application_fee_amount but am not seeing it in the transfer fee?
And can I send metadata for the transfer?
And if I want to pass the stripe fee we pay do we just include that in application fee?
yea you just need to make the application fee enough to cover your stripe fees
the request looks like its creating a destination charges with the charges api and a CT source, yep ๐
OK so the application fee would be paid to us correct in that request?
And if I want to add metadata to the transfer do I need to do that after with the returned charge transfer?
yea it works like this: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Yes, you'd need to set metadata separately, there's no passthrough option to apply automatically that i'm aware of
OK thanks again
NP!