Skip to main content
GET
/
v1
/
advocates
/
{advocate_id}
/
payment_method
Get Payment Method
curl --request GET \
  --url https://api.getreditus.com/api/v1/advocates/{advocate_id}/payment_method \
  --header 'Authorization: Bearer <token>'
{ "data": { "payment_type": "paypal", "masked_value": "jo****@gmail.com", "first_name": "John", "last_name": "Doe" } }

Documentation Index

Fetch the complete documentation index at: https://docs.getreditus.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

advocate_id
string
required

The advocate's Reditus ID (UUID) or your internal user ID (uid)

Response

Successful response

data
object