Get payment intent history
GET /v2/send/payment-intents/{paymentIntentId}/history
GET
/v2/send/payment-intents/{paymentIntentId}/history
Retrieve the complete history of status changes for a payment intent
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” paymentIntentId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09Payment Intent ID
Responses
Section titled “ Responses ”List of payment intent history entries ordered by creation date
object
history
required
List of payment intent history entries
Array<object>
object
id
required
History entry ID
string format: uuid
oldStatus
Previous status
string
newStatus
required
New status
string
metadata
Additional metadata
object
createdAt
required
Timestamp when the status change occurred
string format: date-time
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error