Hi
I am getting this error while asking for addusage with immediate payment
Transaction failure. Reason : billing declined, 205.
<?xml version='1.0' encoding='UTF-8'?><addUsageResponse xmlns="http://www.ebay.com/marketplace/openebay/v1/services"><ack>Failure</ack>... failure. Reason : billing declined, 205.</message><subdomain>OpeneBay</subdomain><parameter>205</parameter></error></errorMessage><version>1.2.0</version><timestamp>2011-11-18T13:42:41.375Z</timestamp></addUsageResponse>
this is the call that i am making
<?xml version="1.0" encoding="UTF-8"?>
<addUsageRequest xmlns="http://www.ebay.com/marketplace/openebay/v1/services">
<usage>
<subscriptionId>5001613447</subscriptionId>
<chargeAmount currencyId="USD">1</chargeAmount>
<externalChargeId>gdfg34dfg</externalChargeId>
<memo>This is a charge for your recent usage of the application.</memo>
<chargeTime>2011-11-18T12:42:46.838Z</chargeTime>
<chargeType>Usage</chargeType>
<immediatePayment>true</immediatePayment>
</usage>
</addUsageRequest>
this is the header
Array
(
[0] => X-EBAY-SOA-OPERATION-NAME: addUsage
[1] => X-EBAY-EIDP-IDENTITY: FlashGallery.3dsellers.com
[2] => CONTENT-TYPE: text/xml
[3] => X-EBAY-EIDP-TOKEN: {MTAzNg==}Aoku5VZ6MlcMBru4caiQRDhXOzbHlB4roMkCWlvXXtynOeSwWmVqJs
fb4K82zHRtR3pOXTkoytDykfu1HS9IZQlW7In6X37ytdsxqgFChpRY2sRrXZN3ubPCJoIKiiPorV...rest of eid token
)
i am send it to this endpoint
https://svcs.ebay.com/services/openebay/v1/OpeneBaySubscriptionService
why i am getting the error ? someone please