OrderNPayCreatePaymentResponse Model

Nullable
salesTransactionPaymentID : string (GUID)

The unique ID of the payment that was created from the request
Will be set if ResultCode is Success, otherwise NULL

Nullable
orderSummary : OrderNPayOpenOrderSummary

The OrderSummary of the transaction after the payment has been applied
Will be set if ResultCode is Success, otherwise NULL

Example
{
  "salesTransactionPaymentID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "orderSummary": {}
}