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 account_holder_name account_type bank_address | Added | FundingInstructions. bank_transfer. financial_addresses[]. aba FundingInstructions.bank_transfer.financial_addresses[].swift PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. aba + 1 more PaymentIntent. next_action. display_bank_transfer_instructions. financial_addresses[]. swift |
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-11-20. acacia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.