get https://global-api-sandbox.afterpay.com/v2/payments/
This endpoint retrieves an individual payment along with its order details.
Successful Response (200)
Returns a Payment object in response.
Connection Timeouts
| Timeout | Time (Seconds) |
|---|---|
| Open | 10 |
| Read | 20 |
Errors
In addition to the GET Errors applicable to all GET endpoints, the following errors are specific to Get Payment By Order ID:
| HTTP Status Code | errorCode | Description |
|---|---|---|
| 404 Not Found | not_found | No Afterpay Order was found matching the orderId provided. |
