popekabu / pay_with_paystack

MIT License
9 stars 21 forks source link

Use webhook as callback url #21

Closed Williamtobs closed 2 months ago

Williamtobs commented 2 months ago

Is it possible to use webhook as callback url? My backend developer used webhook instead of a callback url, I believe this does does not make the transactionCompleted function execute.

popekabu commented 2 months ago

Haven’t tried that before can’t say. I usually use an actual callback url to execute transaction complete or not completed

On Thu, 20 Jun 2024 at 10:36 AM, WilliamTobs @.***> wrote:

Is it possible to use webhook as callback url? My backend developer used webhook instead of a callback url, I believe this does does not make the transactionCompleted function execute.

— Reply to this email directly, view it on GitHub https://github.com/popekabu/pay_with_paystack/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMACNPYFMKS5SYCSCVNDTLZIKWCRAVCNFSM6AAAAABJTVVQ76VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DIMJQHA2TKNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Williamtobs commented 2 months ago

Haven’t tried that before can’t say. I usually use an actual callback url to execute transaction complete or not completed On Thu, 20 Jun 2024 at 10:36 AM, WilliamTobs @.> wrote: Is it possible to use webhook as callback url? My backend developer used webhook instead of a callback url, I believe this does does not make the transactionCompleted function execute. — Reply to this email directly, view it on GitHub <#21>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMACNPYFMKS5SYCSCVNDTLZIKWCRAVCNFSM6AAAAABJTVVQ76VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3DIMJQHA2TKNQ . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thanks, had to add callback url to paystack dashboard.