Get Transaction
Transactions
Get Transaction
Retrieve a single transaction for a connected account.
GET
Get Transaction
Headers
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
Path Parameters
The Stripe connected account ID
The Stripe transaction ID
Response
OK
The payment intent ID
Example:
"pi_3ABC123DEF456GHI"
Amount in smallest currency unit (e.g., cents for USD)
Example:
10000
Three-letter ISO currency code
Example:
"usd"
Payment status
Example:
"succeeded"
Description of the payment
Example:
"Subscription creation"
Unix timestamp of when the transaction was created
Example:
1700000000
