Hi Team,
I have been trying to develop a Vault payment feature in PHP by creating a payment account through hosted payment. I have done the part for creating a new payment account using AVS only service followed by paymentAccountCreateWithTransID service. However, If I try to save the same card a new payment account id is created. Is there a way that we can query and update the card?
Inputs for AVS Hosted payment:
Billing Street line,
Billing Zipcode,
Billing City
Use Transaction Id from AVS only response,
paymentAccountCreateWithTransID
Thanks!