Document toolboxDocument toolbox

Payment Transaction Token Object

The Payment Transaction Token object contains the relevant properties required for a payment processor. This is currently used within ServiceMobility to collect payment for a Work Order.

On this page:

Related pages:

Payment Transaction Token Object Formats

JSON Format
{
	"Amount": 10.0,
	"TransactionType": "Sale"
}

Payment Transaction Token Object Properties

(info) Required properties are in bold

PropertyTypeDescription
AmountnumberSpecifies the amount for payment transaction.
TransactionTypestring

Default value is Sale.

Identifies the transaction type for the payment.

Valid values are:

  • Sale: The payment transaction is of type sale (charge).