Skip to main content
GET
/
virtual-accounts
/
admin
/
customers
/
{customer_id}
Get customer detail (admin)
curl --request GET \
  --url https://api.pcxpay.com/v1/virtual-accounts/admin/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string
required

Response

Customer detail

status
enum<string>
Available options:
success,
error
Example:

"success"

message
string
Example:

"Operation completed successfully"

data
object