Skip to main content

Merchant or user info

This endpoint returns user information(which will give you the merchant_id information)

Header Parameters
Authorization string — REQUIRED

Status values that need to be considered for filter

Responses
200

Successful operation

Schema — OPTIONAL
id integer — OPTIONAL
first_name string — OPTIONAL
last_name string — OPTIONAL
business_name string — OPTIONAL
domain_url string — OPTIONAL
merchant_id string — OPTIONAL
user_ethereum_handle string — OPTIONAL
address string — OPTIONAL
city string — OPTIONAL
is_active boolean — OPTIONAL
zip_code string — OPTIONAL
state string — OPTIONAL
country string — OPTIONAL
id_verification_ref string — OPTIONAL
user_ip_address string — OPTIONAL
government_id_verified boolean — OPTIONAL
business_verified boolean — OPTIONAL
mobile_verified boolean — OPTIONAL
account_admins undefined[] — OPTIONAL
related_submerchants undefined[] — OPTIONAL
405

Invalid input

GET /user/acct-info
Authorization — header
https://sandbox-api.paycruiser.ai
curl -L 'https://sandbox-api.paycruiser.ai/user/acct-info' \
-H 'Accept: application/json'