Anyone? what this means? webapps/shoppingcart/error?flowlogging_id=44d2833811d06&code=AMOUNT_ERROR

Elina33
New Community Member

When anyone clicks on the paypal button on our website, it shows the next page with this url

https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=44d2833811d06&code=AMOUNT_ERROR

and the page display shows 

 

"Things don't appear to be working at the moment. Please try again later".

Login to Me Too
7 REPLIES 7

MTS_Ciaran
Moderator
Moderator

This basically means the amount you are passing is not valid for what our system expects. In this case I can see the white space and a $ symbol in the amount your code is sending across. see below:

 

amt= $995

 

please remove both the space and the $ and you should be good., 

Login to Me Too

Idzni22
New Community Member

Hi, I have the same error and I'm not a programmer or coder. Where can I find the code and how do I change it?

Login to Me Too

alonnew267
New Community Member

i have this problem: Things don't appear to be working at the moment. Please try again later.

 and this is the url:

https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=54c2ef4cd977a&code=AMOUNT_ERROR

 

what do i do?

Login to Me Too

idixon0
Contributor
Contributor

i have similar problem saying something like this in the url www.paypal.com/webapps/shoppingcart/error?flowlogging_id=101f709f3d67d&code=INTERNAL_ERROR&mfid=1513... what does this mean?

Login to Me Too

MTS_Ciaran
Moderator
Moderator

Hi,  Can you post the data you are sending to PayPal or the button code please?

 

Login to Me Too

fazar
Contributor
Contributor

Here is the kind of message we got.

 

https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=854c31518e69b&code=AMOUNT_ERROR

https://www.paypal.com/webapps/shoppingcart?mfid=1516328433771_2dfeaf7d5bed2&flowlogging_id=2dfeaf7d...

 

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3J5GGPZ22ZN72">
<table>
<tr><td><input type="hidden" name="on0" value="Souscription">Souscription</td></tr><tr><td><select name="os0">
    <option value="Adhésion individuelle avec revue">Adhésion individuelle avec revue €50,00 EUR</option>
    <option value="Adhésion coupe avec revue">Adhésion coupe avec revue €75,00 EUR</option>
    <option value="Abonnement annuel à Kaminando i Avlando">Abonnement annuel à Kaminando i Avlando €40,00 EUR</option>
    <option value="Adhésion individuelle sans revue">Adhésion individuelle sans revue €30,00 EUR</option>
    <option value="Adhésion couple sans revue">Adhésion couple sans revue €55,00 EUR</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Dons à l'association">Dons à l'association</td></tr><tr><td><select name="os1">
    <option value="Option sans dons">Option sans dons </option>
    <option value="Don de 50 €">Don de 50 € </option>
    <option value="Autres dons à préciser">Autres dons à préciser </option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal, le réflexe sécurité pour payer en ligne">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>

 

Thank you for your help.

 

 

Login to Me Too

Linkinads
New Community Member

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.