Accounts
Guru Pay allows you to fetch account information for customers via two endpoints:
One for listing all accounts tied to a specific customer.
One for retrieving detailed data about a single account.
You must include your Bearer token in the request header.
Retrieves a paginated list of accounts associated with the given customer UUID.
Authentication using a Bearer token.
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Number of items to return per page in a paginated response.
15Example: 15The current page number for paginated results.
1Example: 1Successful retrieval of customer accounts.
Unauthorized.
Unprocessable.
Retrieves the full details for a single account identified by its UUID, scoped to a specific customer.
Authentication using a Bearer token.
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Successful retrieval of account details.
Unauthorized.
Unprocessable.
Last updated
Was this helpful?
