#NeatFastro-custom-connect
1 messages · Page 1 of 1 (latest)
Hi there,
- Let me think about this for a moment.
- You control this as your platform performs the updates. So totally up to you for what you want to update or not. The most important thing is that requirements are fulfilled for the account to be active.
Ok
Okay so I think the route you are going isn't really the recommended route here to handle IP. Really, all you need to do is have the user make a request to your server (like a fetch/post) and then the server will have the IP that made that request.
That is the IP we expect to be supplied.
So I think ipify.org will make this more complicated than you want here
Followup question from @stuck frost
Oh but what if the request object ip is null or undefined?
A request to a server literally cannot have a null IP - or there wouldn't be any way to send a response
Thanks for repeating that for posterity
@muted elm ah okay but I remember logging out the ip address and it showed undefined/null but will check again tomorrow, I was using firebase cloud functions https trigger
Also I have a third question:
3. I'm using flutter sdk to develop our app and flutter does not have official stripe sdk so creating (bank account) token is not possible, so Im collecting the bank account details such as IBAN, country and currency and then sending it to nodejs server where the stripe sdk creates a token for me to provide to stripe, does my platform (app) has to be PCI compliant?
Good question, checking in to any compliance aspects of collecting those details like that...
Unfortunately I am not finding much guidance on this at the moment. Our support team can probably speak to the regulatory aspect of this. https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Also when looking in to this I did find the flutter stripe page referencing the ability to create a bank account token. Is that a different kind of token than the one you are looking for here? https://pub.dev/packages/flutter_stripe/changelog