Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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)
Response
Accepted