List available apps
Authentication
Headers
Scope the request to a specific store / account instead of the one resolved from the API key. Aliases: the x-account-id header, or the application_account_id / account_id query parameter.
Scope the request to a specific store / account instead of the one resolved from the API key. Aliases: the x-account-id header, or the application_account_id / account_id query parameter.
Returns the paginated list of the store’s apps (sale terminals) that are not yet associated with any payment request — i.e. the apps you can still pick when creating or updating a payment link or invoice.
x-api-key (alias x-account-api-key).Merchant.payment_link.read.x-application-account-id (alias x-account-id).PaginationDto)page (default 1) and per_page (default 10).Paginated envelope (meta + records + legacy _metadata) where each record is a formatted app. There is no request body.
Notas: Handler: paymentRequestAppsService.getAvailableApps. Filter is StoreDataId = caller’s store AND PaymentRequest is null. Accepts the deprecated alias GET /v1/payment-links/available-apps. Records are shaped by appFormatterService.transformAppForResponse.