#binod-receipts

1 messages · Page 1 of 1 (latest)

clever spoke
#

👋 happy to help

#

what can I do for you?

tropic basin
#

It says, email are sent on successful payment with transaction data and business details

clever spoke
#

first are you using Checkout or Payment Intents?

tropic basin
#

Payment Intents

clever spoke
#

ok

tropic basin
#

my question is, is the business name is dynamic?

#

because, it will send business name of account right?

clever spoke
#

the business name comes from your settings

#

yes

tropic basin
#

so it will always be the same

#

I want it dynamic

clever spoke
#

unless you're using Connect yes

tropic basin
#

is it possible?

clever spoke
#

why do you need to have a dynamic business name? what's the use case?

tropic basin
#

we have multi-tenant system

#

each user has different domain to purchase

clever spoke
#

then Connect is your way to go

tropic basin
#

Express account is connect account right?

clever spoke
#

yes

#

if you create the Payment Intent on behalf of Connect Accounts and you specify the receipt_email it will be formatted with the business name of the Connect Account

tropic basin
#

so, if I specify on_behalf and set connect account ID, it will use business name of that connect account?

clever spoke
#

it's either or

#

not both

#

either use the on_behalf_of or the Direct Charge using the stripeAccount

tropic basin
#

and are only sent on live mode right?

#

email are*

clever spoke
#

yes

tropic basin
#

okay, thanks! I will give it a try.

clever spoke
#

let me know if you need any more help

tropic basin
#

sure

#

One more thing Im confused about, can I enable Applye Pay in PaymentElement from react stripe? or need to create different component

#

?

clever spoke
#

yes the PaymentElement supports Apple Pay on either Safari or iOS devices

tropic basin
#

I mean on web, supports on all browser right?

clever spoke
#

no only on Safari

tropic basin
#

const paymentIntent = await stripe.paymentIntents.create({ amount: payload.price * 100, currency: payload.currency, payment_method_types: ['card', 'ideal'], statement_descriptor: 'Test statement!' });

#

This is how Im creating payment intent.

#

adding apple_pay on payment_method_type not working

clever spoke
#

it's already included with card payment types

tropic basin
#

I don't get it

#

card payment is of credit card right?

clever spoke
#

the payment_method_type card includes wallet payments Google Pay and Apple Pay

tropic basin
#

but, only card and ideal is displayed on UI

#

no other payment methods

clever spoke
#

are you using safari? have you configured Apple Pay? is your site running on https?