API: Add payment
addInvoicePayment
Submit new payment (transaction) to invoice
Required parameters
Parameter | Description |
id | Invoice ID |
amount | Transaction amount |
paymentmodule | ID of related payment gateway |
fee | Fees applied to payment (0 for no fees) |
date | Transaction date |
Optional parameters
Parameter | Description |
transnumber | Transaction number |
currency_id | Currency ID |
rate | Currency rate |
send_email | Set to 1 to notify customer about transaction |
Request
PHP Samples
Response