#olli-connect
1 messages · Page 1 of 1 (latest)
connect acct: acct_1KlPHvQWdCpPuqJV
payment: py_1KlPO6QWdCpPuqJV5Z0SebFF
transfer: tr_3KlPNPHvwzyLKnAV0JHIfjsZ
That's the use case for Separate Charges and Transfer flow, instead of the Destination Charge flow you are using
in Separate Charges and Transfer, you decide where to fire the Transfer API
im assuming it wont be possible to schedule a transfer, and we'll have to send a request to POST /v1/transfers using source_transaction?
Yes. You would need to build a scheduling mechanism on your system (a cronjon, for example)
got it, thanks