Refunds
Overview
Refunds are transactions that return funds to a customer from a previous order.
The Refunds Data Model simplifies the handling and retrieval of Refunds data for your application. The model provides a unified representation of refunds data across different platforms, enabling you to easily access and manage refunds data from different platforms.
- Unified Refunds properties: The model provides a unified representation of refunds properties across different platforms, enabling you to easily access and manage refunds data from different platforms.
- Comprehensive refunds information: The model provides a comprehensive representation of refunds data, including all the properties and relationships that you can retrieve for an order.
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the Refunds |
created_at | string | The date and time the payment was created. |
amount | string | The amount of the payment. |
currency_id | string | The currency of the payment. |
payment_id | string | The payment id of the payment. |
description | string | The description of the payment. |
status | enum | The status of the payment. Allowed values are PENDING, SUCCESS, FAILED |