AEM and Stripe Payment Integration | Community
Skip to main content
August 2, 2023
Solved

AEM and Stripe Payment Integration

  • August 2, 2023
  • 1 reply
  • 1061 views

I am trying to integrate stripe payments with aem, but I run into an issue when trying to add the stripe dependencies in there respective pom.xml files. (Core and Parent Pom).

 

The component I am trying to build uses a servlet to invoke the stripe checkout session. Meaning a button click will re-direct to this new "page".

 

After building and deploying the codebase with the com.stripe dependency I get the error: 

Any ideas on how can fix this error? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sid_Gour

Hi @kevinacorcino,

Have you looked at this similar thread ,

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-google-gson-internal-cannot-be-resolved/m-p/366206

 

adding Export-Package: com.google.gson.*;version='2.8.6' in manifest file has resolved this issue..

Use the latest gson version and give a try.

Thanks,

 

1 reply

Sid_Gour
Sid_GourAccepted solution
August 2, 2023

Hi @kevinacorcino,

Have you looked at this similar thread ,

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-google-gson-internal-cannot-be-resolved/m-p/366206

 

adding Export-Package: com.google.gson.*;version='2.8.6' in manifest file has resolved this issue..

Use the latest gson version and give a try.

Thanks,