#meisei81-Connect
1 messages · Page 1 of 1 (latest)
Have you try setting the logo for your Connected Account?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The parameter says it will be used for Checkout
ok. l would have a try.
Hello. I have tried this api in test mode but it doesn't show the new logo. Does it cannot use in test mode?
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?
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
Please redact your Key
this is a public place
Thanks, and when you create Session, did you use Destination Charge?
Can you give the request Id of when you create Checkout Session
session id?
Request Id, like req_xxx
req_ZYYJF8ccGHX4sY
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
You are using Java right?
yeah
How does your code look like?
You would simply to pass one more parameter: on_behalf_of to acct_1JmyKX2RjeRSxr7r
ohh.. sorry.I have checked the code and I have passed the transfer_data
yes, then in the same level with transfer_data, pass in on_behalf_of
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
parameters.add(new BasicNameValuePair("payment_intent_data[on_behalf_of]", session.getAccountId()));
Let's add this
and see how it goes
ok. I would delete my code and add yours
no, keep both
ok
both transfer_data.destination and on_behalf_of
copy that
It works! Thanks a lot, or a li ga to go za i ma su
Awesome! Glad to hear you resolved it! And are you Japanese?