UpdateAuthorization API Operation (SOAP)
Last updated: Sept 19th, 3:10am
Changes the shipping address of an existing authorization transaction. To use this API operation, the original authorization should still be open, not completed, not reversed, not voided, and not on hold for any reason.
UpdateAuthorization Request Message
UpdateAuthorization Request Fields
Field |
Description |
---|---|
|
(Required) The value of the authorization's transaction identification number returned by a PayPal API. Character length and limitations: 17 characters. Orders transactions have 19 characters. |
|
(Optional) Shipping address for this order. |
|
(Optional) IP address of the customer. |
AddressType Fields
Field |
Description |
---|---|
|
Person's name associated with this shipping address. It is required if using a shipping address. Character length and limitations: 128 double-byte characters |
|
First street address. It is required if using a shipping address. Character length and limitations: 100 single-byte characters |
|
(Optional) Second street address. Character length and limitations: 100 single-byte characters |
|
Name of city. It is required if using a shipping address. Character length and limitations: 40 single-byte characters |
|
State or province. Character length and limitations: 40 single-byte characters |
|
U.S. ZIP code or other country-specific postal code. It is required if using a U.S. shipping address; may be required for other countries. Character length and limitations: 20 single-byte characters |
|
Country code. It is required if using a shipping address. Character length and limitations: 2 single-byte characters |
|
(Optional) Phone number. Character length and limitations: 20 single-byte characters a name="req-shiptostore">/td> |
|
(Optional) Indicates if the item purchased will be shipped to a store location. |
UpdateAuthorization Response Message
UpdateAuthorization Response Fields
Field |
Description |
---|---|
|
(Optional) Authorization identification number of the original transaction passed in the request. Character length and limitations: 17 characters. Orders transactions have 19 characters. |
|
Details on the Authorization transaction such as the payment status, pending reason (if applicable), and protection eligibility. |
|
A message ID used for idempotence to uniquely identify a message. This ID can later be used to request the latest results for a previous request without generating a new request. Examples of this include requests due to timeouts or errors during the original request. Character length and limitations: string of up to 38 single-byte characters. |