- 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 a payment.
Attributes
Payment Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the payment |
| rootfi_created_at | string | The ISO 8601 timestamp at which the record was created in RootFi |
| rootfi_updated_at | string | The ISO 8601 timestamp at which the record was last updated in RootFi |
| rootfi_company_id | integer | The RootFi company ID associated with the payment |
| platform_id | string | The Platform’s ID for the Payment |
| platform_unique_id | string | The platform’s unique identifier for the payment |
| created_at | string | The date and time the Payment was created |
| description | string | The description of the Payment |
| amount | number | The amount of the Payment |
| currency_id | string | The currency of the Payment |
| status | enum | The status of the Payment (ACTIVE, INACTIVE) |
| customer_id | string | The customer id of the Payment |
| invoice_id | string | The invoice id of the Payment |
| order_id | string | The order id of the Payment |
| payment_method | enum | The payment method (UPI, EMI, NET_BANKING, WALLET, CARD) |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Payment |
| created_at | string | The date and time the Payment was created |
| description | string | The description of the Payment |
| amount | number | The amount of the Payment |
| currency_id | string | The currency of the Payment |
| status | enum | The status of the Payment. Allowed values are ACTIVE, INACTIVE |
| customer_id | string | The customer id of the Payment |
| invoice_id | string | The invoice id of the Payment |
| order_id | string | The order id of the Payment |
| payment_method | enum | The payment method of the Payment. Allowed values are UPI, EMI, NET_BANKING, WALLET, CARD |