Transaction Details
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Transactions
Last modified:2025-04-22 11:04:33
transaction_id
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/transactions/293485739'
Response Response Example
200 - Success (200)
{
"status": 200,
"success": true,
"data": {
"id": 1924095294,
"customer": {
"id": 1183285131,
"email": "[email protected]",
"mobile": "+966567382902",
"first_name": "Ahmed",
"last_name": "Saleh"
},
"references": {
"order_id": 1505493897,
"cart_id": 1649051320,
"transaction": 849383649505
},
"total": {
"amount": 129,
"currency": "SAR"
},
"payment_method": {
"name": "mada",
"slug": "mada",
"icon": "https://cdn.assets.salla.network/prod/admin/cp/assets/images/payment_methods/4.png"
},
"status": {
"name": "مؤكدة",
"slug": "paid"
},
"card": {
"brand": "mada",
"number": "987654xxxxxx1234",
"country": "SA"
},
"available_actions": [
"refund",
"print"
],
"created_at": {
"date": "2024-07-02 16:56:21.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"notes": "Transaction Notes"
}
}
Request
Path Params
transaction_id
integerÂ
required
Example:
293485739
Responses
Modified at 2025-04-22 11:04:33