Why paypal failed to charge on the given next billing date
satishthapa
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Oct-23-2021
12:01 AM
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"
}
},
Labels:
- Labels:
-
PayPal Here SDK
-
REST SDK
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.
Related Content
- Need help enabling the require billing address option. in Sandbox Environment
- Getting an error when calling API endpoint for Create Billing Agreement Token V1 in Sandbox Environment
- PERMISSION_DENIED | Billing Subscriptions | LIVE API in REST APIs
- Problems with PayFlow in Payflow
- Logging in redirects our customers to an error page instead of billing agreement approval in REST APIs