Enable payment methods for an entity

Sets or updates the list of payment methods available to an entity to send and receive payments. [Payment links](https://docs.monite.com/docs/payment-links) created by this entity can use only the specified payment methods. Supported payment methods [vary by country](https://docs.monite.com/payments/payment-methods). Some payment methods require that the entity completes the [onboarding process](https://docs.monite.com/payments/onboarding/index). These payment methods are indicated by the `inactive` status in the response and will become `active` after successful onboarding. The specified list of payment methods replaces the previous methods chosen by the entity. Removed payment methods become inactive and can no longer be used in payment links.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entity_idstringRequired
ID of the entity to update the payment methods for.

Headers

x-monite-versionstringRequired

Request

This endpoint expects an object.
payment_methods_receivelist of enumsOptional
Payment methods to receive money from customers. Supported payment methods [vary per country](https://docs.monite.com/payments/payment-methods). `card` includes card payments, Apple Pay, and Google Pay. The values `applepay` and `googlepay` are deprecated and unused. `sofort` is deprecated and replaced by `klarna`.
payment_methods_sendlist of enumsOptional

Only for entities in the EU and UK. Payment methods used to make payments to vendors.

Currently only sepa_credit is supported for making payments.

payment_methodslist of enumsOptionalDeprecated

Deprecated. Replaced by payment_methods_receive.

Response

Successful Response
datalist of objects

Errors