v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBilling
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
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"success": true
}
}