-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponse.json
More file actions
46 lines (46 loc) · 1.31 KB
/
response.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"200": {
"description": "200 Ok",
"data": {
"status": true,
"message": "Refund retried and has been queued for processing",
"data": {
"integration": 123456,
"transaction": 3298598423,
"dispute": null,
"settlement": null,
"id": 1234567,
"domain": "live",
"currency": "NGN",
"amount": 20000,
"status": "processing",
"refunded_at": null,
"expected_at": "2025-10-13T16:02:18.000Z",
"channel": "isw_3ds",
"refunded_by": "paystack@email.com",
"customer_note": "Refund for transaction T708775813895475",
"merchant_note": "Refund for transaction T708775813895475 by paystack@email.com",
"deducted_amount": 20000,
"fully_deducted": true,
"bank_reference": null,
"reason": "PROCESSING",
"customer": null,
"initiated_by": "paystack@email.com",
"reversed_at": null,
"session_id": null
}
}
},
"422": {
"description": "422",
"data": {
"status": false,
"message": "Invalid Refund state, refund status should be \"needs-attention\"",
"meta": {
"nextStep": "Ensure that the value(s) you're passing are valid."
},
"type": "validation_error",
"code": "invalid_params"
}
}
}