#amit7127 - test mode branding
1 messages · Page 1 of 1 (latest)
hey there, in what context? What are you doing that you expect your branding to appear but it does not
branding should be used on test mode invoices, checkout session, etc
During onboarding for payout
This is what happening
This is what its showing on dashboard
Can you share the request ID for the account link you're creating?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay let me check
Can I share the account link?
unable to see the logs for the request on dashboard
If you've created the account link via the API you can get the request ID from the response headers
Do you have the account ID?
Yes
OK can you share that?
acct_1KLhvr2Ztrvi8ODe
thanks - taking a look
Okay
Alright, can you make another API call to create an account link for that account, or some other? I can see your logs and can find the link, so no need to share it here
I do see the platform branding appears to be set up correctly
Okay let me create another link
Just called the create account link API
can you check
Still showing the page without branding
I do not see a new account link request for this account
The latest account link requests I see are using a acct_1K...sk account, and an invalid URL (looks like you were using an app deeplink, instead of an https destination)
What are you using to make these API requests?
That link was already consumed - you shouldn't share them here, generally
Yes
I'm not seeing new requests for the platform account related to the account you shared
It would be helpful if you can get the request ID form the response headers you get when creating the links
I am providing refresh / return url to server, I suppose they are using stripe.AccountLink.create API
Okay then, I will ask server team to share
btw Thanks for the help.
It will take time, you can close the thread for now, When the request_id will available,I will create a new one
If you have access to the python request code, you should be able to access the request id using result.last_response().request_id()
Okay, I will share once I have access to the code