I’ve implemented the Connected Account direct charges flow and successfully processed a payment. Now, I want to charge customer an additional fee asynchronously in my Platform Account using the same payment method.
Here’s what I have so far:
- I can retrieve the payment method from the Connected Account.
- I have the customer created in the Platform Account.
My plan is to copy or recreate the payment method from the Connected Account in the Platform Account and attach it to the customer there. Is this approach possible? If so, could someone point me to the relevant documentation or suggest an alternative solution?
Thanks in advance for your help!