You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhance ACI connector with comprehensive 3DS support - DRAFT ([#8986](https://github.com/juspay/hyperswitch/pull/8986)) ([`b014b13`](https://github.com/juspay/hyperswitch/commit/b014b1387acec0a0a9f699332ce486bb8d28c620))
14
+
- [checkout] add support for MOTO payments ([#9327](https://github.com/juspay/hyperswitch/pull/9327)) ([`3f8943b`](https://github.com/juspay/hyperswitch/commit/3f8943bd461a9dc3a5ad9f99f193483ea8186682))
15
+
- **core:** [Retry] MIT Retries ([#8628](https://github.com/juspay/hyperswitch/pull/8628)) ([`c0e31d3`](https://github.com/juspay/hyperswitch/commit/c0e31d38ffabaef6b459a7513089917d294aacf9))
16
+
17
+
### Bug Fixes
18
+
19
+
- **trustpay:** Add connector request reference ID generation for v2 ([#8925](https://github.com/juspay/hyperswitch/pull/8925)) ([`041656e`](https://github.com/juspay/hyperswitch/commit/041656ec66426154f609faa2228aee73b2bf761d))
20
+
- **users:** Add bad request for openidconnect ([#9244](https://github.com/juspay/hyperswitch/pull/9244)) ([`09d475b`](https://github.com/juspay/hyperswitch/commit/09d475b423c0fad6935a936211fc802928a450c6))
21
+
- Fix api url in dashboard configuration ([#9334](https://github.com/juspay/hyperswitch/pull/9334)) ([`5ab8a27`](https://github.com/juspay/hyperswitch/commit/5ab8a27c10786885b91b79fbb9fb8b5e990029e1))
22
+
23
+
### Refactors
24
+
25
+
- **connector:**
26
+
- Rename RevenueRecoveryRecordBack as InvoiceRecordBack ([#9321](https://github.com/juspay/hyperswitch/pull/9321)) ([`ea2fd1d`](https://github.com/juspay/hyperswitch/commit/ea2fd1d4768f83d8564477ef82940a5f33b0e3a1))
Copy file name to clipboardExpand all lines: api-reference/v2/openapi_spec_v2.json
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20023,7 +20023,8 @@
20023
20023
"status",
20024
20024
"amount",
20025
20025
"customer_id",
20026
-
"created"
20026
+
"created",
20027
+
"modified_at"
20027
20028
],
20028
20029
"properties": {
20029
20030
"id": {
@@ -20058,6 +20059,12 @@
20058
20059
"description": "Time when the payment was created",
20059
20060
"example": "2022-09-10T10:11:12Z"
20060
20061
},
20062
+
"modified_at": {
20063
+
"type": "string",
20064
+
"format": "date-time",
20065
+
"description": "Time when the payment was last modified",
20066
+
"example": "2022-09-10T10:11:12Z"
20067
+
},
20061
20068
"payment_method_data": {
20062
20069
"allOf": [
20063
20070
{
@@ -20208,6 +20215,11 @@
20208
20215
}
20209
20216
],
20210
20217
"nullable": true
20218
+
},
20219
+
"metadata": {
20220
+
"type": "object",
20221
+
"description": "You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object.",
0 commit comments