Skip to content

Paystack Subscription Creation - Recurring Payment #175

Open
@balakumarcgvak

Description

@balakumarcgvak

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.

Activity

balakumarcgvak

balakumarcgvak commented on Jul 24, 2023

@balakumarcgvak
Author

Screenshot (260)
Screenshot (261)
Screenshot (259)

balakumarcgvak

balakumarcgvak commented on Jul 26, 2023

@balakumarcgvak
Author

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

Thankyou
Balakumar

fuad4web

fuad4web commented on May 27, 2024

@fuad4web

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fuad4web@balakumarcgvak

        Issue actions

          Paystack Subscription Creation - Recurring Payment · Issue #175 · unicodeveloper/laravel-paystack