DonationsService


Click here for a complete list of operations.

GetMemberInformation

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: soap-donations.lcg.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://soap.lcg.org/webdept/donations/GetMemberInformation"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetMemberInformation xmlns="http://soap.lcg.org/webdept/donations/">
      <apiKey>string</apiKey>
      <transKey>guid</transKey>
      <userName>string</userName>
      <password>string</password>
      <infoRequired>int</infoRequired>
    </GetMemberInformation>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetMemberInformationResponse xmlns="http://soap.lcg.org/webdept/donations/">
      <GetMemberInformationResult>
        <PIN>long</PIN>
        <Title>string</Title>
        <First>string</First>
        <Middle>string</Middle>
        <Last>string</Last>
        <Suffix>string</Suffix>
        <Address>
          <StreetAddress>string</StreetAddress>
          <Address2>string</Address2>
          <City>string</City>
          <StateProv>string</StateProv>
          <ZIP>string</ZIP>
          <Country>string</Country>
        </Address>
        <PaymentMethods>
          <CustomerPaymentProfileMaskedType>
            <customerProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerProfileId>
            <customerPaymentProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerPaymentProfileId>
            <payment xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <driversLicense xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <taxId xmlns="https://api.authorize.net/soap/v1/">string</taxId>
            <subscriptionIds xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
          </CustomerPaymentProfileMaskedType>
          <CustomerPaymentProfileMaskedType>
            <customerProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerProfileId>
            <customerPaymentProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerPaymentProfileId>
            <payment xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <driversLicense xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <taxId xmlns="https://api.authorize.net/soap/v1/">string</taxId>
            <subscriptionIds xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
          </CustomerPaymentProfileMaskedType>
        </PaymentMethods>
        <PaymentMethodsWithNames>
          <CustomerPaymentProfileMaskedTypeWithName>
            <description>string</description>
          </CustomerPaymentProfileMaskedTypeWithName>
          <CustomerPaymentProfileMaskedTypeWithName>
            <description>string</description>
          </CustomerPaymentProfileMaskedTypeWithName>
        </PaymentMethodsWithNames>
        <Email>string</Email>
        <HomePhone>string</HomePhone>
        <WorkPhone>string</WorkPhone>
        <CellPhone>string</CellPhone>
        <Fax>string</Fax>
        <ARBs>
          <ARBStatus>
            <ID>guid</ID>
            <Status>string</Status>
            <Amount>decimal</Amount>
            <Schedule xsi:nil="true" />
            <AcctNum>int</AcctNum>
            <AcctDesc>string</AcctDesc>
            <Description>string</Description>
            <ProfileID>long</ProfileID>
            <AccountType>EFT or ACH</AccountType>
            <AccountMask>string</AccountMask>
            <BankName>string</BankName>
            <BankAccountType>string</BankAccountType>
            <NameOnAccount>string</NameOnAccount>
            <CreatedDate>dateTime</CreatedDate>
          </ARBStatus>
          <ARBStatus>
            <ID>guid</ID>
            <Status>string</Status>
            <Amount>decimal</Amount>
            <Schedule xsi:nil="true" />
            <AcctNum>int</AcctNum>
            <AcctDesc>string</AcctDesc>
            <Description>string</Description>
            <ProfileID>long</ProfileID>
            <AccountType>EFT or ACH</AccountType>
            <AccountMask>string</AccountMask>
            <BankName>string</BankName>
            <BankAccountType>string</BankAccountType>
            <NameOnAccount>string</NameOnAccount>
            <CreatedDate>dateTime</CreatedDate>
          </ARBStatus>
        </ARBs>
        <Donations>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
        </Donations>
        <RecentDonations>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
        </RecentDonations>
        <ReceiptDeliveryPreference>string</ReceiptDeliveryPreference>
        <MissingMedia>boolean</MissingMedia>
      </GetMemberInformationResult>
    </GetMemberInformationResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: soap-donations.lcg.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetMemberInformation xmlns="http://soap.lcg.org/webdept/donations/">
      <apiKey>string</apiKey>
      <transKey>guid</transKey>
      <userName>string</userName>
      <password>string</password>
      <infoRequired>int</infoRequired>
    </GetMemberInformation>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetMemberInformationResponse xmlns="http://soap.lcg.org/webdept/donations/">
      <GetMemberInformationResult>
        <PIN>long</PIN>
        <Title>string</Title>
        <First>string</First>
        <Middle>string</Middle>
        <Last>string</Last>
        <Suffix>string</Suffix>
        <Address>
          <StreetAddress>string</StreetAddress>
          <Address2>string</Address2>
          <City>string</City>
          <StateProv>string</StateProv>
          <ZIP>string</ZIP>
          <Country>string</Country>
        </Address>
        <PaymentMethods>
          <CustomerPaymentProfileMaskedType>
            <customerProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerProfileId>
            <customerPaymentProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerPaymentProfileId>
            <payment xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <driversLicense xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <taxId xmlns="https://api.authorize.net/soap/v1/">string</taxId>
            <subscriptionIds xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
          </CustomerPaymentProfileMaskedType>
          <CustomerPaymentProfileMaskedType>
            <customerProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerProfileId>
            <customerPaymentProfileId xmlns="https://api.authorize.net/soap/v1/">long</customerPaymentProfileId>
            <payment xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <driversLicense xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
            <taxId xmlns="https://api.authorize.net/soap/v1/">string</taxId>
            <subscriptionIds xsi:nil="true" xmlns="https://api.authorize.net/soap/v1/" />
          </CustomerPaymentProfileMaskedType>
        </PaymentMethods>
        <PaymentMethodsWithNames>
          <CustomerPaymentProfileMaskedTypeWithName>
            <description>string</description>
          </CustomerPaymentProfileMaskedTypeWithName>
          <CustomerPaymentProfileMaskedTypeWithName>
            <description>string</description>
          </CustomerPaymentProfileMaskedTypeWithName>
        </PaymentMethodsWithNames>
        <Email>string</Email>
        <HomePhone>string</HomePhone>
        <WorkPhone>string</WorkPhone>
        <CellPhone>string</CellPhone>
        <Fax>string</Fax>
        <ARBs>
          <ARBStatus>
            <ID>guid</ID>
            <Status>string</Status>
            <Amount>decimal</Amount>
            <Schedule xsi:nil="true" />
            <AcctNum>int</AcctNum>
            <AcctDesc>string</AcctDesc>
            <Description>string</Description>
            <ProfileID>long</ProfileID>
            <AccountType>EFT or ACH</AccountType>
            <AccountMask>string</AccountMask>
            <BankName>string</BankName>
            <BankAccountType>string</BankAccountType>
            <NameOnAccount>string</NameOnAccount>
            <CreatedDate>dateTime</CreatedDate>
          </ARBStatus>
          <ARBStatus>
            <ID>guid</ID>
            <Status>string</Status>
            <Amount>decimal</Amount>
            <Schedule xsi:nil="true" />
            <AcctNum>int</AcctNum>
            <AcctDesc>string</AcctDesc>
            <Description>string</Description>
            <ProfileID>long</ProfileID>
            <AccountType>EFT or ACH</AccountType>
            <AccountMask>string</AccountMask>
            <BankName>string</BankName>
            <BankAccountType>string</BankAccountType>
            <NameOnAccount>string</NameOnAccount>
            <CreatedDate>dateTime</CreatedDate>
          </ARBStatus>
        </ARBs>
        <Donations>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
        </Donations>
        <RecentDonations>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
          <Donation>
            <AcctDesc>string</AcctDesc>
            <PaymentType>string</PaymentType>
            <ContributionDate>dateTime</ContributionDate>
            <Amount>decimal</Amount>
            <Currency>string</Currency>
            <TransactionID>string</TransactionID>
          </Donation>
        </RecentDonations>
        <ReceiptDeliveryPreference>string</ReceiptDeliveryPreference>
        <MissingMedia>boolean</MissingMedia>
      </GetMemberInformationResult>
    </GetMemberInformationResponse>
  </soap12:Body>
</soap12:Envelope>