File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
doc/payments/preauthorization Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"created_at" : " 2023-08-24T19:00:18.000Z" ,
18
18
"released_at" : null ,
19
- "scheduled_release_date " : " 2023-08-25T19:00:26.000Z" ,
19
+ "expiry_date " : " 2023-08-25T19:00:26.000Z" ,
20
20
"currency" : " ZAR" ,
21
21
"metadata" : null ,
22
22
"fees" : 0 ,
47
47
"international_format_phone" : null
48
48
},
49
49
"merchant_id" : 210002 ,
50
- "merchant_name" : " ABC merchant"
50
+ "merchant_name" : " ABC merchant" ,
51
+ "expire_action" : " release" ,
52
+ "split_code" : null ,
53
+ "split" : null
51
54
}
52
55
}
53
56
},
Original file line number Diff line number Diff line change 43
43
"international_format_phone" : null
44
44
},
45
45
"merchant_id" : 210002 ,
46
- "merchant_name" : " ABC merchant"
46
+ "merchant_name" : " ABC merchant" ,
47
+ "expire_action" : " release" ,
48
+ "split_code" : null ,
49
+ "split" : null
47
50
}
48
51
}
49
52
},
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const json = `{
93
93
},
94
94
"created_at": "2023-08-24T19:00:18.000Z",
95
95
"released_at": null,
96
- "scheduled_release_date ": "2023-08-25T19:00:26.000Z",
96
+ "expiry_date ": "2023-08-25T19:00:26.000Z",
97
97
"currency": "ZAR",
98
98
"metadata": null,
99
99
"fees": 0,
@@ -124,7 +124,10 @@ const json = `{
124
124
"international_format_phone": null
125
125
},
126
126
"merchant_id": 210002,
127
- "merchant_name": "ABC merchant"
127
+ "merchant_name": "ABC merchant",
128
+ "expire_action": "release",
129
+ "split_code": null,
130
+ "split": null
128
131
}
129
132
}`
130
133
You can’t perform that action at this time.
0 commit comments