#Jayanth
1 messages · Page 1 of 1 (latest)
Hi there!
Are you talking about Usage Record for metered subscriptions?
@calm salmon please keep our conversation in this thread
Copy-pasting your messages here:
if so, could you please help me with the API that is used for?
If I hit below API, it creates an adjustment for mehttps://api.stripe.com/v1/customers/<customerId>/balance_transactions
Suppose I have multiple customers and multiple balance transactions (adjustments) are there. So is there any API that pulls all the balance_transactions?
You can list customer balance transactions with this: https://stripe.com/docs/api/customer_balance_transactions/list
thank you, let me check this