Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

CCPaymentBlockchainPaymentDetails.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

Org.OpenAPITools.Model.CCPaymentBlockchainPaymentDetails

Properties

Name Type Description Notes
Chain string The chain on which the payment was made. [optional]
FeeAmount string The fee taken by the blockchain API. This is shown in integer form. [optional]
PayoutAmount string The amount paid to the project's payout wallet (the recipient of the payment). This is shown in integer form. [optional]
TokenBlockchainIdentifier string The blockchain identifier of the token used to pay. Currently, we only support payments in USDC. [optional]
TotalPaid string The total paid by the user when making the payment. This should match the amount set in the respective plan. [optional]
TransactionSignature string The transaction signature which you can use to manually or automatically verify the transaction on the blockchain. [optional]

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