nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
754 stars 313 forks source link

Multipass Token redirect displays Invalid Multipass request #832

Open saranya1904 opened 1 year ago

saranya1904 commented 1 year ago

Hello,

I generated the multipass token and redirected to clients shopify site but seems to display "Invalid Multipass Request". I am unable to figure out the problem. A sample of the json being sent is as follows -

{"email":"xyz@orgName.org","created_at":"2023-01-18T15:36:08-05:00","NetforumId":"xxxxxx","first_name":"FirstName","last_name":"LastName","MemberFlag":"Non-Member","MemberStatus":"","addresses":{"address1":"Line1 address","State":"DC","city":"Washington","country":"UNITED STATES","zip":"20002-4239","phone":"(234) 345-4578"}}

Any insights on why this could be failing is appreciated.

Thanks in advance!

nozzlegear commented 1 year ago

Thanks @saranya1904! I don't use the Multipass service myself so I can't say I've heard of this issue before. Could you possibly send a screenshot of the error you or your clients are seeing when they are redirected? It might also be wise to reach out to Shopify support and see if they can offer any insight based on that json you've sent.