Skip to main content

Customer Management Schemas

API endpoints for managing bank customers within the Peere Network.

Endpoints

GET /v1/bank/customer

Retrieve details for a specific customer in your bank.

Query Parameters

Response Schema

GET /v1/bank/customers

List customers in your bank with optional filters and pagination.

Query Parameters

Response Schema

POST /v1/bank/customers

Create multiple customers in batch for your bank.

Request Body

Request Schema

Response Schema

PATCH /v1/bank/customer

Update information for an existing customer.

Request Body

Request Schema

Response Schema

Customer Schema (Sensitive Fields Hidden)

When retrieving customer information as a bank, sensitive fields are filtered based on context:

Standard Fields (Always Visible)

Extended Fields (Non-Sensitive Context)

Batch Processing Error Codes

Error Responses

400 Bad Request

404 Not Found

409 Conflict