{ "name": "T-Shirt of the Month Club Plan", "description": "Template creation.", "type": "fixed", "payment_definitions": [ { "name": "Regular Payments", "type": "REGULAR", "frequency": "Month", "frequency_interval": "2", "cycles": "12", "amount": { "value": "100", "currency": "USD" }, "charge_models": [ { "type": "SHIPPING", "amount": { "value": "10", "currency": "USD" } } ] } ], "merchant_preferences": { "return_url": "https://to7fa.online/plantk/WebAdmin/vendor/PayPal/paypal/rest-api-sdk-php/sample/billing/ExecuteAgreement.php?success=true", "cancel_url": "https://to7fa.online/plantk/WebAdmin/vendor/PayPal/paypal/rest-api-sdk-php/sample/billing/ExecuteAgreement.php?success=false", "auto_bill_amount": "yes", "initial_fail_amount_action": "CONTINUE", "max_fail_attempts": "0", "setup_fee": { "value": "1", "currency": "USD" } } }
{ "name": "T-Shirt of the Month Club Plan", "description": "Template creation.", "type": "FIXED", "payment_definitions": [ { "id": "PD-0JY7316017584272LL6PTJUY", "name": "Regular Payments", "type": "REGULAR", "frequency": "Month", "amount": { "currency": "USD", "value": "100" }, "cycles": "12", "charge_models": [ { "id": "CHM-39F14134E1361533RL6PTJVA", "type": "SHIPPING", "amount": { "currency": "USD", "value": "10" } } ], "frequency_interval": "2" } ], "merchant_preferences": { "setup_fee": { "currency": "USD", "value": "1" }, "max_fail_attempts": "0", "return_url": "https://to7fa.online/plantk/WebAdmin/vendor/PayPal/paypal/rest-api-sdk-php/sample/billing/ExecuteAgreement.php?success=true", "cancel_url": "https://to7fa.online/plantk/WebAdmin/vendor/PayPal/paypal/rest-api-sdk-php/sample/billing/ExecuteAgreement.php?success=false", "auto_bill_amount": "YES", "initial_fail_amount_action": "CONTINUE" }, "id": "P-0BL58794P83445623L6PTJUY", "state": "CREATED", "create_time": "2024-11-24T19:21:29.555Z", "update_time": "2024-11-24T19:21:29.555Z", "links": [ { "href": "https://api.sandbox.paypal.com/v1/payments/billing-plans/P-0BL58794P83445623L6PTJUY", "rel": "self", "method": "GET" } ] }
Array ( [page_size] => 2 )
Got Http response code 500 when accessing https://api.sandbox.paypal.com/v1/payments/billing-plans/?page_size=2.
{ "name": "INTERNAL_SERVICE_ERROR", "debug_id": "cfdb32601433e", "message": "An internal service error occurred.", "information_link": "https://developer.paypal.com/webapps/developer/docs/api/#INTERNAL_SERVICE_ERROR" }