BillOutstandingAmount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am developer , I am trying paypal SOAP API for.
I am getting following Errors:
But i am passing profile Id is correct.
BillOutstandingAmount Request
ProfileID Required Yes.
Amount Optional
Note Optional
following is Soap Request i am sending.
BillOutstandingAmountRequestDetailsType Object
(
[ProfileID] => I-F496N54LTJSL
[Amount] => BasicAmountType Object
(
[_value] =>
[_charset] => iso-8859-1
[_elements] => Array
(
)
[_attributes] => Array
(
[currencyID] => Array
(
[name] => currencyID
[type] => ebl:CurrencyCodeType
[use] => required
)
)
[_attributeValues] => Array
(
[currencyID] => USD
)
[_namespace] => urn:ebay:apis:CoreComponentTypes
)
[Note] =>
[_value] =>
[_charset] => iso-8859-1
[_elements] => Array
(
[ProfileID] => Array
(
[required] => 1
[type] => string
[namespace] => urn:ebay:apis:eBLBaseComponents
[charset] => iso-8859-1
)
[Amount] => Array
(
[required] =>
[type] => BasicAmountType
[namespace] => urn:ebay:apis:eBLBaseComponents
[charset] => iso-8859-1
)
[Note] => Array
(
[required] =>
[type] => string
[namespace] => urn:ebay:apis:eBLBaseComponents
)
)
[_attributes] => Array
(
)
[_attributeValues] => Array
(
)
[_namespace] => urn:ebay:apis:eBLBaseComponents
)
I also passed correct Amount, But still following errors are coming. I am testing with Sandbox and currency ID is USD and passing correcty.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Custom paypal button that a price may depends on several factors in Merchant services (Archive)
- Pickup or shipping for same state problem in Shipping (Archive)
- CANT GET INTO MERCHANT SERVICES!! in Merchant services (Archive)
- Paypal must make a way to add funds to Paypal account in Merchant services (Archive)
- Add to Cart Drop Down Menu Problem (challenge) in Merchant services (Archive)