Get capture
Retrieve a specific capture for a transaction by its unique identifier.
transactions.read scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the merchant account to use for this request.
"default"
Path Parameters
The unique identifier of the transaction.
"7099948d-7286-47e4-aad8-b68f7eb44591"
The unique identifier of the capture.
"b1e2c3d4-5678-1234-9abc-1234567890ab"
Response
Successful Response
The unique identifier for the capture.
"b1e2c3d4-5678-1234-9abc-1234567890ab"
The merchant account this capture belongs to.
"default"
The ID of the transaction associated with this capture.
"7099948d-7286-47e4-aad8-b68f7eb44591"
The ISO 4217 currency code for this capture.
"USD"
The capture amount in the smallest currency unit.
1299
The status of the capture.
succeeded, pending, declined, failed "succeeded"
Whether this is marked as the final capture for the associated transaction.
true
The date and time this capture was created.
"2013-07-16T19:23:00.000+00:00"
The date and time this capture was last updated.
"2013-07-16T19:23:00.000+00:00"
Always capture.
"capture""capture"
The payment service's unique ID for the capture.
"capture_xYqd43gySMtori"
The date and time the capture was completed.
"2013-07-16T19:23:00.000+00:00"
An external identifier that can be used to match the capture against your own records.
"capture-12345"
The standardized error code set by Gr4vy.
"service_error"
The ISO response code.
"00"
This is the response code received from the payment service. This can be set to any value and is not standardized across different payment services.
"E104"
This is the response description received from the payment service. This can be set to any value and is not standardized across different payment services.
"Internal error"
The external identifier of the associated transaction.
"transaction-12345"
An array of cart items that represents the line items of this capture.