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:
SamraatBansal
2024-07-04 18:15:05 +05:30
committed by GitHub
parent 755d968c95
commit f4665d2f4a
22 changed files with 135 additions and 1 deletions

View File

@ -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
}
}
},