BPT USA | BPT Canada | BPT UK | BPT Europe  
The first and only fair-trade ticketing company!

Brown Paper Tickets API Documentation


Push Feeds

    Push Feeds
 

Pull Feeds

  Event Information
    Event List
    Event Details
    Date Details
  Sales Information
    General Sales
    Event Sales
    Order List
  Client Information
    Account Information
    Sub Account Information
  Tool Information
    Printer Information
    Tool Information
 

Portals

  Submit Event
    Create Event
    Add Date
    Add Price
  Update Event
    Change Event
    Change Date
    Change Price
  Submit Order
    Submit Order
    Cart Contents
    Cart Value
  Client Accounts
    Create Client Account
    Edit Client Account
  Sub Accounts
    Create Sub Account
    Delete Sub Account
    Manage Sub Account Tools
 

Create Account


URL: https://www.brownpapertickets.com/publicapi/createaccount.html
 
Description: This portal is used to create a new client account.
 
Inputs:
client_name - Desired login name/user ID.
 
password - Password for this account.
 
fname - Account contact's first name.
 
lname - Account contact's last name.
 
address - Account contact's mailing address, not including city, state, or zip/postal code.
 
city - Account contact's mailing address city.
 
state - Account contact's mailing address state.
 
zip - Account contact's mailing zip/postal code.
 
country - Account contact's mailing country - Must be "United States" or "Canada".
 
phone - Account contact's telephone number.
 
email - Account contact's email address.
 
tax_id - Social Security Number or Tax ID.
 
name_for_checks - Name to which payments will be made. (USD and CAD only)
 
name_for_wires - Name to which payments will be made. (GBP and EUR only)
 
bank_name - Name of the bank to which payments are sent. (GBP and EUR only)
 
bank_branch - Bank branch to which payments are sent. (GBP and EUR only)
 
bank_account - Bank account number (GBP) or BAN (EUR). (GBP and EUR only)
 
bank_swift_code - SWIFT code for bank at which account is held. (GBP)
 
currency
fname - USD, CAD, GBP, EUR for US Dollars, Canadian Dollars, British Pounds, and Euros. Defaults to US Dollars. (Optional)
 
Outputs: Returns a plain text 4-character result code and additional information when available. Follows the format: "Code:xxxx:Additional Information:" where "xxxx" is the result code. The possible 4 character codes are listed below.

1111 - Required variables are missing
 
2222 - Client name already in use
 
3333 - Invalid email address
 
4444 - Invalid country
 
9999 - Unknown error while posting info to DB
 
0000 - Success