Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teja618 authored Jan 26, 2021
1 parent 7512280 commit 236900d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
This repo is used to serve payments with Instamojo Payment Gateway.

Create Payment API Endpoint: https://barclays-hackathon.herokuapp.com/payment/v1

Sample Request (All the fields are mandatory):

{
"amount": [Amount],
"description": "[Reason]",
"email": "[Email]",
"name": "[Name]",
"phone": "[10 Digit Phone Num]"
}

Get Order Status by Transaction ID : https://barclays-hackathon.herokuapp.com/order/{TransactionID}

0 comments on commit 236900d

Please sign in to comment.