Skip to content

Pass $transaction_id to verify transaction #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

cfukpe
Copy link
Contributor

@cfukpe cfukpe commented Sep 21, 2022

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");

`

@unicodeveloper unicodeveloper merged commit 785aa1c into unicodeveloper:master Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants