Endpoint : Recurring - Verify User
This transaction is used to validate the card number and expiry date PayFacto vault are the same as one the merchant side.
Request
Related Articles
PayFacto API - v1.0 - POST /v1/recur/InfoUser
POST /v1/recur/InfoUser Recurring — Info User Retrieves all available information on an existing Token stored in the PayFacto Token Vault. Use this endpoint to look up a subscriber's card details, subscription state, and billing history before ...
PayFacto API - v1.0 - POST /v1/recur/ModUser
POST /v1/recur/ModUser Recurring — Modify User Updates the information linked to a Token in the PayFacto recurring billing module. Supports full card replacement or expiry-date-only updates without changing the stored card number. Version: v1.0 | ...
Endpoint : Recurring - Info User
Recurring - Info User This transaction is used to get all the available information on an existing Token in PayFacto vault. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y Token Y OperatorID Y Response Field Mandatory? ...
Endpoint : Recurring - Delete User
Recurring - Delete User This transaction is used to delete a Token and the linked card number. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y Token Y OperatorID Y Response Field Mandatory? accountNumber amount avsStatus ...
Endpoint : Recurring - Add User
Recurring - Add User This transaction is used to create a Token on PayFacto vault. The CardNumber parameter can be blank if you want to use PayFacto hosted token page. In that case, a token will be generated but not linked to any card number. You ...