Skip to content

Commit 2c9cc0e

Browse files
update preauth responses
1 parent c6b49eb commit 2c9cc0e

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

src/api/preauthorization/reserve/response.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"created_at": "2023-08-24T19:00:18.000Z",
1818
"released_at": null,
19-
"scheduled_release_date": "2023-08-25T19:00:26.000Z",
19+
"expiry_date": "2023-08-25T19:00:26.000Z",
2020
"currency": "ZAR",
2121
"metadata": null,
2222
"fees": 0,
@@ -47,7 +47,10 @@
4747
"international_format_phone": null
4848
},
4949
"merchant_id": 210002,
50-
"merchant_name": "ABC merchant"
50+
"merchant_name": "ABC merchant",
51+
"expire_action": "release",
52+
"split_code": null,
53+
"split": null
5154
}
5255
}
5356
},

src/api/preauthorization/verify/response.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"international_format_phone": null
4444
},
4545
"merchant_id": 210002,
46-
"merchant_name": "ABC merchant"
46+
"merchant_name": "ABC merchant",
47+
"expire_action": "release",
48+
"split_code": null,
49+
"split": null
4750
}
4851
}
4952
},

src/doc/payments/preauthorization/reserve/index.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"created_at": "2023-08-24T19:00:18.000Z",
1515
"released_at": null,
16-
"scheduled_release_date": "2023-08-25T19:00:26.000Z",
16+
"expiry_date": "2023-08-25T19:00:26.000Z",
1717
"currency": "ZAR",
1818
"metadata": null,
1919
"fees": 0,
@@ -44,6 +44,9 @@
4444
"international_format_phone": null
4545
},
4646
"merchant_id": 210002,
47-
"merchant_name": "ABC merchant"
47+
"merchant_name": "ABC merchant",
48+
"expire_action": "release",
49+
"split_code": null,
50+
"split": null
4851
}
4952
}

0 commit comments

Comments
 (0)