<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 .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/WalletDebitRequest HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<WalletDebitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<client_uuid>00000000-0000-0000-0000-000000000000</client_uuid>
<merchant_reference_id>String</merchant_reference_id>
<parking_action_invoice_billing_id>0</parking_action_invoice_billing_id>
<parking_amount>0</parking_amount>
<preauth_invoice_billing_id>0</preauth_invoice_billing_id>
<settings>
<application_id>String</application_id>
<is_split_transaction>false</is_split_transaction>
<is_test_mode>false</is_test_mode>
<load_on_create>false</load_on_create>
<preauth_hold_account>String</preauth_hold_account>
<program_id>String</program_id>
<promotion_id>String</promotion_id>
<split_account_number>String</split_account_number>
<split_fee_flat>String</split_fee_flat>
<split_fee_percentage>String</split_fee_percentage>
</settings>
<supplier_id>0</supplier_id>
<total_amount>0</total_amount>
<transaction>Undefined</transaction>
<transaction_fee_amount>0</transaction_fee_amount>
<wallet_billing_method_id>0</wallet_billing_method_id>
<zone_code>String</zone_code>
<zone_group_id>0</zone_group_id>
</WalletDebitRequest>