Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.73 KB

File metadata and controls

26 lines (21 loc) · 1.73 KB

CryptoPayment

Properties

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::CryptoPaymentsOptionalAmountMoney
status models::PaymentStatus
fees Option<models::FiatMoneyUsd> [optional]
network_fees Option<models::CryptoPaymentNetworkFee> [optional]
payment_intent_id Option<uuid::Uuid> [optional]
settlement_amount Option<models::FiatMoneyUsd> [optional]
from_addresses Option<models::CryptoPaymentFromAddresses> [optional]
deposit_address Option<models::CryptoPaymentDepositAddress> [optional]
transaction_hash Option<String> [optional]
create_date Option<String> ISO-8601 UTC date/time format. [optional]
update_date Option<String> ISO-8601 UTC date/time format. [optional]
risk_evaluation Option<models::RiskEvaluation> [optional]

[Back to Model list] [Back to API list] [Back to README]