- Unified Payments properties: The model provides a unified representation of payments properties across different platforms, enabling you to easily access and manage payments data from different platforms.
- Comprehensive payments information: The model provides a comprehensive representation of payments 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 Payments |
| created_at | string | The date and time the Payments was created. |
| description | string | The description of the Payments. |
| amount | string | The amount of the Payments. |
| currency_id | string | The currency of the Payments. |
| status | string | The status of the Payments. |
| customer_id | string | The customer id of the Payments. |
| invoice_id | string | The invoice id of the Payments. |
| order_id | string | The order id of the Payments. |
| payment_method | enum | The payment method of the Payments. Allowed values are UPI, EMI, NET_BANKING, WALLET, CARD |

