Skip to content

Commit e9bc9be

Browse files
We have added a transaction_identifier field to payments
See changelog 2019-11-19: https://developer.moneybird.com/changelog/ We have added a transaction_identifier field to payments. This allows you to store the identifier of a Payment Service Provider transaction. If you use Mollie for payments, the identifier will be used to automatically link the payments to the pay out of Mollie on your bank account.
1 parent c4e8b30 commit e9bc9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Picqer/Financials/Moneybird/Entities/Generic/InvoicePayment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ abstract class InvoicePayment extends Model
2424
'payment_date',
2525
'credit_invoice_id',
2626
'financial_mutation_id',
27+
'transaction_identifier',
2728
'created_at',
2829
'updated_at',
2930
];

0 commit comments

Comments
 (0)