RefundPaymentRequestType
Fields
The amount of money requested.
The payment which is being refunded.
Internal code for the reason the refund is being requested.
The ID of the refund request.
The current status of the refund request.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"amount": 93,
"payment": AccountPaymentType,
"reasonCode": "whether-knowledge-media-interview-strategy",
"requestId": "94660762",
"status": "REQUESTED"
}