2012
Table Of Contents
- Instant Payment Notification Guide
- Contents
- Preface
- Introducing IPN
- Implementing an IPN Listener
- Identifying Your IPN Listener to PayPal
- IPN Testing
- IPN Operations on PayPal
- Using Fraud Management Filters With IPN
- IPN Variable Reference
- IPN Transaction Types
- Transaction and Notification-Related Variables
- Buyer Information Variables
- Payment Information Variables
- Auction Variables
- Mass Pay Variables
- Recurring Payments Variables
- Subscription Variables
- Dispute Resolution Variables
- Pay Message Variables
- Preapproval Message Variables
- Adaptive Accounts IPN Messages
- Payment Review Using Notifications
- Revision History
IPN Variable Reference
Adaptive Accounts IPN Messages
66 July 10, 2012 IPN Guide
Adaptive Accounts IPN Messages
PayPal sends an IPN message whenever a PayPal account is created using the
CreateAccount API operation.
date_of_month The day of the month on which a monthly payment is to be made. A number
between 1 and 31 indicates the day of the month. A value of 0 indicates that
the payment can be made on any day.
day_of_week The day of the week that a weekly payment is to be made. Possible values are:
NO_DAY_SPECIFIED
SUNDAY
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
starting_date First date for which the preapproval is valid.
ending_date Last date for which the preapproval is valid. Time is currently not supported.
max_total_amount_of_all_
payments
The preapproved maximum total amount of all payments.
max_amount_per_payment The preapproved maximum amount of all payments.
max_number_of_payments The maximum number of payments that is preapproved.
payment_period The payment period.
Possible values are:
NO_PERIOD_SPECIFIED
DAILY
WEEKLY
BIWEEKLY
SEMIMONTHLY
MONTHLY
ANNUALLY
pin_type Whether a personal identification number (PIN) is required. It is one of the
following values:
NOT_REQUIRED – A PIN is not required
REQUIRED – A PIN is required
sender_email The sender’s email address.
Variable Description