| Name | Type | Description | Notes |
|---|---|---|---|
| idempotency_key | uuid::Uuid | Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. | |
| currency | String | Desired currency for the payment | |
| settlement_currency | String | Desired currency for the payments to settle in. | |
| payment_methods | Vecmodels::PaymentMethodBlockchain | ||
| merchant_wallet_id | Option<String> | Unique system generated identifier for the wallet of the merchant. | [optional] |
| r#type | Option<String> | [optional] |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.