button

instintomilitar
Contributor
Contributor

Good Morning ,
I needed help with the paypal button, I put the account email but the button crashes showing the following message:
Everything indicates that the system is not working at the moment. Please try again later. I needed help solving this problem
I have the following code:
<form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" target = "_ top"> "& _
                                                              "<input type =" hidden "name =" cmd "value =" _ xclick "/>" & _
                                                              "<input type =" hidden "name =" business "value =" email "/>" & _
                                                              "<input type =" hidden "name =" currency_code "value =" EUR "/>" & _
                                                              "<input type =" hidden "name =" item_name "value =" "& Session (" NDoc ") &" "/>" & _
                                                              "<input type =" hidden "name =" amount "value =" "& val &" "/>" & _
                                                              "<input type =" hidden "name =" quantity "value =" 1 "/>" & _
                                                              "<input type =" hidden "name =" no_note "value =" 1 "/>" & _
                                                              "<input type =" hidden "name =" return "value =" "& Payout Url &" "/>" & _
                                                              "<input type =" hidden "name =" cancel_return "value =" "& UrlCancel &" "/>" & _
                                                              "<input name =" hosted_button_id "type =" hidden "value =" XWFJZ727ZZEMU "/>" & _
                                                              "<input alt =" PayPal - The easiest and safest way to make payments online! "" & _
                                                              "border =" 0 "name =" submit "" & _
                                                              "src=" https://www.paypalobjects.com/en/i/btn/btn_paynow_LG.gif "type =" image "/>" & _
                                                              "<img alt =" "border =" 0 "height =" 1 "" & _
                                                              "src=" https://www.paypalobjects.com/i/scr/pixel.gif "width =" 1 "/>" & _
                                                              "</form>"

Login to Me Too
1 REPLY 1

MTS_Justin
Moderator
Moderator
Hello,

This is a production environment question. Routing to the correct forum.

Was my post helpful? If so, please give me a kudos!
Login to Me Too

Haven't Found your Answer?

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