#Bart - connect auth in golang
1 messages · Page 1 of 1 (latest)
The snippet you showed is a payment method id
What are you trying to get, exactly?
You can auth as the connected account using the stripe-account header/option:
https://stripe.com/docs/api/connected_accounts?lang=go
SetStripeAccount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay so im trying to get information about a transaction a connected account did
OK. Do you have an example transaction? Do you mean a payment intent / charge?
NP!
Bart - connect auth in golang