Gateway Operations
Find one Gateway Operation
Retrieve a Gateway Operation by its ID
get/gateway-operations/{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"
},
"type": "authorize",
"status": "completed",
"amount": 1500,
"currency": "usd",
"processorId": "ch_1J8lZpJ9j1bSv2Jr6sVjXZ1N"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.