-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not get the decrypted payload as provided example #20
Comments
Hello there! I'll answer your questions:
Also, please, reach us out via email at [email protected] and ask your questions. This way we'll find your store and provide with guidance. Thanks! We look forward to hearing from you! |
Noted with thanks.
…On Fri, Jun 5, 2020 at 12:21 PM dexterkvp ***@***.***> wrote:
Hello there!
I'll answer your questions:
1.
This 'payload' value is just an example and it won't work with a real
application. The 'payload' is unique for every store as there are unique
parameters such as 'storeId', 'token' and etc;
2.
As I can see, you're trying to decrypt the payload for your custom
payment gateway app. If so, to understand whether this decryption function
code is valid, I recommend doing the following:
a) Run it on your server and enable logging to track the result;
b) Provide us with your payment URL, we'll apply it to your custom app
in your Ecwid store and it will be easier to test and troubleshoot and see
errors while decoding.
Also, please, reach us out via email at ***@***.*** and ask your
questions. This way we'll find your store and provide with guidance. Thanks!
We look forward to hearing from you!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGWKLYBXA75TAUS6PU5SZB3RVB6EBANCNFSM4NNUXJXA>
.
|
Is the param named "payload" value valid for the $client_secret = "0123abcd4567efgh1234567890"?
(https://www.example.com/my-app-iframe-page?payload=353035362c226163636573735f746f6b656e223a22776d6&app_state=orderId%3A%2012&cache-killer=13532)
Is the below decryption function code inside C# valid? Please advice, I have stucked with for so long, thanks.
The text was updated successfully, but these errors were encountered: