v1
latestOpenAPI 3.0.02026-07-244352379.2 KBOrder Payments
Retrieve an OrderPayment
A GET request to /orders/{order_ref}/payments/{payment_ref}/ retrieves the specified OrderPayment.
get/api/orders/{order_ref}/payments/{payment_ref}/
Headers
Authorizationstring required
An OAuth 2.0 bearer token that validates the request. You can use either a short-lived session token if the request is coming from the front-end, or an authentication token for server-side requests. Pass the token in this header after the word Bearer and a whitespace, for example Bearer <api_key>.
Response
OK - Success
Example response
{
"merchant_fixed_settlement": 5.11,
"platform_fixed_settlement": 5.11,
"external_location_id": "6e3b2ff7-51c8-4c64-befa-2eac90f7c3e9",
"ref": "cc3175bfea",
"status": "requires_confirmation",
"created": "2021-06-16T00:11:50.000000Z",
"updated": "2021-06-16T00:11:50.000000Z",
"success_date": "2021-06-16T00:11:50.000000Z",
"refunds": [
"ac47392bb1"
],
"tpp_lookup_id": "pi_1DpdZq2eZvKYlo2CAYyzTr8j_secret_lxr4crBJP4txbrg7sqit0XQQO",
"order": "340129aff3"
}