POST
/
invoices
/
{invoiceId}
/
pay

Authorizations

X-CUSTOMER-OS-API-KEY
string
headerrequired

Path Parameters

invoiceId
string
required

Body

application/json
amount
number
required
currency
string
required
paymentMethod
enum<string>
required
Available options:
stripe,
bank_transfer,
other
stripePaymentIntentId
string

Response

200 - application/json
invoiceId
string
paymentId
string
amount
number
currency
string
paymentMethod
string
paymentDate
string
stripePaymentIntentId
string