It should charge on the 2021-10-18 but it didn't charge and its also not showing last billing date which were already charged on the 2021-09-19 "agreement_details": { "outstanding_balance": { "currency": "USD", "value": "17.40" }, "cycles_remaining": "0", "cycles_completed": "0", "next_billing_date": "2021-10-18T10:00:00Z", "failed_payment_count": "0" } Here is the plan def: "plan": { "payment_definitions": [ { "type": "REGULAR", "frequency": "MONTH", "amount": { "currency": "USD", "value": "17.40" }, "cycles": "0", "charge_models": [ { "type": "TAX", "amount": { "currency": "USD", "value": "0.00" } }, { "type": "SHIPPING", "amount": { "currency": "USD", "value": "0.00" } } ], "frequency_interval": "1" } ], "merchant_preferences": { "setup_fee": { "currency": "USD", "value": "17.40" }, "max_fail_attempts": "3", "auto_bill_amount": "YES" } },
... View more