Skip to main content
GET
Get a merchant

Authorizations

Authorization
string
header
required

OAuth2 client credentials. Request a token from /oauth/token and send it as Authorization: Bearer <token>.

Path Parameters

id
integer
required

Response

The merchant

object
string
Example:

"merchant"

id
integer
Example:

116

name
string | null
Example:

"Green Leaf Coffee"

email
string | null
Example:

"owner@greenleaf.example"

public_key
string | null
Example:

"pk_live_29935fed5bc9878299588621772e0bc9"

psp_reference_id
string | null
Example:

"YOUR-MERCHANT-REF"

status
string | null
Example:

"ACTIVE"

onboarding_status
string | null
Example:

"ACTIVE"

crypto_enabled
boolean
Example:

true

onboarding_complete
boolean
Example:

true

created_at
string<date-time> | null