Phonixx Api

<back to all web services

WalletDebitRequest

The following routes are available for this service:
POST,OPTIONS/internal/wallet/debit

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/WalletDebitRequest HTTP/1.1 
Host: parkmobile.us 
Content-Type: text/jsv
Content-Length: length

{
	supplier_id: 0,
	merchant_reference_id: String,
	total_amount: 0,
	parking_amount: 0,
	transaction_fee_amount: 0,
	wallet_billing_method_id: 0,
	zone_code: String,
	zone_group_id: 0,
	transaction: Undefined,
	preauth_invoice_billing_id: 0,
	parking_action_invoice_billing_id: 0,
	settings: 
	{
		program_id: String,
		promotion_id: String,
		application_id: String,
		load_on_create: False,
		is_split_transaction: False,
		split_fee_percentage: String,
		split_fee_flat: String,
		split_account_number: String,
		preauth_hold_account: String,
		is_test_mode: False
	},
	client_uuid: 00000000000000000000000000000000
}