# Retrieve customer payment settings Endpoint: GET /customers/{id}/payment_settings Version: 1.0.0 Security: Biller Access Token (Staging), Biller Access Token (Production) ## Path parameters: - `id` (string, required) The id of the customer to get payment settings for ## Response 200 fields (application/json): - `allowPartialPayments` (boolean) Indicates whether partial payments are allowed - `minPartialPaymentAmount` (number) The minimum amount for partial payments - `surchargeIsEnabled` (boolean) Indicates whether a surcharge is applied to commercial card payments ## Response 400 fields ## Response 401 fields ## Response 500 fields