# Retrieves the payment capabilities of a biller Returns the payment capabilities that apply to the biller, each with its status. A capability that does not apply is left out of the list rather than sent with a status. A missing capability means only that Adfin does not offer it to this biller right now. It is not a rejection, and the list length is not a fixed denominator. Endpoint: GET /billers/{billerId}/payment_capabilities Version: 1.0.0 Security: Biller Access Token (Production), Biller Access Token (Staging) ## Path parameters: - `billerId` (string, required) The biller the capabilities belong to. ## Response 200 fields (application/json): - `lastUpdatedTime` (string) When the biller's capability record last changed. - `paymentCapabilities` (array, required) The payment capabilities that apply to the biller, each with its status. - `paymentCapabilities.capability` (string, required) The payment capability. Enum: "CARD", "DIRECT_DEBIT", "PAY_BY_BANK", "PAYOUTS", "BANK_TRANSFER", "PAYMENT_OVER_THE_PHONE" - `paymentCapabilities.status` (string, required) Whether the capability can be used. Enum: "VALID", "PENDING", "INVALID", "REJECTED", "RESTRICTED" ## Response 401 fields ## Response 403 fields ## Response 500 fields