Is there an API to securely store sensitive user info on our behalf, similar to how stripe securely stores user credit card info?

I need to collect some sensitive info from users and honestly, I’m not too confident that Bubble can securely do this to the level I need it to.

I’m looking for a 3rd party service out there that I can call via an API whenever I need to retrieve that sensitive user info.

Stripe sort of does this but for user’s credit card info. They take care of the security. I just call or get their API when appropiate.

Bubble can, but it is up to the developer to make it secure in the proper way

You should check out some of the material on Bubble and security

I’m not sure but perhaps a 3rd party database would suffice, such as Xano or backendless, but my assumption is that with those as well, the developer would need to make them secure using the features and functions the platform provides.