Stripe API in python gives incorrect number of transactions

后端 未结 0 1553
无人及你
无人及你 2021-01-06 09:36

This is my code for retrieving the number of transactions in Stripe API

import stripe
customers = stripe.Customer.list()
print(len(customers))
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题