#josh-charges

1 messages ยท Page 1 of 1 (latest)

vast agate
#

Hi there, please let me take a look ๐Ÿ™‚

#

If you would like to list the charges for your live mode, you would have to update the secret key in your server's Stripe .NET SDK to the one provided here: https://dashboard.stripe.com/apikeys

#

Hope this helps ๐Ÿ™‚

#

Some additional information, charges are not displayed for setup intents, as these are to save the payment method to customers for future use, but the payment itself has not been processed yet, therefore the charge has not yet occurred ๐Ÿ™‚

bitter zenith
#

ok, just want to know is there any other way i can get all the users payment history records?

vast agate
#

This will list all the charges for the specific customer ๐Ÿ™‚

bitter zenith
#

but based on the test for Stripe API - List all charges , it only return one records, if i filter by customer id will the result be different?

vast agate
#

And this is not associated with a Customer object

bitter zenith
#

ok ,will give it a try , thanks ya