# Get payment account Endpoint: GET /api/user/v1/management/projects/{project_id}/subscriptions/{subscription_id}/payment_account Version: 2.0 Security: subscriptionsManagementJwtAuth ## Path parameters: - `subscription_id` (integer, required) - `project_id` (integer, required) ## Response 200 fields (application/json): - `id` (integer, required) Example: "123" - `type` (string, required) Example: "card" - `name` (string,null) Example: "** 7398" - `card_expiry_date` (object,null) - `card_expiry_date.year` (string) Example: "2023" - `card_expiry_date.month` (string) Example: "09" - `ps_name` (string,null) Example: "Mastercard" - `switch_icon_name` (string,null) Example: "mastercard.svg" ## Response 404 fields