#Asim-payment-details
1 messages · Page 1 of 1 (latest)
I am not sure if this is possible or not.
could you guide me on thi? and will I be able to update payment to mark them
so next time after a day schedular I won't procesed them again
Do you want to initiate these transfers immediately upon payment or later on?
Okay so it sounds like you want to integrate Separate Charges and Transfers: https://stripe.com/docs/connect/charges-transfers
Have you already decided on what type of Connected Accounts you will use?
express, but it says with each payment I have to assign Destination (connected account ID)
actually, payments comes from a third party service smoobu
Can I update payments through API and add desctination ID? after reading from payment description
so let me rephrase my requirement
I need to pull payments, read their description and update each payment with the destination ID using my backend job
and ofcourse mark the processed payments some how, I don't want to processed them again
Yep, so you would use Separate Charges and Transfers that I mentioned above to transfer after the payment has already happened.
In terms of "marking them as processed", that is up to you.
You likely need to track that in your own Database
You could also add metadata to the payment once you have created a transfer for it.
Or, you can use source_transaction when you transfer