Properties › Re: How Did You Deal With Cockroach by qdeser: 10:15am On Nov 25, 2024 |
Use this and thank me later All including the eggs and the young ones will die with just a little drop at the corners of the house, then close the door for like 3 hour.
|
Programming › Re: Remita Api Integration With Django by qdeser(op): 3:09am On Oct 06, 2023*. Modified: 1:03pm On Oct 10, 2023 |
ipledge01: are you calling the remita endpoint to check transaction status by passing the transactionId? what's the response you get when making the api call from your app or from postman
I’ve replied to the nairaland email you sent Thanks i did'nt receive any mail from you Please kindly resend it or contact me @qdeserres@gmail.com @ipledge01 @ipledge01 @ipledge01 |
Programming › Re: Remita Api Integration With Django by qdeser(op): 9:00am On Oct 05, 2023 |
qdeser: Good day all. I created this account for because of this issue. I have been on nairaland as guest for years as it's been my favourite forum for informations.
I am working on an application with DJANGO framework that requires payment with remita API INTEGRATION. I have gone through the documentation as I was able to make payment with authenticated user successfully. My issue is saving payment details to my model(database) either success or failed transaction. Moderator please help push to front page. Thank you Thanks all for your comments i have been busy for sometimes now that why i have not been able to check. I actually have been doing the wrong thing as i was following paystack implementation which i noticed was not the right way. I need directions on the part to follow |
Programming › Re: Remita Api Integration With Django by qdeser(op): 3:42pm On Sep 19, 2023 |
qdeser: Good day all. I created this account for because of this issue. I have been on nairaland as guest for years as it's been my favourite forum for informations.
I am working on an application with DJANGO framework that requires payment with remita API INTEGRATION. I have gone through the documentation as I was able to make payment with authenticated user successfully. My issue is saving payment details to my model(database) either success or failed transaction. Moderator please help push to front page. Thank you @Ipledge01 @Ipledge01 @Ipledge01 @Ipledge01 please can you guide on this please as you have done this before.
|
Programming › Re: Remita Api Integration With Django by qdeser(op): 3:00pm On Sep 19, 2023 |
Its not returning it. instead it returns to the initial page Iambro: The API should return the transaction details of each transaction call🤨 From there you can save the details in your database |
Programming › Re: Remita Api Integration With Django by qdeser(op): 8:54am On Sep 19, 2023 |
KrazyDave16: Haven't used Remita, haven't checked their docs (used pay_stack), but done something similar for a hobby project a couple of years ago.
You can choose bits of data you want to serialize in json, then store to your db. Though why you want to save the transaction details on your end instead of calling it from the API? Thanks for your concern I really appreciate. I am mandated to use REMITA as they have been using it before in some other of their apps programmed using php, wordpress and others why i use python(django) for my department God bless |
Programming › Remita Api Integration With Django by qdeser(op): 7:18am On Sep 19, 2023 |
Good day all. I created this account for because of this issue. I have been on nairaland as guest for years as it's been my favourite forum for informations.
I am working on an application with DJANGO framework that requires payment with remita API INTEGRATION. I have gone through the documentation as I was able to make payment with authenticated user successfully. My issue is saving payment details to my model(database) either success or failed transaction. Moderator please help push to front page. Thank you |