Get payment actions
Last updated: April 24, 2024
You can retrieve information about the history and lifecycle of a payment or payout using the payment id returned in the response to your payment or payout request.
For the full API specification, refer to the API reference.
get
https://api.checkout.com/payments/{id}/actions
The response will contain the history and lifecycle of the payment or payout that matches the ID you provided.
Note
If a payment matching the ID you provided was not found, you'll receive a 404 – Payment not found error.
The history of a payment or payout is described through the payment actions that occurred during its lifecycle.
The following table describes the possible payment actions you may see in your response:
| Payment action | Description | 
|---|---|
| 
 | The payment request was sent successfully. | 
| 
 | The authorized payment was captured in full. | 
| 
 | The card verification request has been approved and the cardholder’s details have been saved to their account. | 
| 
 | The payout request was processed successfully. To check whether the payout itself was successful, check the  | 
| 
 | Part or all of the captured amount was refunded. | 
| 
 | The payout was returned. For example, because the destination account has been closed. | 
| 
 | The payment was voided and never captured; the funds were returned to the customer. | 
Some payment actions will expire after a period of time. The following table describes the expiry timelines for each scheme:
Information
You can request a manual partial or full refund within 365 days of the initial payment, or within 180 days for Automated Clearing House (ACH). This applies to all schemes.
| Scheme | Initial authorization | Estimated authorization | Incremental authorization | Final partial captures | 
|---|---|---|---|---|
| Visa | 10 days or 30 days, depending on your processing configuration | 10 days | 10 days | 
 | 
| Mastercard | 7 days or 30 days, depending on your processing configuration | 30 days | 30 days | 
 | 
| American Express | 30 days | Not applicable | Not applicable | Not applicable | 
| Cartes Bancaires | 7 days | Not applicable | Not applicable | Not applicable | 
| Diners Club International | 30 days | Not applicable | Not applicable | Not applicable | 
| Discover | 30 days | Not applicable | Not applicable | Not applicable | 
For a full list of authorization validity periods as set by the card schemes, see Authorization validity period.