OrderNPayCreatePaymentRequest Model

Required
salesTransactionID : string (GUID)

The SalesTransactionID of the order to apply the payment too

Required
payment : OrderNPayPayment

The details of the payment to apply

Example
{
  "salesTransactionID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "payment": {}
}