Is the relation between transactions for a ‘split’ payment made available via the API?
Same question for ‘shared tabs’?
I couldn’t find any reference to either in the API docs. If not, where’s the best place for feature suggestions?
Is the relation between transactions for a ‘split’ payment made available via the API?
Same question for ‘shared tabs’?
I couldn’t find any reference to either in the API docs. If not, where’s the best place for feature suggestions?
When someone pays you back for a bill split, the credit transaction should have an original_transaction_id
field in the metadata, which is the ID of the transaction you split the bill on.
Transactions relating to a Shared Tab should have tab_id
in the metadata, which is the ID of the tab.
I’m not sure if we expose either of these fields via the public API or not, sorry!
Thanks @tjvr ! I’ll give it a go…