# Card management By default, the credit card management feature is hidden in the embedded Spotnana app. To allow users to view and add credit cards, include the `showCreditCards=true` query parameter in the iframe URL. You can append this parameter to any embedded URL where you want card management to be accessible in the user interface. Here's a sample URL: ``` https:///path?idp=token-exchange-auth&orgId=&showCreditCards=true ``` To deep-link users directly to the payment and card management page, use the following URL: ``` https:///profile/payment?idp=token-exchange-auth&orgId=&showCreditCards=true ``` > **Note:** Without `showCreditCards=true`, the credit card section will not render in the iframe embedded application, even if the user navigates to the profile or the payment page.