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://<spotnana-domain>/path?idp=token-exchange-auth&orgId=<partner-org-id>&showCreditCards=trueTo deep-link users directly to the payment and card management page, use the following URL:
https://<spotnana-domain>/profile/payment?idp=token-exchange-auth&orgId=<partner-org-id>&showCreditCards=trueNote: 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.