degmo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019
05:04 PM
Help with API call to refund a transaction
Hello,
I am using Postman to refund a transaction. I keep getting the error: The server encountered an error processing the request. The exception message is 'Unable to deserialize XML body with root name 'cancel'. Anyone knows why that is?
Sending a POST request to:
https://apipub.roku.com/listen/transaction-service.svc/refund-subscription[/size]
Body of request is:
I am using Postman to refund a transaction. I keep getting the error: The server encountered an error processing the request. The exception message is 'Unable to deserialize XML body with root name 'cancel'. Anyone knows why that is?
Sending a POST request to:
https://apipub.roku.com/listen/transaction-service.svc/refund-subscription[/size]
Body of request is:
<cancel>
<partnerAPIKey>xxxxxxxxxxxxxxxxxxxxx</partnerAPIKey>
<transactionId>xxxxxxxxxxxxxxx</transactionId>
<amount>9.99</amount>
<partnerReferenceId></partnerReferenceId>
<comments>Refund due to error</comments>
</cancel>
1 REPLY 1
coffeetime
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2019
11:07 AM
Re: Help with API call to refund a transaction
Change <cancel> to <refund> and see if that helps.