Create Order Payment Details

Output Params

task_id

Int32

Bringg task Id of the order to which the payment is associated.

description

string

Free text generated by middleware.

reference_id

string

Transaction ID send by middleware.

success

boolean

Indicates payment success or failure.

amount

float

Indicates amount received.

payment_method

Int32

The method of payment. The values include:

  • 0 - unknown
  • 1 - cash
  • 2 - credit
  • 3 - cheque
  • 4 - credit_card_terminal

Language