Set or update the payment method for an advocate. The advocate can be looked up by their Reditus ID (UUID) or by their uid (your internal user ID). When switching payment types, the previous payment data is automatically cleared. Use this endpoint to store sensitive payment information (IBAN, PayPal) in Reditus instead of your own systems.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The advocate's Reditus ID (UUID) or your internal user ID (uid)
The type of payment method to set
paypal, iban The PayPal email address. Required when payment_type is 'paypal'.
The IBAN number. Required when payment_type is 'iban'.
The advocate's first name. Optional.
The advocate's last name. Optional.
Payment method saved successfully