The payments API allows you to add payments for your referrals/leads. If you want to track a one-off payment, just don’t specify subscription_id, interval and interval_count.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Payment amount (in cents)
Payment currency - (lowercase, i.e. usd)
A unique string to identify this payment. Used to prevent double payments.
required - Your internal ID of the referral/user
required if referral_id / referral_uid not set - Email of the referral/lead
required if referral_email / referral_uid not set - Reditus id of the referral/lead
Should be the id of the subscription on your side. Used to associate subsequent payments to this subscription.
Subscription interval ('month'/'year')
Number of intervals the payment is made (default: 1)
Accepted