For CHARGE/REFUND everything looks fine with the implementation, and the logs of consumer/token/charge converted when token is created to stripe developer dashboard. [test_mode]
WF A1- When creating consumer and convert token
WF A2- Logs created
The next thing i need to do is [seller withdraw] process.
As a seller when creating withdraw, i created consumer and convert token again, then when seller is current ID and token is created | Create transfer with a source transaction that created by the charge token on the first place.
Transfers are reserved for transferring money to linked accounts with your account (you have to make a post request to link an account to yours and then you can see the linked accounts in your dashboard). Creating a card token will create card_… but an account ID starts with acct_… (if you click "show documentation) underneath the Seller/Account ID input field you will see)
What you are doing will not work. From what you’re trying to do, it doesn’t look like transfer is what you want.
2- Do sellers need to create token again for card and as a consumer and to use this card token for withdraw instantly?
3- connecting account stipe is working
4- transfer is like instant withdraw? or payout? which action do i need to use to make the withdraw work? it looks that something with the destination is not right.
5- Creating onboarding link is working if this is related to destinations links issues, and i do not understand what is used for
6- Account key can be the first linked account to my stripe? then to use it with a result to change? or to use test mode client ID>
7- New actions with a create on boarding action - If the withdraw button on the receipt and i want to collect | How to transfer the total amount or charge ID on the card token collected?
What i did is if account stripe ID is empty make the process of connection with stripe external URL and then return, if its not > transfer with a destination source of charge id > but what about the token card collected on the first place as a consumer, how to use it without the boarding connection?