cURL
curl --request GET \ --url https://laso.finance/get-payment-status \ --header 'Authorization: Bearer <token>'
{ "payments": [ { "id": "<string>", "amount_pre_fees": 123, "amount_with_fees": 123, "fees_paid": 123, "platform": "venmo", "state": "<string>", "recipient_id": "<string>", "timestamp": 123, "timestamp_readable": "<string>" } ] }
Returns the status of Venmo and PayPal payments sent by the authenticated user. Optionally filter by recipient_id or payment_id.
recipient_id
payment_id
Requires a Bearer token from /auth, /get-card, or /send-payment.
/auth
/get-card
/send-payment
ID token from /auth or /get-card
Filter payments by recipient ID
Get a specific payment by ID
List of payments
Show child attributes