Skip to main content
POST
Add a payment to an invoice.

Authorizations

Authorization
string
header
required

Enter your access token (OAuth / JWT).

Body

application/json

The payment transaction, including Account, Invoice, and Amount references

Uid
string | null
Maximum string length: 10
_objectType
string | null
ActivityEventData
unknown
TransactionDate
string<date-time>
BillingTransactionType
enum<integer>

1 - Invoice, 2 - Payment, 3 - Credit, 4 - Refund, 5 - Chargeback, 6 - TaxRefund

Available options:
1,
2,
3,
4,
5,
6
Account
object | null
Example:
Invoice
object | null
Example:
Amount
number<decimal>
IsCaptured
boolean
IsElectronicTransaction
boolean

Response

Created
string<date-time>
required
read-only
Minimum string length: 1
Updated
string<date-time>
required
read-only
Minimum string length: 1
Uid
string | null
Maximum string length: 10
_objectType
string | null
ActivityEventData
unknown
TransactionDate
string<date-time>
BillingTransactionType
enum<integer>

1 - Invoice, 2 - Payment, 3 - Credit, 4 - Refund, 5 - Chargeback, 6 - TaxRefund

Available options:
1,
2,
3,
4,
5,
6
Account
object | null
Example:
Invoice
object | null
Example:
Amount
number<decimal>
IsCaptured
boolean
IsElectronicTransaction
boolean