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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:53:51+00:00 2026-05-26T10:53:51+00:00

I need to use the PayPal API, using SOAP, to get our PayPal balance.

  • 0

I need to use the PayPal API, using SOAP, to get our PayPal balance.

I’ve got as far as making a request using this XML:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" >
<SOAP-ENV:Header>
<RequesterCredentials xmlns="urn:ebay:api:PayPalAPI" xsi:type="ebl:CustomSecurityHeaderType">
<Credentials xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:UserIdPasswordType">
<Username>[xxxxx]</Username>
<Password>[xxxxx]</Password>
<Signature>[xxxxx]</Signature>
<Subject>
</Subject>
</Credentials>
</RequesterCredentials>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetBalanceReq xsi:type="GetBalanceRequest">
<GetBalanceRequest xsi:type="GetBalanceRequestType">
<Version>83.0</Version>
<ReturnAllCurrencies>0</ReturnAllCurrencies>
</GetBalanceRequest>
</GetBalanceReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

…but I’m getting this response:

SOAP-ENV:ClientMethod ‘GetBalanceReq’ not implemented

Does my XML look ok..?

  • 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-05-26T10:53:52+00:00Added an answer on May 26, 2026 at 10:53 am

    You can omit the optional parts in the “Credentials” header. Maybe you did not select the right endpoint (it seems getBalance is not available). The following SOAP request works with the latest sandbox WSDL :

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ebay:api:PayPalAPI" xmlns:urn1="urn:ebay:apis:eBLBaseComponents">
       <soapenv:Header>
          <urn:RequesterCredentials>
               <urn1:Credentials>
                <urn1:Username>xxxx</urn1:Username>
                <urn1:Password>xxxx</urn1:Password>
                <urn1:Signature>xxxx</urn1:Signature>
             </urn1:Credentials>
          </urn:RequesterCredentials>
       </soapenv:Header>
       <soapenv:Body>
          <urn:GetBalanceReq>
             <urn:GetBalanceRequest>
                <urn1:Version>83.0</urn1:Version>
                <urn:ReturnAllCurrencies>0</urn:ReturnAllCurrencies>
             </urn:GetBalanceRequest>
          </urn:GetBalanceReq>
       </soapenv:Body>
    </soapenv:Envelope>
    

    And the response:

    <SOAP-ENV:Envelope "...">
       <SOAP-ENV:Header>
        "..."
       </SOAP-ENV:Header>
       <SOAP-ENV:Body id="_0">
          <GetBalanceResponse xmlns="urn:ebay:api:PayPalAPI">
             <Timestamp xmlns="urn:ebay:apis:eBLBaseComponents">2011-10-20T17:27:54Z</Timestamp>
             <Ack xmlns="urn:ebay:apis:eBLBaseComponents">Success</Ack>
             <CorrelationID xmlns="urn:ebay:apis:eBLBaseComponents">e6bb1ac6861d7</CorrelationID>
             <Version xmlns="urn:ebay:apis:eBLBaseComponents">83.0</Version>
             <Build xmlns="urn:ebay:apis:eBLBaseComponents">2183220</Build>
             <Balance xsi:type="cc:BasicAmountType" currencyID="USD">0.00</Balance>
             <BalanceTimeStamp xsi:type="xs:dateTime">2011-10-20T17:27:54Z</BalanceTimeStamp>
          </GetBalanceResponse>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need your suggestion regarding which Paypal API to use for my following requirement:
i m using paypal Standard as a payment gateway, i need to use recurring
rowanparker https://github.com/rowanparker/kohana-3-paypal I really need this module but I can not use it because
In our application we need to import transaction data from paypal through an API
Is it possible to send money using paypal API to any paypal account (not
Java I am using paypal website pro sdk SOAP calls problem is following line
I can use successfully the PayPal NVP api for SetExpressCheckout. But the problem with
Need to use own imaged markers instead built-in pins. I have several questions. 1.
I need to use sed to convert all occurences of ##XXX## to ${XXX} .
I need to use an alias in the WHERE clause, but It keeps telling

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.