You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create an endpoint to list all payment methods associated with the user by obtaining the userId from auth token and retrieving the user’s payment methods from Stripe.
Motivation
Allow users to view their stored payment methods conveniently.
Implementation details
Get userId from token and retrieve customerId from the user record.
Fetch payment methods linked to customerId from Stripe and return them.
The text was updated successfully, but these errors were encountered:
portuu3
changed the title
[Job Launcher] Abuse - Create Endpoint to List Payment Methods
[Job Launcher] Billing system - Create Endpoint to List Payment Methods
Nov 14, 2024
Description
Create an endpoint to list all payment methods associated with the user by obtaining the userId from auth token and retrieving the user’s payment methods from Stripe.
Motivation
Allow users to view their stored payment methods conveniently.
Implementation details
The text was updated successfully, but these errors were encountered: