Skip to main content
POST
Retry invoice payment

Authorizations

Authorization
string
header
required

Organization API key using Authorization: Bearer sk_....

Path Parameters

id
string
required

Identifier of the invoice.

Response

Payment attempt result

Result of retrying a payment for an invoice.

success
boolean
required

Whether the payment attempt succeeded.

payment
object
required

A payment record for a completed or pending transaction.

invoice
object
required

Invoice record representing a payment request sent to a customer.