unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
593 stars 309 forks source link

Pass $transaction_id to verify transaction #166

Closed cfukpe closed 1 year ago

cfukpe commented 1 year ago

Some transaction IDs requiring verification might be coming from a database or somewhere outside the request() object. Hence, they should be able to pass those IDs into the verifyTransactionAtGateway() method as $transaction_id. Example ` $paystack->verifyTransactionAtGateway("trx_39403389239");

`