Record invoice payment
documentedRecord a payment against an invoice.
POST /v1/invoicing/invoices/{invoice_id}/paymentsInvoicingno implementation yet0 runsInput
invoice_id*
Invoice ID
INV-1001
payment_id*
PayPal payment transaction ID
PAY-123456
note
Payment note
Optional note
payment_date*
Payment date
YYYY-MM-DD
method*
Payment method
PAYPAL or BANK_TRANSFER
currency_code*
Currency code
USD
amount_value*
Amount value
100.00
Calls PayPal as you (your API key is your account); keychains.dev holds the credentials.