/
Payment Transaction Token Object

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).

Related content

Payment Processor Webhook Object
Payment Processor Webhook Object
More like this
REST Objects Payment
REST Objects Payment
More like this
Payment Transaction Token REST API
Payment Transaction Token REST API
More like this
Authentication Object
Authentication Object
More like this
Developer Token Object
Developer Token Object
More like this
REST Objects Configuration
REST Objects Configuration
More like this