# Get saved accounts Lists saved payment accounts of a given user. NoteIn sandbox mode, this API call works only with test cards that have no 3-D Secure function. Endpoint: GET /projects/{project_id}/users/{user_id}/payment_accounts Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. - `user_id` (string, required) Unique user ID in the game stored on your side. Make sure you pass the existing user ID. In case an error occurs, refer to the answers to the FAQs. ## Query parameters: - `mode` (string) Set to sandbox to test the payment process. Remove the parameter to make real payments. ## Response 200 fields