Transactions
Find one Transaction
Retrieve a Transaction by its ID
get/transactions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"status": "authorized",
"authentication": "not_requested",
"amount": 1500,
"initiator": "customer",
"statementDescriptor": "Hello World",
"amountCaptured": 1500,
"isCaptured": true,
"chargebackRecordedAt": "2026-01-15T10:30:00.000Z",
"captureMethod": "automatic",
"currency": "usd",
"processorId": "ch_1J8lZpJ9j1bSv2Jr6sVjXZ1N",
"gatewayProfile": {
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "gwp_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"active": true,
"title": "Profile #1",
"integration": "stripe",
"environment": "test"
},
"paymentMethod": {
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "pm_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"type": "card",
"customer": "cus_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"card": {
"brand": "amex",
"lastFour": "1234",
"bin": "123456",
"expMonth": "12",
"expYear": "2025",
"cardholderName": "John Doe"
},
"applePay": {
"displayName": "MasterCard 1234"
}
},
"customer": {
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "cus_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"email": "user@gmail.com",
"name": "John Doe",
"phoneNumber": "+1234567890",
"dateOfBirth": "2020-01-01",
"gender": "male",
"restrictReason": "Customer restricted due to suspicious activity",
"isRestricted": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.