RefundRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RefundRequestBody.jsonamountCentsint64required
Zero refunds the full remaining amount
Possible values: >= 0
reasonstring
Possible values: <= 500 characters
RefundRequestBody
{
"$schema": "https://example.com/schemas/RefundRequestBody.json",
"amountCents": 0,
"reason": "string"
}