PayPal Web Services API - 2006 Bedienungsanleitung Seite 24

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 159
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 23
PayPal Web Services API Architecture
Services Architecture
24 July 2006 Web Services API Reference
SOAP RequesterCredentials: Username, Password, Signature, and Subject
For the security of your business, PayPal must verify that merchants or third-party developers
are permitted to initiate a transaction before they make one. PayPal authenticates each request.
If the request cannot be authenticated, a SOAP security fault is returned.
In the SOAP request header, your SOAP client must set the Username, Password elements
to pass an API username/password combination. In addition, you can set the Signature or
Subject elements to specify your API signature string and an optional third-party account
email address for authentication. The following is a partial example of the
RequesterCredentials elements required for all SOAP requests. For a correlation of these
elements to the generic structure of an entire SOAP request, see “SOAP Request Envelope” on
page 26.
<SOAP-ENV:Header>
<RequesterCredentials xmlns=”urn:ebay:api:PayPalAPI” xsi:type=”ebl:CustomSecurityHeaderType”>
<Credentials xmlns=”urn:ebay:apis:eBLBaseComponents” xsi:type=”ebl:UserIdPasswordType”>
<Username xsi:type=”xs:string”>
api_username</Username>
<Password xsi:type=”xs:string”>api_password</Password>
<Signature xsi:type=”xs:string”>
api_signature</Signature>
<Subject xsi:type=”xs:string”>authorizing_account_emailaddress</Subject>
</Credentials>
</RequesterCredentials>
</SOAP-ENV:Header>
where:
TABLE 2.3 RequesterCredentials Authentication Elements in SOAP Header
Element Value Description
<Username> api_username
Your API username, which is auto-generated by PayPal when you
apply for a digital certificate to use the PayPal Web Services API. You
can see this value on
https://www.paypal.com/ in your Profile under
API Access > API Certificate Information.
N
OTE: The PayPal Sandbox User Guide contains details about how
you can obtain digital certificates for use with the PayPal Web
Services API.
<Password> api_password Your API password, which you specify when you apply for a digital
certificate to use the PayPal Web Services API.
<Signature> api_signature Your API signature, if you use one.
N
OTE: The <Signature> element must be included in the SOAP
header, even if you do not rely on an API signature. In this
case, set
<Signature> with no value:
<Signature/>
Seitenansicht 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 158 159

Kommentare zu diesen Handbüchern

Keine Kommentare