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 9165363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:53:31+00:00 2026-06-17T14:53:31+00:00

Beanstream limits what’s viewable and updatable via their web application. If for example, you

  • 0

Beanstream limits what’s viewable and updatable via their web application. If for example, you want to update one of the custom reference fields, it is not possible at this time to do that via their website.

The only option is the API. Since there isn’t a lot of beanstream related info on here, I thought I’d pass this solution on for anyone looking

  • 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-17T14:53:32+00:00Added an answer on June 17, 2026 at 2:53 pm

    Here’s an example method, where the required fields are included in the Uri, then the optional ref2 field added with a textbox value. The response is returned as XML. You could do something with the XML if need be afterwards. In my case, I just displayed the xml in a label to check that it went thru ok.

    Obviously, replace any values with XXXXXX in it, with your own.

        // formulate our request to the recurring billing api.
        string requestUri = "https://www.beanstream.com/scripts/recurring_billing.asp?merchantId=XXXXXXXXXX" +
                            "&serviceVersion=1.0" +
                            "&requestType=BACKEND" +
                            "&operationType=M" +
                            "&passCode=XXXXX - Look for this in the Order Settings page - XXXXXXXXXXXXXXX" +
                            "&rbAccountId=XXXXXX - This is the recurring account id. - XXXXXXXXX"  + 
                            "&ref2=" + Ref2TextBox.Text;
    
        WebRequest request = WebRequest.Create(requestUri);
        request.Method = "POST";
        request.ContentLength = 0;
        WebResponse response = request.GetResponse();
        Stream dataStream = response.GetResponseStream();
        StreamReader reader = new StreamReader(dataStream);
        string responseFromServer = reader.ReadToEnd();
        reader.Close();
        response.Close();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following script: var queryString = $(#recurringForm).serialize(); var action = https://www.beanstream.com/scripts/recurring_billing.asp? +
I have an application that uses the bluetooth to receive some data (bytes) from
I'm working on an intermediary form that will gather some data from the user
I would like to do this: Sistema.Util.MP3Player(@sound1.mp3); Sistema.Util.MP3Player(@sound2.mp3); namespace Sistema.Util.TextToSpeech { public class Player
I currently have a large form that gets sent to our payment authorizer (done
I am php page everything was working fine till today morning. Now the page
I'm trying to write a class that reads HTTP requests and responses and parses
This question is an extension of this StackOverflow question about IE to the Opera
I am trying to use the following Java code to compress and uncompress a

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.