API: https://apiz.sandbox.ebay.com/sell/finances/v1/payout
I called this API in sandbox: https://developer.ebay.com/my/api_test_tool?index=0&api=finances&call=payout__GET&variation=json&env=sandbox
but I got the errors below:
{
"errors": [
{
"errorId": 135000,
"domain": "API_FINANCES",
"category": "APPLICATION",
"message": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance."
}
]
}
and the response header:
rlogid:t6sd%7Fhvqgwj%28ciuoopu0asu%60pkal%3C%3Dosuwb%7Cirwdvn.a0me%7D%2Bsfvu7371-17b3d3133f4-0x234c
x-ebay-client-tls-version:771, 10.10.105.248
x-ebay-request-id:17b3d313-4070-ac71-d5a6-a573fffce092!Ginger.v1.payout.GET!lvspayoutapi-d6jfx-tess0027.stratus.lvs.ebay.com!r1payoutapi-envjiwv5gtvevlbi[]
x-content-type-options:nosniff
x-xss-protection:1; mode=block
cache-control:no-cache, no-store, max-age=0, must-revalidate
pragma:no-cache
expires:0
x-frame-options:DENY
content-type:application/json
content-length:200
date:Fri, 13 Aug 2021 01:47:19 GMT
connection:close
thanks for any suggestion.