Skip to main content
GET
Check Venmo and PayPal payout status (free)

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Query Parameters

payment_id
string

Fetch one payout by its id. Takes precedence over recipient_id.

recipient_id
string

List every payout to one saved recipient. This is the recipient_id returned by GET /payment-recipients, not the phone number or email.

Response

Returns { "payment": PaymentStatus } when payment_id is provided, or { "payments": PaymentStatus[] } (newest first) otherwise.

payment
object

One Venmo or PayPal payout sent from this account.