Hello,
I am looking to create something what involves a split payment then sending part of the split payment to make an API call with.
For example:
They make a 30$ payment with stripe to my application.
I need to send 5$ of this payment elsewhere via an API call.
Send the other 25$ to my stripe account.
How would I go about setting this up?