#rd16123
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
You need to use Stripe Connect for this: https://stripe.com/docs/connect
cant we use API to transfer money?
Yes, but the customers need to be registered as a business then.
Okay, then using stripe connect, i will create an account of type business. Then how do I attach a payment method or card or actually transfer to the user?
I only have account saved as Payment methods
It will need to be a new External Account: https://stripe.com/docs/api/external_account_bank_accounts/create
It can be added as part of the Stripe Connect account onboarding.
What if I only want to transfer to the cards and not to the back accounts? Because Norway people don't use banks.
Where would the cards come from if not banks?
People remember card number but not the IBAN number
Finding out your IBAN number is a trivial task. It might be a bit harder than grabbing the card from your wallet but not impossible.
So there's no other way out?
You can also use a card number as an external account, but I am not sure it works with all cards: https://stripe.com/docs/api/external_account_cards/create
Please try and see if it works for you.