Update Vaulted Card

API Endpoint

The example below you can send the data as Query String Parameters, Form-Data or WWW Form URL Encoded attributes.

POST https://api.openpath.io/api/transact.php

customer_vault=update_customer
username=TZSdpU2VhaWcTZZ7
password=hsStGpREZVrG2M3Fkdqxwy4h
customer_vault_id=payment_eck3Nc3ACdP73H7Xr3TayT4hRA9WX7P49MWNhqeq7A449Pc2
update_customer=4111111111111111
ccexp=0140
cvv=123
NameAttributeDescription
Customer Vaultcustomer_vaultAssociate payment information with a Customer Vault record if the transaction is successful.
Values: sale, add_customer or update_customer
UsernameusernameThis is the API Login ID from your Site Path.
PasswordpasswordThis is the Transaction Key from your Site Path.
Customer Vault IDcustomer_vault_idSpecifies a Customer Vault ID.
Credit Card Numberupdate_customerCredit card number.
Expiry DateccexpCredit card expiration date.
Format: MMYY
CVVcvvThe three/four digit CAV/CVV on the card.

Response

response=1&responsetext=100 | SUCCESS&authcode=123456&transactionid=9848880910&orderid=&type=sale&response_code=100

Did this page help you?