v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Retrieve a Customer

This API provides details of a customer.

get/v1/customers/{customer_id}

Path parameters

customer_idstring required

customer_id refers to a specific existing customer whose details are needed.

Response

200

Example response

{
  "data": {
    "object": "customer",
    "customer_id": "DPpKjVKD4x44VnMN",
    "name": "BBB",
    "email": "eric.yulfo@payarc.com",
    "description": "fdsgdsg",
    "send_email_address": "eric.yulfo@payarc.com",
    "cc_email_address": "eric.yulfo@payarc.com",
    "address_1": "sdfgdsf",
    "address_2": "sdfgfdsg",
    "city": "sdgfsfdg",
    "state": "NY",
    "zip": "11501",
    "phone": "5555555555",
    "country": "sdfgfdsg",
    "created_at": 1724443709,
    "updated_at": 1724444312,
    "readable_created_at": "2 days ago",
    "readable_updated_at": "2 days ago",
    "invoice_prefix": "U6TQ"
  },
  "meta": {
    "include": [
      "card"
    ]
  }
}