PaymentIntent

This object contains information about the stripe payment intent details

NameTypeDescription
invoiceItemIDUUIDThe invoice item id, it will exist if the invoice id is one of the parameters.
totalPriceFloatThe NFT listed price.
totalPriceAfterDiscountFloatIf a discount code is applied, after the discounted total price.
discountedAmountFloatif a discount is applied, the discount amount.
totalTaxedPriceFloattotal taxed price - is includes total price with tax if applicable.
stripeClientSecretStringThe Stripe client's secret id.
paymentIntentIdStringThe stripe payment intent id.