Retrieve payment method penny test status by legal entity
Authentication
Query parameters
Maximum number of results to return (1-100, default 20).
Maximum number of results to return (1-100, default 20).
Returns payment method status alongside its penny test (e2e validation) outcome, for payment methods belonging to a specific legal entity. Supports filter-based discovery by method status, penny test status, and date range. Results are paginated using cursor-based (keyset) pagination. Results are scoped to the authenticated organization; requests for legal entities belonging to other organizations return an empty result set.
Token scopes: payments:read
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/