#MACscr-invoice

1 messages · Page 1 of 1 (latest)

alpine hound
#

👋 Happy to help

#

Could you share the invoice ID and the expected transaction ID that you're looking for?

delicate scarab
#

well i have my transaction id's that im getting when create a new customer and charge their source. Those are prefixed with txn. But if im trying to import old stripe invoices and with their associated payments, im not seeing a txn id i think the closest is something a charge id

#

ah, i think i need to get the $charge->balance_transaction to get that txn

alpine hound
#

If you're looking for a prefix with txn, then it stands for balance transaction and it'll be under charge.balance_transaction

#

Yes, you're right