Skip to main content
POST
/
invoices
/
{invoice_id}
/
retry_payment
Retry payment for a specific invoice
curl --request POST \
  --url https://api-m.sandbox.paypal.com/v1/commerce/billing/invoices/{invoice_id}/retry_payment \
  --header 'Authorization: Bearer <token>'
{
  "name": "NOT_AUTHORIZED",
  "message": "Authorization failed due to insufficient permissions.",
  "debug_id": "565f78f101498",
  "details": [
    {
      "issue": "PERMISSION_DENIED",
      "description": "You do not have permission to access or perform operations on this resource."
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

invoice_id
string
required

The ID of the invoice to retry payment for.

Response

No Content. The payment retry was successfully triggered.