Balances
Retrieve Store Balance
Fetch the current Blink balance for a store, using the x-store-id header for authentication. The response includes available and pending amounts, and the mode (live/test) of the Blink account.
GET
Retrieve Store Balance
Previous
List custom checkout linksRetrieve a paginated list of all custom checkout links for the store.
- **Request Headers:**
- `x-store-id` (string, required): The ID of the store requesting the checkout links.
- **Query Parameters:**
- `limit` (integer, optional): Number of items per page.
- `page` (integer, optional): Page number to retrieve.
- `status` (string, optional): Filter by status of checkout links.
- **Response:** A paginated list of checkout links including metadata.
Useful for managing and tracking customized checkout experiences.
Next
Retrieve Store Balance