Open API

POST api/order/paymentinformation

Request Information
  • NameorderPaymentInfos
  • DescriptionPost or insert payment Informations for multiple order by passing a list of paymnet object in Header
  • Additional Information

    Define this parameter in the Http Request Header

[
  {
    "OrderNumber": 1,
    "PaymentGatewayId": 2,
    "AuthorizationCode": "sample string 3",
    "TransactionReferenceNumber": "sample string 4"
  },
  {
    "OrderNumber": 1,
    "PaymentGatewayId": 2,
    "AuthorizationCode": "sample string 3",
    "TransactionReferenceNumber": "sample string 4"
  }
]