Skip to main content
GET
Retrieve a Provider Overlay
Returns your organization’s overlay on a single provider: whether you offer it, and any custom name, instructions, documentation link and logo.
This endpoint never returns 404. A provider you have never touched answers 200 with allowed and no override fields — exactly what an editor needs to render an empty form. Use Retrieve a Provider’s Instruction Override instead when you specifically need to know whether an override exists.
A field that is absent means “keep the Yuno catalogue’s value for it”. An override replaces a field wholesale and never merges into it.

Path Parameters

string
required
Yuno catalogue provider id in UPPER_SNAKE_CASE (STRIPE, ADYEN, YUNO_3DS, …). Case-insensitive — it is normalized to upper case.

Response

string
Yuno catalogue provider id, normalized to upper case.
boolean
Whether your organization offers this provider.
string
Display name replacing the catalogue’s, when overridden.
object[]
Connection steps replacing the catalogue’s, when overridden.
object[]
Grouped setup steps replacing the catalogue’s, when overridden.
string
Documentation link replacing the catalogue’s, when overridden. Always https.
string
Presigned on this read, valid only for a short window, and never the same twice.
logo_url is presigned on every read and expires shortly after. Render it immediately; never persist or cache it.

Errors

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Path Parameters

provider_id
string
required

Yuno catalogue provider id in UPPER_SNAKE_CASE. Case-insensitive; normalized to upper case.

Example:

"STRIPE"

Response

The provider's overlay.

provider_id
string

Yuno catalogue provider id, UPPER_SNAKE_CASE.

Example:

"STRIPE"

allowed
boolean

Whether the organization offers this provider.

Example:

true

name
string

Display name replacing the catalogue's, when overridden. Only Yuno-owned providers can carry one.

Example:

"Acme Risk"

instructions
object[]

Connection steps replacing the catalogue's, when overridden. Absent means keep the catalogue's.

setup_instructions
object[]

Grouped setup steps replacing the catalogue's, when overridden. Absent means keep the catalogue's.

more_info_url
string<uri>

Documentation link replacing the catalogue's, when overridden. Always https.

Example:

"https://docs.example.com/stripe"

logo_url
string
read-only

Read-only and ephemeral: a presigned URL minted on this read and valid only for a short window. Never store it — read the provider again for a fresh one.

Example:

"https://s3.amazonaws.com/whitelabel/logo.png?X-Amz-Signature=..."