Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 56 Next »

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).
  • No labels