Get payout actions
Find out all you need to know about history of a payout. This API provides details about each step of the payout lifecycle. To get a detailed view of all required and optional fields, see our API reference.
Use the details below to set up your request.
Endpoints
https://api.checkout.com/payments/{id}/actions
Header parameters
Header | Value |
---|---|
required |
|
required |
|
Path parameters
Path | Value |
---|---|
required | The payment identifier (prefixed with |
Response example
If successful, you should get a 200 Success
response returning a list of data relating to the payout.
[{"id": "act_cvrbczl5llgehjzjqdupeezwt4","type": "Return","processed_on": "2020-06-12T13:49:19.145592Z","amount": 1000,"approved": true,"response_code": "30046","response_summary": "Bank Account Closed"},{"id": "act_rhpascoezcwuxbez3qhsbtgpd4","type": "Payout","processed_on": "2020-06-12T13:49:19.1050138Z","amount": 1000,"approved": true,"response_code": "10000","response_summary": "Approved"}]
If unsuccessful, you may get a 404 – Payment not found
error.
Response parameters
Find out what the different fields in your successful response mean.
Field name | Description |
---|---|
string | The unique identifier of the payment action. |
string | The type of payment action (e.g., |
string | The date and time the action took place. |
integer | The action amount. |
string | The acquirer's authorization code for cards. |
string | The gateway response code. |
string | The gateway response summary. |
string | Your defined reference for the action. |
object | Returns information related to the processing of the payment. |
object | A set of key/value pairs that you can attach to an action. |
Payout actions
The table below outlines the different payout actions and their meanings.
| The payout request was processed successfully. To check whether the payout itself was successful, check the |
| The payout was returned. For example, because the destination account has been closed. |