question

priyankamanna avatar image
priyankamanna asked parquet76 edited

Credit/Debit card update brand

url = URI("https://api.clover.com/v3/merchants/mid/customers/ccid/cards/cid")


request.body = "{\"first6\":\"601111\",\"last4\":\"1117\",\"firstName\":\"admin\",\"lastName\":\"test\",\"expirationDate\":\"2034\",\"brand\":\"Visa\"}"


I am trying to update brand of card but it is not updating how to update that.

OrdersPaymentsCustomers
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
parquet76 avatar image
parquet76 answered parquet76 edited

You can't update card data like that. You can revoke/remove the card and the customer will have to add a new one - https://docs.clover.com/dev/docs/ecommerce-saving-card

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community