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"
  }
}

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