When the personal ID is tokenized for recurring payments without separate approval or participation from the buyer, proceed as follows.
There will be fields related to the token in the status query response of a transaction that has included tokenization. In addition, fields related to the card will be found in status queries of card payments in general. Below an example of a situation, where tokenization and payment has been performed, settlement of the transaction has been made to the web store and lastly, a status query has been done. NOTE: This example is for tokenized card instead of personal ID:
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?> <pmtq> <pmtq_action>PAYMENT_STATUS_QUERY</pmtq_action> <pmtq_amount>568,10</pmtq_amount> <pmtq_card_browser_country>FI</pmtq_card_browser_country> <pmtq_card_category>UNKNOWN</pmtq_card_category> <pmtq_card_funding_type>DEBIT</pmtq_card_funding_type> <pmtq_card_issuer_country>FI</pmtq_card_issuer_country> <pmtq_card_number_masked>0024</pmtq_card_number_masked> <pmtq_card_scheme>VISA</pmtq_card_scheme> <pmtq_certification>N</pmtq_certification> <pmtq_escrow>N</pmtq_escrow> <pmtq_externalcode1>100</pmtq_externalcode1> <pmtq_externaltext>SUCCESS: CARD WAS DEBITED WITH A TOKEN</pmtq_externaltext> <pmtq_hash>***</pmtq_hash> <pmtq_id>1234567</pmtq_id> <pmtq_paymentdate>11.05.2016</pmtq_paymentdate> <pmtq_paymentmethod>FI50</pmtq_paymentmethod> <pmtq_paymentstarttimestamp>11.05.2016 12:45:07</pmtq_paymentstarttimestamp> <pmtq_returncode>40</pmtq_returncode> <pmtq_returntext>Compensated to the seller</pmtq_returntext> <pmtq_sellercosts>5,00</pmtq_sellercosts> <pmtq_sellerid>6234567890ABCDE</pmtq_sellerid> <pmtq_token>57c48209-****-****-****-************</pmtq_token> <pmtq_token_authentication_required>N</pmtq_token_authentication_required> <pmtq_token_debit_limit>1203,51</pmtq_token_debit_limit> <pmtq_token_debit_limit_currency>EUR</pmtq_token_debit_limit_currency> <pmtq_token_debit_limit_monthly>573105,73</pmtq_token_debit_limit_monthly> <pmtq_token_expiration_month>11</pmtq_token_expiration_month> <pmtq_token_expiration_year>2017</pmtq_token_expiration_year> <pmtq_trackingcodes>[ODLVR|Kauppiaan oma toimitus|80]</pmtq_trackingcodes> <pmtq_version>0005</pmtq_version> </pmtq> |