Thank you.
Here you go I’ve pasted the Request and Response below sans creds. Thanks. Steve
FedEx REQUEST:
Array
(
[WebAuthenticationDetail] => Array
(
[UserCredential] => Array
(
[Key] =>
[Password] =>
)
)
[ClientDetail] => Array
(
[AccountNumber] =>
[MeterNumber] =>
)
[TransactionDetail] => Array
(
[CustomerTransactionId] => *** WooCommerce Rate Request ***
)
[Version] => Array
(
[ServiceId] => crs
[Major] => 16
[Intermediate] => 0
[Minor] => 0
)
[RequestedShipment] => Array
(
[PreferredCurrency] => USD
[DropoffType] => REGULAR_PICKUP
[ShipTimestamp] => 2016-05-30T00:00:00+00:00
[PackagingType] => YOUR_PACKAGING
[Shipper] => Array
(
[Address] => Array
(
[PostalCode] => 30030
[CountryCode] => US
)
)
[ShippingChargesPayment] => Array
(
[PaymentType] => SENDER
[Payor] => Array
(
[ResponsibleParty] => Array
(
[AccountNumber] => 510087402
[CountryCode] => US
)
)
)
[RateRequestTypes] => LIST
[Recipient] => Array
(
[Address] => Array
(
[Residential] => 1
[PostalCode] => 05674
[City] =>
[StateOrProvinceCode] => VT
[CountryCode] => US
)
)
[RequestedPackageLineItems] => Array
(
[0] => Array
(
[SequenceNumber] => 1
[GroupNumber] => 1
[GroupPackageCount] => 1
[Weight] => Array
(
[Value] => 2.7
[Units] => LB
)
[Dimensions] => Array
(
[Length] => 4.5
[Width] => 4.38
[Height] => 3.38
[Units] => IN
)
[InsuredValue] => Array
(
[Amount] => 157
[Currency] => USD
)
)
)
[PackageCount] => 1
[TotalInsuredValue] => Array
(
[Amount] => 157
[Currency] => USD
)
)
)
FedEx RESPONSE:
stdClass Object
(
[HighestSeverity] => ERROR
[Notifications] => stdClass Object
(
[Severity] => ERROR
[Source] => prof
[Code] => 1000
[Message] => Authentication Failed
)
[TransactionDetail] => stdClass Object
(
[CustomerTransactionId] => *** WooCommerce Rate Request ***
)
[Version] => stdClass Object
(
[ServiceId] => crs
[Major] => 16
[Intermediate] => 0
[Minor] => 0
)
)