3.194.0 release notes
about 5 hours ago by ReadMe API
- ⚠️ Breaking changes
- The
POST /public-api/resources/users/v1.0/{user}/payment-methodsendpoint now enforces user verification before a payment method can be added. Requests for users who have not completed their profile, verified their email address, or verified their phone number will now return a422response with a corresponding message ("Please complete your profile before adding a payment method.","Please verify your email address before adding a payment method.", or"Please verify your phone number before adding a payment method."). Consumers must ensure the target user meets these preconditions before calling this endpoint.
- The