DEV Community

Discussion on: How to Integrate Paystack payment system

Collapse
 
stevebrain_dev profile image
Godwin Stephen • Edited

Hi, @ijsucceed , Thanks for the tuts. It really helped a lot as it is simple and detailed.
I have been able to integrate and I can successfully pay. Thumbs Up to you!.

but I want to be able to add other specific information to the API endpoint and also retrieve it at callback.php for further details verification before giving value to the customer.

I'm giving multiple values to different tables in the DB. e.g after successful payment, a customer is getting point value, product value, and an additional bonus value.

All these will have to verify the transaction match with their tables respectively before I can give value to the customer...

I tried adding extra form data to the form that is sent to initialize.php. but I'm not able to get those values, and I can't retrieve them from the API as well since it wasn't sent in the first place.

Collapse
 
ijsucceed profile image
Jeremy Ikwuje

Okay, getting you clearly, you want to pass some extra but important data to the API. And you want to get this extra data during the verification.

If that's the case:

Kindly contact me on Telegram or WhatsApp so we do a live session.