Get payment attempt history
GET
/v1/payment_requests/{request_id}/attempts
Get the payment attempt history for a payment request.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” request_id
required
Request Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
PaymentAttemptHistoryResponse
Response for payment request attempt history.
object
payment_request_id
required
Payment Request Id
string format: uuid
current_status
required
Current Status
string
total_attempts
required
Total Attempts
integer
entries
required
Entries
Array<object>
PaymentAttemptEntryA single entry in the payment attempt history.
Unauthorized
Payment request not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context