unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

Home Page:https://paystack.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paystack Subscription Creation - Recurring Payment

balakumarcgvak opened this issue · comments

Hi Team,
We have an individual Paystack account for our website subscription plan; we also created the plan in our "Paystack Dashboard" and properly configured the plan code in the "Payment Functionalities", After the payment confirmation, we create a subscription using the customer details with the plan code.

$paymentDetails = Paystack::getPaymentData();
$data=array(
"customer" =>$paymentDetails['data']['customer']['customer_code'],
"plan"=> "PLN_dz6e6epbra53as8",
);
print_r($data);
// Create the subscription
$response = Paystack::createSubscription($data);
We got some response errors in the subscription creation.
"Client error: POST https://api.paystack.co/subscription resulted in a 404 Not Found response: {"status":false,"message":"A customer with the specified email or code was not found"}"

Pleas help on this issue.

HI @unicodeveloper ,
I need solution for my issue please reivew my request and respond to me.

Thankyou
Balakumar

Am also having issue with exact this
How are you guys able to resolve this