Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7883955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:40:17+00:00 2026-06-03T04:40:17+00:00

I keep getting the following error when trying to submit a sandbox payment through

  • 0

I keep getting the following error when trying to submit a sandbox payment through my PayFlow Gateway:

Error: There was a problem processing your request. Please press the
Back button of your browser and then refresh the page. If you continue
to have an issue, please contact us.

I’m using the following code to generate my PayFlow Gateway, but I just can’t get it to work.

/* PayPal Payments Advanced */

$PF_USER        = 'my_user';
$PF_VENDOR  = 'my_vendor';
$PF_PARTNER     = 'PayPal';
$PF_PWD     = 'my_pass';
$PF_MODE        = 'TEST';
$PF_HOST_ADDR   = 'https://pilot-payflowpro.paypal.com'; // TEST mode
// $PF_HOST_ADDR = 'https://payflowpro.paypal.com' // LIVE mode

$secureTokenId  = uniqid('',true);
$postData       = "USER=".$PF_USER
                ."&VENDOR=".$PF_VENDOR
                ."&PARTNER=".$PF_PARTNER
                ."&PWD=".$PF_PWD

                ."&SECURETOKENID=".$secureTokenId
                ."&CREATESECURETOKEN=Y"
                ."&TRXTYPE=S"
                ."&AMT=1.00"

                ."&BILLTOFIRSTNAME=".$first_name
                ."&BILLTOLASTNAME=".$last_name
                ."&BILLTOSTREET=".$address
                ."&BILLTOCITY=".$city
                ."&BILLTOSTATE=".$state
                ."&BILLTOZIP=".$zip
                ."&BILLTOCOUNTRY=".$country

                ."&SHIPTOFIRSTNAME=".$first_name
                ."&SHIPTOLASTNAME=".$last_name
                ."&SHIPTOSTREET=".$address
                ."&SHIPTOCITY=".$city
                ."&SHIPTOSTATE=".$state
                ."&SHIPTOZIP=".$zip
                ."&SHIPTTOCOUNTRY=".$country

                ."&EMAIL=".$email
                ."&PHONENUM=".$phone;

/* Initialize and Setup Request */

$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$PF_HOST_ADDR);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POST,true);

/* Ready the postData to send */

curl_setopt($ch,CURLOPT_POSTFIELDS,$postData);

/* Send the data to PayPal and assign response */

$resp = curl_exec($ch);

/* Confirm response and handle */

if(!$resp){
    $error = '<p>There was an error processing your order.</p>';    
}

/* Parse and assign to array */

parse_str($resp,$arr);

if($arr['RESULT'] != 0) {
    // handle error
    die($arr['RESULT']);
    $error = '<p>There was an error processing your order. '.$arr['RESULT'].'</p>';
}

echo '<iframe src="https://payflowlink.paypal.com?mode='.$PF_MODE.'&amp;SECURETOKEN='.$arr['SECURETOKEN'].'&amp;SECURETOKENID='.$secureTokenId.'" width="550" height="565" scrolling="no" frameborder="0" border="0" allowtransparency="true"></iframe>';

Your help is appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:40:18+00:00Added an answer on June 3, 2026 at 4:40 am

    I had to explicitly set my Firefox privacy settings to “Allow” third-party cookies. Doing this made the error message go away. I didn’t have this problem on Safari.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep getting the following error when trying to build the masstransit source from
I keep getting the following error when trying to run a login script I
I'm trying to build an update query but I keep getting the following error:
I'm trying to get http://www.gelens.org/code/gevent-websocket/ running and keep getting the following error. socket_id=1 already
Hey there, trying to install a ruby gem but I keep getting the following
I'm trying to bake my controllers but I keep getting the following error: It's
I keep getting the following error when trying to parse some html using BeautifulSoup:
I am trying to set SignalR up, but I keep getting the following error
I keep getting the following error when trying to write a template function: main.cpp|17|error:
I have a rails project and keep getting the following error when trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.