Retrieve payment method configuration

Retrieve payment method configuration

get/v1/payment_method_configurations/{configuration}

Path parameters

configurationstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

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