Customer
Manage customers in your Swirepay account
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/customer | List customers Retrieves a paginated list of customers. Use `page` and `size` query |
| POST | /v1/customer | Create a customer Creates a new customer record. The customer's email and phone number |
| GET | /v1/customer/{gid} | Get a customer by GID Retrieves a single customer by their global identifier (GID). |