| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | Unique system generated identifier for the entity. | |
| r#type | String | Type of the payment object. | |
| merchant_id | uuid::Uuid | Unique system generated identifier for the merchant. | |
| merchant_wallet_id | Option<String> | Unique system generated identifier for the wallet of the merchant. | [optional] |
| amount | models::FiatMoneyUsd | ||
| source | models::SourceResponse | ||
| description | Option<String> | Enumerated description of the payment. | [optional] |
| status | models::CancelRefundReversalStatus | ||
| original_payment | Option<models::FiatPayment> | [optional] | |
| cancel | Option<models::FiatCancel> | [optional] | |
| fees | Option<models::FiatMoneyUsd> | [optional] | |
| tracking_ref | Option<String> | Payment tracking reference. Will be present once known. | [optional] |
| error_code | Option<models::PaymentErrorCode> | [optional] | |
| metadata | Option<models::MetadataPhoneEmail> | [optional] | |
| risk_evaluation | Option<models::RiskEvaluation> | [optional] | |
| create_date | Option<String> | ISO-8601 UTC date/time format. | [optional] |
| update_date | Option<String> | ISO-8601 UTC date/time format. | [optional] |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.