GET
Get merchant

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys start with sk_test_, mainnet keys with sk_live_.

Path Parameters

merchant_id
string
required

Response

Merchant profile

merchant_id
string
Example:

"mch_3f2a1b0c"

display_name
string
Example:

"Acme AI Services"

kyb_status
enum<string>
Available options:
pending,
approved,
rejected
Example:

"approved"

payout_address
string
Example:

"0x2f3a4b5c6d7e8f901a2b3c4d5e6f7a8b9c0d1e2f"

webhook_url
string<uri> | null
created_at
string<date-time>