Payment methods
Details the key models used in currency and payment transactions, including payment, payment initiation, account, and crypto models.
Overview
The models used for payment transactions define the structure and data for the various elements involved in a transaction. These include the payment method itself, initiation details, account information for wire transfers, and cryptocurrency wallet details. These models ensure consistent and secure handling of transaction-related information across different payment methods.
Models
Payment
payment
Represents the payment method used for a transaction, including origin and destination details.
Payment initiation
paymentInitation
Provides details for initiating payments, including the public key and widget link.
Account
account
Represents bank account details, including account number, holder information, and IBAN.
Crypto
crypto
Contains details about a cryptocurrency wallet, including the wallet address and network.
Last updated