#Bloom - Payment Intents

1 messages ยท Page 1 of 1 (latest)

round snow
#

HI ๐Ÿ‘‹

#

A payment intent is simple meant to capture the intent to pay a merchant

#

It does not, in itself, capture that that merchant is being paid for

#

It's a building block

restive ledge
#

Hey Snufkin thanks for the quick response!
I suppose there is another "building block" being used to track which products have been bought then? and If so how can I tell which payment intent belongs to it

round snow
#
  1. You can accomplish some degree of tracking by using the metadata property on Payment Intents
#
  1. the Checkout Session does use line_items with price and product information
#

If you want more control over your front-end, like using Payment Intents, but want more tracking of products and quantities you can take a look at our Orders API which is currently in beta but publicly testable: https://stripe.com/docs/api/orders_v2

restive ledge
round snow
#

Well we also have Invoices but that comes with a bunch of other configurations and use-cases