Required fields:
a3
: Regular rate. This is the subscription price.
p3
: Normal billing cycle. This is the length of the billing cycle. the number is changed using the usual billing cycle units (t3, below)
t3
: Regular billing units. These are units of the regular billing cycle (p3, higher) Valid values: D (days), W (weeks), M (months), Y (years)
no_note
: this field ensures that your subscriber will not be asked to turn on; pay attention to the subscription, the function that PayPal signs does not support. This field must be enabled, and the value must be set to 1.
Source: Subscriptions and regular PayPal payment guide .
It is important to note that without the optional src
field (also described in the document above), the subscription expires immediately after the first transaction and is not recursive:
src
: recurring payments. If set to "1", the payment will be repeated if your customer cancels the subscription before the end of the billing cycle. If omitted, the monthly fee will not be repeated at the end of the billing cycle.
source share