Get a payment intent's history
The history of a payment intent contains its [status changes](https://docs.monite.com/payments/payment-intents#lifecycle) and the date and time of each status change.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
payment_intent_id
ID of a payment intent to get the history for.
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
data
A list of status changes and their timestamps.
Errors
400
Get Payment Intents ID History Request Bad Request Error
401
Get Payment Intents ID History Request Unauthorized Error
404
Get Payment Intents ID History Request Not Found Error
422
Get Payment Intents ID History Request Unprocessable Entity Error
429
Get Payment Intents ID History Request Too Many Requests Error