#testDeveloper
1 messages · Page 1 of 1 (latest)
Hi there, you can check your logs to see when the manual payout request was made.
can we do it via the code or stripe functions?
You can also use the List all payout API https://stripe.com/docs/api/payouts/list?lang=go#list_payouts, but you can't trace back a manual payout based on a charge ID.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, that was helpful. Thank You👍
For completeness, there's a list all balance transactions API that allows you retrieve all transactions (including charges) based on a payout. However, it's for automatic payout only (ref: https://stripe.com/docs/api/balance_transactions/list?lang=go#balance_transaction_list-payout)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.