Create a payment method configuration

Creates a payment method configuration

post/v1/payment_method_configurations

Response

Successful response.

activeboolean required

Whether the configuration can be used for new payments.

applicationstring nullable

For child configs, the Connect application associated with the configuration.

idstring required

Unique identifier for the object.

is_defaultboolean required

The default configuration is used whenever a payment method configuration is not specified.

livemodeboolean required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

namestring required

The configuration's name.

object'payment_method_configuration' required

String representing the object's type. Objects of the same type share the same value.

parentstring nullable

For child configs, the configuration's parent configuration.

Changes