invoices
Retry an invoice payment
This endpoint resends an invoice for collection and retry a payment.
post/invoices/{lago_id}/retry_payment
Path parameters
lago_idstring uuid required
Example:1a901a90-1a90-1a90-1a90-1a901a901a90
Unique identifier assigned to the invoice within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the invoice's record within the Lago system.
Request body
Example request
{
"payment_method": {
"payment_method_type": "provider",
"payment_method_id": "1a901a90-1a90-1a90-1a90-1a901a901a90"
}
}Response
Invoice payment retried