Get All Customer
DevelopingGET
/customerRequest
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox || production
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
boolean
required
message
string
required
data
array [object {19}]
required
customer_id
string
optional
org_id
string
optional
type
string
optional
description
object
optional
webhook_url
object
optional
metadata
object
optional
is_active
boolean
optional
is_wallet_ready
boolean
optional
organization_reference_id
object
optional
is_gca_enabled
boolean
optional
gca_activation_status
string
optional
gca_activated_at
object
optional
is_sender_validation_enabled
boolean
optional
payin_sender_id_list
object
optional
company_domain
object
optional
company
object
optional
created_by
string
optional
created_at
string
optional
updated_at
string
optional
Example
{
"status": true,
"message": "string",
"data": [
{
"customer_id": "string",
"org_id": "string",
"type": "string",
"description": {},
"webhook_url": {},
"metadata": {},
"is_active": true,
"is_wallet_ready": true,
"organization_reference_id": {},
"is_gca_enabled": true,
"gca_activation_status": "string",
"gca_activated_at": {},
"is_sender_validation_enabled": true,
"payin_sender_id_list": {},
"company_domain": {},
"company": {
"company_domain": {},
"name": "string",
"registration_number": "string",
"incorporation_country": "string",
"address_country": "string",
"address_state": "string",
"address_city": "string",
"address_line1": "string",
"address_line2": {},
"address_zip_code": "string",
"phone_number": "string",
"phone_country_code": "string",
"phone_number_e164": "string",
"email": "string",
"authorized_user": {
"first_name": "string",
"last_name": "string",
"dob": "string",
"email": "string",
"nationality": "string",
"address_country": "string",
"address_state": "string",
"address_city": "string",
"address_line1": "string",
"address_line2": {},
"address_zip_code": "string",
"country_of_residence": "string",
"phone_number": "string",
"phone_country_code": "string",
"phone_number_e164": "string",
"identification_type": "string",
"identification_custom_type": {},
"identification_value": "string"
}
},
"created_by": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
Last modified: 7 days ago