#amit7127 - test mode branding

1 messages · Page 1 of 1 (latest)

flint parrot
#

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

leaden plover
#

During onboarding for payout

#

This is what happening

#

This is what its showing on dashboard

flint parrot
#

Can you share the request ID for the account link you're creating?

leaden plover
#

okay let me check

#

Can I share the account link?

#

unable to see the logs for the request on dashboard

flint parrot
#

If you've created the account link via the API you can get the request ID from the response headers

leaden plover
#

Yes, server team is handling that.

#

They are not available now.

flint parrot
#

Do you have the account ID?

leaden plover
#

Yes

flint parrot
#

OK can you share that?

leaden plover
#

acct_1KLhvr2Ztrvi8ODe

flint parrot
#

thanks - taking a look

leaden plover
#

Okay

flint parrot
#

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

leaden plover
#

Okay let me create another link

#

Just called the create account link API

#

can you check

#

Still showing the page without branding

flint parrot
#

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)

leaden plover
#

received this url

flint parrot
#

What are you using to make these API requests?

#

That link was already consumed - you shouldn't share them here, generally

leaden plover
#

Yes

flint parrot
#

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

leaden plover
leaden plover
#

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

flint parrot
#

If you have access to the python request code, you should be able to access the request id using result.last_response().request_id()

leaden plover
#

Okay, I will share once I have access to the code