Update a Payment MethodAsk AIpatch https://api-dev.prolifepayments.com/payments/v1/customers/{customer_id}/payment_methods/{payment_method_id}Path Paramscustomer_idstringrequiredThe customer associated to the payment method.payment_method_idstringrequiredThe payment method to be updated.Body ParamscardobjectThe card details to be updated.card objectbillingDetailsobjectThe billing information. address.postalCode and address.country are required.billingDetails objectHeadersonBehalfOfstringSpecifies the account for which the Payment Method update is intended. This is used for scenarios where one partner processes payments on behalf of another partner, such as in PayFac or related partner relationships.Responses 200200 400400Updated 6 months ago