Billing plan - initial payment

nikolaus_k1
Contributor
Contributor

Hi, is it possible to set the initial payment on a start date (I saw that is possible) and then have the recurring payments always on the 1 of a year?

 

e.g. if the initial is on the 10th and the recurring should always be on the first. Below, I just found that u can set the interval and MONTH or YEAR.

 

'payment_definitions': [{
'name': 'Standard Plan',
'type': 'REGULAR',
'frequency_interval': '1',
'frequency': 'MONTH',
'cycles': '11',
'amount': {
'currency': 'USD',
'value': '19.99',
},
}],

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.