Skip to content

Files

Latest commit

184d877 · Sep 9, 2024

History

History
15 lines (10 loc) · 891 Bytes

PaymentIntentCreationRequest.md

File metadata and controls

15 lines (10 loc) · 891 Bytes

PaymentIntentCreationRequest

Properties

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.
amount models::CryptoPaymentsMoney
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]

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