Skip to content

403 Forbidden #176

@samimaken

Description

@samimaken

Hi,
I am getting this error

Client error: POST https://api.paystack.co/transaction/initialize resulted in a 403 Forbidden response:
<title>Just a moment...</title><meta http-equiv="Content-Type" content="text/htm (truncated...)

followed all steps,
added keys in the .env file

` public function accept(Request $request)
{

    try {
        return Paystack::getAuthorizationUrl()->redirectNow();
    } catch (\Exception $e) {
        dd($e);
        return Redirect::back()->with('error', 'The paystack token has expired. Please refresh the page and try again.');
    }
}`

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

    Issue actions