Shops > Payment Methods > paymentMethodsModify
POST:payment_methods.json
Description
Modify one or multiple payment methods.
Permission bit: "shop_payment_method.modify"
Topic: Payment Methods
Arguments
data: [PaymentMethodModify!]!
Main argument for mutations.
List of payment method ids. See also: Unique Identifiers
Example: ["pm_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Billing city
Billing address country code
Billing address line 1
Billing address line 2
Billing address state code
Billing zip or postal code
Credit card expiration month
Example: 2
Credit card expiration year
Example: 2019
Name of the card holder
Result
Preview (typescript)
Loading module