When I create a shipment using
$setShippingChargesPayment = new ShippingChargesPayment(); $setShippingChargesPayment->setPaymentType('RECIPIENT'); I get the error "Enter a valid 9-digit FedEx account number."
However, when I send it as SENDER, the request is successful. Is there any extra adjustment I need to make for RECIPIENT?
When I create a shipment using
$setShippingChargesPayment = new ShippingChargesPayment(); $setShippingChargesPayment->setPaymentType('RECIPIENT'); I get the error "Enter a valid 9-digit FedEx account number."
However, when I send it as SENDER, the request is successful. Is there any extra adjustment I need to make for RECIPIENT?