This object contains information about the stripe payment intent details
Name | Type | Description |
---|---|---|
invoiceItemID | UUID | The invoice item id, it will exist if the invoice id is one of the parameters. |
totalPrice | Float | The NFT listed price. |
totalPriceAfterDiscount | Float | If a discount code is applied, after the discounted total price. |
discountedAmount | Float | if a discount is applied, the discount amount. |
totalTaxedPrice | Float | total taxed price - is includes total price with tax if applicable. |
stripeClientSecret | String | The Stripe client's secret id. |
paymentIntentId | String | The stripe payment intent id. |