mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(core): add merchant order reference id (#5197)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -15051,6 +15051,13 @@
|
||||
}
|
||||
],
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -15402,6 +15409,13 @@
|
||||
}
|
||||
],
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -15921,6 +15935,13 @@
|
||||
"type": "object",
|
||||
"description": "You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. FRM Metadata is useful for storing additional, structured information on an object related to FRM.",
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -16447,6 +16468,13 @@
|
||||
}
|
||||
],
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -16985,6 +17013,13 @@
|
||||
"type": "object",
|
||||
"description": "You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. FRM Metadata is useful for storing additional, structured information on an object related to FRM.",
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -17455,6 +17490,13 @@
|
||||
}
|
||||
],
|
||||
"nullable": true
|
||||
},
|
||||
"merchant_order_reference_id": {
|
||||
"type": "string",
|
||||
"description": "Merchant's identifier for the payment/invoice. This will be sent to the connector\nif the connector provides support to accept multiple reference ids.\nIn case the connector supports only one reference id, Hyperswitch's Payment ID will be sent as reference.",
|
||||
"example": "Custom_Order_id_123",
|
||||
"nullable": true,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user