Get a payment intent's history

The history of a payment intent contains its status changes and the date and time of each status change.

Path parameters

payment_intent_idstringRequired
ID of a payment intent to get the history for.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
datalist of objects
A list of status changes and their timestamps.

Errors