Skip to main content
GET
Get Merchant Information
Retrieves the current balance information for the authenticated merchant account. This endpoint provides the merchant’s wallet balance in both raw numeric format and formatted currency display.
cURL

Required Headers

string
required
Your merchant authentication token
string
required
Basic authentication credentials

Response

string
Response code indicating success or failure
string
Status of the response (e.g., “SUCCESS”)
string
Additional message about the response
object

Authorizations

Token-Top
string
header
required

Merchant authentication token

Authorization
string
header
required

Basic authentication with username and password

Response

Successful response

id
string<uuid>

Unique identifier for the merchant

name
string

Commercial name of the merchant

Legal registered name of the business

document_number
string

Tax ID or business registration number

business_type
enum<string>

Type of business

Available options:
COMPANY,
INDIVIDUAL
status
enum<string>

Current merchant status

Available options:
ACTIVE,
INACTIVE,
PENDING
email
string<email>

Primary contact email

phone
string

Contact phone number with country code

country
string

Two-letter country code (ISO 3166-1 alpha-2)

created_at
string<date-time>

UTC timestamp of merchant account creation

updated_at
string<date-time>

UTC timestamp of last account update