diff --git a/schema.graphql b/schema.graphql index cbbd399e2cb..ca425ebbf39 100644 --- a/schema.graphql +++ b/schema.graphql @@ -6485,6 +6485,7 @@ input ProviderCustomerInput { enum ProviderPaymentMethodsEnum { bacs_debit + boleto card link sepa_debit diff --git a/schema.json b/schema.json index ef608351b75..7f6b3f31cf4 100644 --- a/schema.json +++ b/schema.json @@ -31135,6 +31135,12 @@ "description": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "boleto", + "description": null, + "isDeprecated": false, + "deprecationReason": null } ] },