
Cant add new credit card. Param "providerMethodId" is not optional. or this error - Invalid paymentMethodId
param: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore. Can't start with a leading underscore
TL;DR
Developers are encountering errors when trying to add a new credit card due to missing parameters and incorrect formatting. The paymentMethodId should contain at most 36 characters with valid characters including a-z, A-Z, 0-9, and underscore, while not starting with a leading underscore.Recommended threads
- Environment Support
I've had a look around in the docs and I can't see how I'm supposed to manage different environments. I'd like a test and production environment. But I can't se...
- Storage Permission Issue: Team-based `re...
**Problem:** Files uploaded with `Permission.read(Role.team(teamId))` return `404 Not Found` when accessed by confirmed team members, even though the user is ve...
- Random Session Clearing from Client EXPO...
I was using the react native appwrite SDK Expo SDK 54 `react-native-appwrite` version 0.13.0 I can login just fine, and browse the application which calls a ...
