Setting up a plan

AssafMalki
Contributor
Contributor

Hey,

 

I'm a bit confuse about the create plan API arguments,

I would like to bill my costumers once a month so I did the following:

 

 

  "billing_cycles": [
    {
      "frequency": {
        "interval_unit": "MONTH",
        "interval_count": 1
      },
      "tenure_type": "REGULAR",
      "sequence": 1,
      "total_cycles": 12,
      "pricing_scheme": {
        "status": "ACTIVE",
        "fixed_price": {
        	"value": "200",
            "currency_code": "ILS"
        }
      }
    }
  ],

 

 

And in the subscription API I will set auto renewal (auto_renewal) to true.

Is that good?

 

Thanks,

Assaf

Login to Me Too
1 REPLY 1

angrycan
New Community Member

Even Im confused.

The truth is, Paypal do not know how to document. And I dont get why they want to restrict one time operations with API instead of within a account page where we can have dropdowns, options, tooltip explanations to easily focus on creating our Product and Plans.

Login to Me Too

Haven't Found your Answer?

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