GET
/
transactions
/
{transaction_id}
/
summary
curl --request GET \
  --url https://api.{id}.gr4vy.app/transactions/{transaction_id}/summary \
  --header 'Authorization: Bearer <token>'
{
  "type": "transaction",
  "id": "7099948d-7286-47e4-aad8-b68f7eb44591",
  "status": "authorization_succeeded"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-gr4vy-merchant-account-id
string | null

The ID of the merchant account to use for this request.

Examples:

"default"

Path Parameters

transaction_id
string
required
Examples:

"7099948d-7286-47e4-aad8-b68f7eb44591"

Response

200
application/json
Successful Response

The response is of type object.