#meisei81-Connect

1 messages · Page 1 of 1 (latest)

south sage
#

Have you try setting the logo for your Connected Account?

#

The parameter says it will be used for Checkout

compact aurora
#

ok. l would have a try.

compact aurora
#

Hello. I have tried this api in test mode but it doesn't show the new logo. Does it cannot use in test mode?

south sage
#

Oh is that so? I don't think there is a different between test mode and live mode. It maybe because the account type is Express. Let me dig deeper in our documentation

#

Hello, how did you change the branding logo? Could you paste me your request id?

compact aurora
#

and the response contains like:

#

"settings": {
"bacs_debit_payments": {
},
"branding": {
"icon": null,
"logo": "file_1JrwtbCsiaKaCQKSsRWdzKND",
"primary_color": null,
"secondary_color": null
},

#

I think it's changed successfully

south sage
#

Please redact your Key

#

this is a public place

#

Thanks, and when you create Session, did you use Destination Charge?

compact aurora
#

I'm not sure

#

I have deleted that message.

south sage
#

Can you give the request Id of when you create Checkout Session

compact aurora
#

session id?

south sage
#

Request Id, like req_xxx

compact aurora
#

emm..

#

I didn't store it or log it

south sage
#

Find it here

compact aurora
#

req_ZYYJF8ccGHX4sY

south sage
#

Okie I got it now

#
  payment_intent_data: {
    transfer_data: {
      destination: "acct_1JmyKX2RjeRSxr7r"
    }
  },
#

Here you are using Destination Charge, Stripe will use your Platform information, including logo, to display the page

#

You would want to use Destination Charge with On Behalf Of, to let Stripe use your Connected account information, including logo, to display the page

compact aurora
#

I don't pass any data like that

#

when I create a checkout session

south sage
#

You are using Java right?

compact aurora
#

yeah

south sage
#

How does your code look like?

#

You would simply to pass one more parameter: on_behalf_of to acct_1JmyKX2RjeRSxr7r

compact aurora
#

ohh.. sorry.I have checked the code and I have passed the transfer_data

south sage
#

yes, then in the same level with transfer_data, pass in on_behalf_of

compact aurora
#

parameters.add(new BasicNameValuePair("payment_intent_data[transfer_data][destination]", session.getAccountId()));

#

this is my code

#

I think it would transfer the funds to the merchant immediately

#

so I pass that parameter

#

What should I do if I want the funds transfer immediately to seller and the same time the buyer can see the seller logo

south sage
#
parameters.add(new BasicNameValuePair("payment_intent_data[on_behalf_of]", session.getAccountId()));
#

Let's add this

#

and see how it goes

compact aurora
#

ok. I would delete my code and add yours

south sage
#

no, keep both

compact aurora
#

ok

south sage
#

both transfer_data.destination and on_behalf_of

compact aurora
#

copy that

compact aurora
#

It works! Thanks a lot, or a li ga to go za i ma su

south sage
#

Awesome! Glad to hear you resolved it! And are you Japanese?

compact aurora
#

I'm Chinese. But learned some Japanese in my college.

#

I almost forgot Japanese

#

"meisei" is the high school name from a ta chi 's comic which name's touch.

south sage
#

Awesome

#

I was wondering when I see your name 😄

#

Anw, good luck!