# Update the payment provider Endpoint: PATCH /payment-providers/{payment_provider_id} Version: 1.37 Security: bearerAuth ## Path parameters: - `payment_provider_id` (integer, required) Payment provider identifier Example: 1 ## Request fields (application/json-patch+json): - `op` (string, required) The JSON Patch operation to be performed Enum: "add", "remove", "replace", "move", "copy", "test" - `path` (string, required) A JSON-Pointer - `value` (object) The value to be used within the operations - `from` (string) A string containing a JSON Pointer value ## Response 200 fields (application/json): - `id` (integer) Payment Provider identifier Example: 1 - `type` (string, required) Payment method Enum: "CHEQUE", "DIRECT_DEBIT", "CANCELLED_DD", "CANCELLED_CARD", "CREDIT_CARD", "PAYPAL", "BACS", "POST_OFFICE_PAYMENT_CARD", "EZYPAY", "GO_CARDLESS", "GC_INSTANT_BANK_PAYMENTS", "STRIPE", "STRIPE_CARD", "STRIPE_DD", "FINASTRA", "FAST_PAY", "OTHER" - `name` (string, required) Payment provider name - `directDebitWithName` (string) Payment provider direct debit name - `status` (string, required) Payment provider status Enum: "ACTIVE", "INACTIVE" - `creditorIdentifier` (string) Payment provider creditor identifier - `instantBankPayments` (boolean) Does this payment provider support instant bank payments - `retryIfPossible` (boolean) Payment provider will retry the payment if possible - `acceptExternalPayments` (boolean) Payment provider will accept payment events that originated outside of the system - `contractOwnerIds` (array, required) Contract owner identifiers Example: [1] - `syncInstantBankPaymentsWithMandateCreation` (boolean) If a Go Cardless mandate is created as part of an instant bank payment billing flow, Elevate will automatically treat the instant payment as an upfront credit on the customer’s account ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields