Get the payment status
Retrieves the status of a payment by its ID. Returns a polling delay to wait before checking the status again.
Authorizations
Headers
Path Parameters
Payment ID
"pay_7fa2ecc101ARZ3NDEKTSV4RRFFQ69G5FAV"
Query Parameters
Maximum time to long-poll for payment status, in milliseconds.
x >= 0Response
Payment status retrieved successfully
True if the payment is in a final state and no longer requires polling
Payment status
requires_action, processing, succeeded, failed, expired, cancelled Machine-readable reason identifying why the payment failed. Present
only when status == "failed".
declined_user Payment information (transaction hash, amount). Present when status is Succeeded, null otherwise.
Time to poll for payment status, in milliseconds. Not present if the payment is in a final state.
x >= 0