Hi I’m assuming I use the GET /v2/payments List Payments to get the list of payments for an item. Is there a way to check how many quantities a user bought for each payment? Or if a user buys multiple quantities, are they listed as multiple payments? Thank you!
Yes, each payment will have an order_id
. You’ll use that order_id
to call the Orders API which has all the itemized details which also includes quantity
.