article: guide to integrate mobile money payment in a web app#34
article: guide to integrate mobile money payment in a web app#34abdounasser202 wants to merge 1 commit into
Conversation
acea103 to
51e2ba8
Compare
monkeyK1n9
left a comment
There was a problem hiding this comment.
Nice article, would be great to include direct payment (without using the Notch pay web UI), as this method can be done from the server and could be important for the business to maintain the user on the web page and have a unique brand.
I'm not sure if it's possible with Notchpay, but you're right ! |
It is in fact possible. Check out Direct charge here |
Cool ! thanks for the link. Hmmm i will not update the article actually, i will do it later in a new article or update the existing one |
|
My PR is still open guys |
Sanix-Darker
left a comment
There was a problem hiding this comment.
LGTM, I will let @RMPR review in deep
51e2ba8 to
0877766
Compare
RMPR
left a comment
There was a problem hiding this comment.
Thanks again for the PR, in addition to what I have commented on. A generic comment that applies to the whole article. I don't have strong feelings about whether to use "i" or "I", however, mixing up the two is a bit confusing for the reader. For example:
an article I wrote in January
The in the next sentence
i'm explaining
Can you please convert all the "i" to capital case?
|
|
||
| ## Initiating payment | ||
|
|
||
| The [documentation](https://developer.notchpay.co/) already describe all the endpoints you can use, particularly in the [API reference](https://developer.notchpay.co/api/tag/payment) section. |
There was a problem hiding this comment.
| The [documentation](https://developer.notchpay.co/) already describe all the endpoints you can use, particularly in the [API reference](https://developer.notchpay.co/api/tag/payment) section. | |
| The [documentation](https://developer.notchpay.co/) already describes all the endpoints you can use, particularly in the [API reference](https://developer.notchpay.co/api/tag/payment) section. |
|
|
||
| The [documentation](https://developer.notchpay.co/) already describe all the endpoints you can use, particularly in the [API reference](https://developer.notchpay.co/api/tag/payment) section. | ||
|
|
||
| In our case, we will use [Flask](https://pypi.org/project/Flask/) to build the controllers and the [Requests](https://pypi.org/project/requests/) library to make requests to Notchpay. |
There was a problem hiding this comment.
I think it makes sense to explain a bit why Flask is chosen.
|
|
||
| If you have any questions, don't hesitate to ask in the OSS Telegram Channel. | ||
|
|
||
| Ciao ! |
There was a problem hiding this comment.
| Ciao ! |
We do hope to have you back :)
No description provided.