curl -X GET 'https://api.tolt.com/v1/transactions/txn_eK9bzRGn46BhVgNFHD6fDgXW' \
-H 'Authorization: Bearer <API_KEY>'
{
"success": true,
"data": {
"id": "txn_eK9bzRGn46BhVgNFHD6fDgXW",
"amount": 9999,
"customer_id": "cust_dK9bzRGn46BhVgNFHD6fDgXW",
"billing_type": "subscription",
"charge_id": "ch_9bzRGn46BhVgNFHD6fDgXW",
"click_id": "clk_7mbzRGn46BhVgNFHD6fDgXW",
"source": "stripe",
"interval": "month",
"created_at": "2025-01-15T14:30:00.000Z",
"updated_at": "2025-01-15T14:30:00.000Z",
"program_id": "prg_YRsbPDAKhWfdqJbFACheh",
"partner_id": "part_ER3mfYNL9ci7sFaJazAv2"
}
}
This endpoint retrieves a transaction.
curl -X GET 'https://api.tolt.com/v1/transactions/txn_eK9bzRGn46BhVgNFHD6fDgXW' \
-H 'Authorization: Bearer <API_KEY>'
{
"success": true,
"data": {
"id": "txn_eK9bzRGn46BhVgNFHD6fDgXW",
"amount": 9999,
"customer_id": "cust_dK9bzRGn46BhVgNFHD6fDgXW",
"billing_type": "subscription",
"charge_id": "ch_9bzRGn46BhVgNFHD6fDgXW",
"click_id": "clk_7mbzRGn46BhVgNFHD6fDgXW",
"source": "stripe",
"interval": "month",
"created_at": "2025-01-15T14:30:00.000Z",
"updated_at": "2025-01-15T14:30:00.000Z",
"program_id": "prg_YRsbPDAKhWfdqJbFACheh",
"partner_id": "part_ER3mfYNL9ci7sFaJazAv2"
}
}
https://api.tolt.comHide properties
curl -X GET 'https://api.tolt.com/v1/transactions/txn_eK9bzRGn46BhVgNFHD6fDgXW' \
-H 'Authorization: Bearer <API_KEY>'
{
"success": true,
"data": {
"id": "txn_eK9bzRGn46BhVgNFHD6fDgXW",
"amount": 9999,
"customer_id": "cust_dK9bzRGn46BhVgNFHD6fDgXW",
"billing_type": "subscription",
"charge_id": "ch_9bzRGn46BhVgNFHD6fDgXW",
"click_id": "clk_7mbzRGn46BhVgNFHD6fDgXW",
"source": "stripe",
"interval": "month",
"created_at": "2025-01-15T14:30:00.000Z",
"updated_at": "2025-01-15T14:30:00.000Z",
"program_id": "prg_YRsbPDAKhWfdqJbFACheh",
"partner_id": "part_ER3mfYNL9ci7sFaJazAv2"
}
}