• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

What are the values and meaning of PaymentStatusID and statusTypeId from the API

New Here ,
Jun 19, 2013 Jun 19, 2013

Copy link to clipboard

Copied

What are the values of PaymentStatusID and statusTypeId from the API?

The WSDL just list the fact tht these exists but not the values and meaning.

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 15, 2013 Aug 15, 2013

Copy link to clipboard

Copied

You've probably got this sorted by now but for the next frazzled explorers I've found the statusTypeID list by firebugging it in admin:

-3: Invalid Order With Payment

23081: Goods Dispatched

23082: Goods Received

62328: New Order

23083: Purchase - Awaiting Payment

23084: Purchase - Payment Received

If I find the PaymentStatusID ones I'll come back and let you know.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 18, 2013 Aug 18, 2013

Copy link to clipboard

Copied

@reavan: Those are your status ID's they are different per site.

If you need to know the status ID's you need to look at the value of the drop down form (firebug / view source) inside the BC admin tool to get the corresponding text value of what the number is.

Remember this are PER site so you will need to update them again should you use the same code (whatever you are access the API with) on a different site or run multiple sites using the same code.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 19, 2013 Aug 19, 2013

Copy link to clipboard

Copied

LATEST

Ah, that explains why they're not listed anywhere!

Thanks for the clarification

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 18, 2013 Aug 18, 2013

Copy link to clipboard

Copied

Found more info on the BC site, figured I'd include it all.

PaymentMethodType

  • CreditCard = 1
  • Cheque = 2
  • Cash = 3
  • EFT = 4
  • PayPal = 5
  • HostedCreditCard = 7 - like google checkout etc.
  • DirectDebit = 8
  • GiftVoucher = 9
  • Free = 10

PaymentStatusID

  • Unknown = -1
  • Succeeded = 0
  • Failed = 1
  • Pending = 2
  • Denied = 3

AddressTypeId  - AddressType

  • Home Address = 1
  • Work Addres = 2
  • PO Box = 3
  • Not Used = 4
  • Shipping Address = 5
  • Pickup Address = 6
  • Storage Address = 7
  • Billing Address = 8

OrderType

  • Quote = 1
  • Invoiced = 2

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines