#Nick
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
How are you creating the payments? With PaymentIntents?
Or are you creating Invoices?
Could you please create one and send me the ID?
you would look at https://stripe.com/docs/api/payment_intents/object#payment_intent_object-next_action-display_bank_transfer_instructions-financial_addresses
on the PaymentIntent that is requesting the funds(if you're using Invoices, then the payment_intent on that Invoice object); and show those details to the customer.
A better guide is something like https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api&invoices=without&country=eu#web-complete-bank-transfer if you're doing this custom.