Skip to main content
GET
This request enables you to retrieve details of an unreferenced refund based on its id, which needs to be provided in the request path.
Provider raw dataThe provider object carries the untouched provider exchange in two fields. The shape of both is defined by the provider, not by Yuno, so it varies per provider and per operation. Each is controlled separately:raw_response_code and raw_response_message are summaries of the provider’s answer and are always returned, independently of both preceding fields.
string
required
The unique public API key for your account.
string
required
The unique private secret key for your account.
string
required
Yuno-generated unique identifier of the unreferenced refund.
boolean
default:"false"
When true, the provider object in the response payload will include raw_response, the full payload the provider returned. The raw_response_code and raw_response_message summary fields are always returned, regardless of this parameter.
boolean
default:"false"
When true, returns the full list of attempts and intermediate network responses if the refund triggered multiple internal retries.