I have received a payment from a customer. I now need to enforce a county court judgement against them. To do that I need to know their bank details. The app just shows me their name and how much they paid me. Is there any way to find out the details of the account they used to pay me?
Youâd need to ask them?
Also, happy forum day!
Nope, for privacy reasons the option was removed.
âHi, thank you for your payment. Unfortunately there was a miscalculation with the payment and you have overpaid. We need to refund you ÂŁxx.xx. Please provide your account number and sort code and I will make sure this is processed ASAP. Please accept my apologies for this error.â
Since they are refusing to pay what the court has ordered them to pay I doubt theyâll cooperate with an enforcement process by giving me their bank details.
If you go to https://developers.monzo.com and log in, youâll be able to view the raw feed of your transactions. It takes a bit of navigating, but once you find the transaction, look for the âcounterpartyâ field and the senderâs sort code and account number should show up (at least it does on recent incoming BACs transaction, OpenBanking payments and Faster Payments).
You might find that when you are in the developerâs API playground, the GET query:
/transactions?expand[]=merchant&account_id=$account_id&since=2024-02-07&before=2024-03-10
(changing the dates to be either side of the transaction you are looking for)
might help narrow down the results.
Full details of the developer playground are on https://docs.monzo.com/ if you want to get a bit more clever with it [if you have multiple accounts with Monzo, you might want to use the âlist accountsâ section to get the account id - starting acc_
- for the account you received the transaction in, and then replace the â$account_id
â bit in the query with the full acc_
⌠code).
Hope it helps!
Thatâs very helpful Richard, thank you for all the time and effort you put into your reply! Since Iâd understood it was impossible to find the data Iâve taken a different route and applied for a Warrant of Control. I donât need to know the defendantâs bank account details for that, just his address. The bailiffs will take whatever possessions they judge necessary to cover the debt.
I canât contribute other than to say this was 8/10 for popcorn muching readability.
Good luck in getting your money back