Skip to content

Commit

Permalink
fix(paymentRequest): requires an external_customer_id (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet authored Jan 27, 2025
1 parent 9080b7e commit c95b1af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions src/schemas/PaymentRequestCreateInput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ properties:
- external_customer_id
- lago_invoice_ids
properties:
customer_external_id:
external_customer_id:
type: string
example: "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
description: The customer external unique identifier (provided by your own application)
email:
type: string
format: "email"
example: "dinesh@piedpiper.test"
description: The customer's email address used for sending dunning notifications
lago_invoice_ids:
type: array
description: A list of Lago IDs for the customer's overdue invoices to start the dunning process
items:
type: string
example: "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
description: The customer external unique identifier (provided by your own application)
email:
type: string
format: "email"
example: "dinesh@piedpiper.test"
description: The customer's email address used for sending dunning notifications
lago_invoice_ids:
type: array
description: A list of Lago IDs for the customer's overdue invoices to start the dunning process
items:
type: string
example: "1a901a90-1a90-1a90-1a90-1a901a901a90"
description: Unique identifier assigned to the invoice within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the invoice's record within the Lago system.
example: "1a901a90-1a90-1a90-1a90-1a901a901a90"
description: Unique identifier assigned to the invoice within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the invoice's record within the Lago system.

0 comments on commit c95b1af

Please sign in to comment.