POST /api/v1/p2p/orders/{id}/confirm-paid
Buyer confirms that fiat payment has been sent. This sets the buyer_paid_at timestamp on the order and transitions the order status to paid_by_buyer. After this step, the seller should verify receipt of funds and confirm accordingly.
Authentication