P a y m e n t G a t e w a y A P I
1 . H e m a l k u m a r B u h a
What is it ?
Types Of API
1. SOAP
2. XML-RPC
3. JSON-RPC
4. REST
Arichitecuture
Of Api
Http Methods
The PUT, GET, POST
and DELETE methods
are typically used in
REST based
architectures. The
following table gives an
explanation of these
operations:
Payment Gateway API
Reason Behind
Choose
How Online Transaction
Will Happen Thourgh
Third party Application
Initiate
Transaction API
To start transaction for
native flow, merchant
need to first call this api
and this api will return
the txn Token which will
be used in all the other
native APIs.
Attribute
URL https://securegw-
stage.paytm.in/theia/api/v1/ini
tiateTransaction?mid={mid}&
orderId={order-id}
mid This is a unique identifier
provided to every merchant
by Paytm.
orderId Unique reference ID for a
transaction which is
generated by merchant
txnAmount Transaction amount and the
currency type.
callbackUrl Dynamic response urlReference :
https://developer.paytm.com/docs/
testing-integration/
Thank
You!

Paytm Pament Gate Way Api

  • 1.
    P a ym e n t G a t e w a y A P I 1 . H e m a l k u m a r B u h a
  • 2.
  • 3.
    Types Of API 1.SOAP 2. XML-RPC 3. JSON-RPC 4. REST
  • 4.
  • 5.
    Http Methods The PUT,GET, POST and DELETE methods are typically used in REST based architectures. The following table gives an explanation of these operations:
  • 6.
  • 7.
    Reason Behind Choose How OnlineTransaction Will Happen Thourgh Third party Application
  • 8.
    Initiate Transaction API To starttransaction for native flow, merchant need to first call this api and this api will return the txn Token which will be used in all the other native APIs. Attribute URL https://securegw- stage.paytm.in/theia/api/v1/ini tiateTransaction?mid={mid}& orderId={order-id} mid This is a unique identifier provided to every merchant by Paytm. orderId Unique reference ID for a transaction which is generated by merchant txnAmount Transaction amount and the currency type. callbackUrl Dynamic response urlReference : https://developer.paytm.com/docs/ testing-integration/
  • 9.