# Resend To Payment Method Attempt to re-send the payment method for a payment.This will not create a new payment, but re-send the payment to the specified payment method. This can be used many times and have different behaviour depending on the type of method used. - If a payment link method is used, the payment link will be sent again. - If a terminal method is used, the payment will be sent to the specified terminal. - If a invoice method is used, we will send a invoice to the specified invoice type. Rely on webhooks to get notified about the result of the action. Endpoint: POST /payment-methods/resend Version: v1 Security: OAuth2ClientCredentials ## Header parameters: - `X-Organization-Id` (string) Required if the account is part of multiple organizations. If the account only has access to one organization, this header is not required. ## Request fields (application/json): - `payflow_id` (string, required) - `payment_method_id` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)