refactor(customers_v2): include minor fixes for customer v2 flows (#6876)

This commit is contained in:
Sanchith Hegde
2024-12-20 13:26:39 +05:30
committed by GitHub
parent 81b324caf1
commit 5cdeaf8e60
5 changed files with 46 additions and 8 deletions

View File

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