mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
refactor(customers_v2): include minor fixes for customer v2 flows (#6876)
This commit is contained in:
@ -14585,6 +14585,7 @@
|
||||
"id",
|
||||
"status",
|
||||
"amount",
|
||||
"customer_id",
|
||||
"connector",
|
||||
"client_secret",
|
||||
"created",
|
||||
@ -14606,6 +14607,13 @@
|
||||
"amount": {
|
||||
"$ref": "#/components/schemas/ConfirmIntentAmountDetailsResponse"
|
||||
},
|
||||
"customer_id": {
|
||||
"type": "string",
|
||||
"description": "The identifier for the customer",
|
||||
"example": "12345_cus_01926c58bc6e77c09e809964e72af8c8",
|
||||
"maxLength": 64,
|
||||
"minLength": 32
|
||||
},
|
||||
"connector": {
|
||||
"type": "string",
|
||||
"description": "The connector used for the payment",
|
||||
@ -16330,6 +16338,7 @@
|
||||
"id",
|
||||
"status",
|
||||
"amount",
|
||||
"customer_id",
|
||||
"client_secret",
|
||||
"created"
|
||||
],
|
||||
@ -16347,6 +16356,13 @@
|
||||
"amount": {
|
||||
"$ref": "#/components/schemas/ConfirmIntentAmountDetailsResponse"
|
||||
},
|
||||
"customer_id": {
|
||||
"type": "string",
|
||||
"description": "The identifier for the customer",
|
||||
"example": "12345_cus_01926c58bc6e77c09e809964e72af8c8",
|
||||
"maxLength": 64,
|
||||
"minLength": 32
|
||||
},
|
||||
"connector": {
|
||||
"type": "string",
|
||||
"description": "The connector used for the payment",
|
||||
|
||||
Reference in New Issue
Block a user