This top-level JSON object is used when money is reimbursed (refunds, partial refunds, chargebacks, and direct debit returns).
Field Name | Type | Description |
---|---|---|
meta | object | Metadata related to the notification. For more information, see Meta Object. |
remark | string | Additional information about the reimbursement. |
purchase | object | Information about the transaction. For more information, see Purchase Model. |
reimbursementTypeId | string | ID for the type of reimbursement. For more information, see Reimbursement Type. |
reimbursementReasonId | string | ID that corresponds to the reason for reimbursement. For more information, see Reimbursement Reason. |
terminateRecurringBilling | boolean | Whether or not automatic recurring billing was canceled. |
Note
The
PartialRefundNotification
uses the Reimbursement Model, with the addition of thepartialRefundType
field. For more information about this field, see Partial Refund Type