updateMyPaymentMethod
updateMyPaymentMethod will update the payment method for a contract. The payment method can be set to either IDEAL or SEPA_DIRECT_DEBIT. If the payment method is SEPA_DIRECT_DEBIT and the user has not set up the payment method yet, the response will be a SetupEmandateURL type.
updateMyPaymentMethod(
input: UpdateMyPaymentMethodInput!
): UpdateMyPaymentMethodResponse!
Arguments
updateMyPaymentMethod.input ● UpdateMyPaymentMethodInput! non-null input
Type
UpdateMyPaymentMethodResponse union
The response of updateMyPaymentMethod mutation. When the payment method is set successfully, the response will be the PaymentMethod type. When the payment method SEPA_DIRECT_DEBIT is not configured, the response will be the SetupEmandateURL type.