pay invoice
PATCH/org/:orgId/entitlement/:entitlementId/invoice/:invoiceId/pay
Initiate the payment for the invoice immediately. It can be used for manual payment or retry payment.
Request
Path Parameters
orgId stringrequired
Organization ID
entitlementId stringrequired
Entitlement ID
invoiceId stringrequired
Invoice ID
Responses
- 200
- 400
- 500
Empty string if pay is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...