Adds additional beneficiary information for bank transfer payments
What’s new
Adds additional information about the beneficiary (receiver) for customers making bank transfer payments.
Impact
Stripe provides funding instructions for customers making bank transfer payments to merchants using a Stripe-provided bank account, including details such as the destination account number and bank code. Some banks (and bank transfer interfaces) also ask customers to provide additional information about the receiver, such as their name, address, and the address of the bank. For convenience, Stripe now includes this information in the funding instructions presented for each bank transfer payment.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| account_holder_address bank_address | Added | FundingInstructions. bank_transfer. financial_addresses[]. iban FundingInstructions. bank_transfer. financial_addresses[]. sort_code FundingInstructions.bank_transfer.financial_addresses[].spei + 5 more FundingInstructions.bank_transfer.financial_addresses[].zengin PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. iban PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. sort_code PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. spei PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. zengin |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-12-18. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
