v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Billing

Record a Credit Card Payment

Used to create a credit card payment

post/v1/billing/invoices/{invoice_id}/credit_card_payment

Path parameters

invoice_idinteger required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}