For the complete documentation index, see llms.txt. This page is also available as Markdown.

Card Description Update

v1/card/desc_update

Used to change the description of the stored card.

Parameter Name

Type

Required

Description

card_owner_id

string

yes

Unique card holder information that has been generated by Paynet.

card_hash

string

yes

Hash value of card number.

card_desc

string

yes

New card description.

Parameter Name

Type

Description

code

string

Code of response result. Expr

message

string

Response result message.

{  
   "card_hash":"abcdef-8014-435e-8bcc-daf4592f3431",
   "card_owner_id":"abc45adc20-91ba-4a29-a599-0eb18177247e ",
   "card_desc":"Kart Aciklamasi "
}
{  
   "code":0,
   "message":"Başarılı İşlem"
}

System

URL

Live System

https://api.paynet.com.tr/v1/card/desc_update

Test System

https://pts-api.paynet.com.tr/v1/card/desc_update

Last updated