diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index c09b35a19c..7ab08411da 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1346 \ No newline at end of file +v1347 \ No newline at end of file diff --git a/fundinginstructions.go b/fundinginstructions.go index 1184864943..2657b80921 100644 --- a/fundinginstructions.go +++ b/fundinginstructions.go @@ -69,10 +69,8 @@ type FundingInstructionsBankTransferFinancialAddressABA struct { // Iban Records contain E.U. bank account details per the SEPA format. type FundingInstructionsBankTransferFinancialAddressIBAN struct { - AccountHolderAddress *Address `json:"account_holder_address"` // The name of the person or business that owns the bank account - AccountHolderName string `json:"account_holder_name"` - BankAddress *Address `json:"bank_address"` + AccountHolderName string `json:"account_holder_name"` // The BIC/SWIFT code of the account. BIC string `json:"bic"` // Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). diff --git a/paymentintent.go b/paymentintent.go index 2fb6938d3c..15a10e533c 100644 --- a/paymentintent.go +++ b/paymentintent.go @@ -4345,10 +4345,8 @@ type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressABA s // Iban Records contain E.U. bank account details per the SEPA format. type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressIBAN struct { - AccountHolderAddress *Address `json:"account_holder_address"` // The name of the person or business that owns the bank account - AccountHolderName string `json:"account_holder_name"` - BankAddress *Address `json:"bank_address"` + AccountHolderName string `json:"account_holder_name"` // The BIC/SWIFT code of the account. BIC string `json:"bic"` // Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).