Card List
v1/card/list
Last updated
v1/card/list
Last updated
Parameter Name
Type
Required
Description
card_owner_id
string
Yes
Unique card holder information that has been generated by Paynet.
limit
int
No
The number of data to return. Default 10 records return.
ending_before
int
No
It returns the number of records before the specified index. Example, If ending before is 90 and Limit is 15 it returns records of between 75th and 90th records.
starting_after
int
No
It returns the number of records after the specified index. Example, If Starting after is 15 and Limit is 15 it returns records of between 15th and 30th records.
Parameter Name
Type
Description
card_desc
string
The name given to stored card.
card_hash
string
Hash value of card number.
card_no
string
Tokenized version of the first 6 and last 4 numbers of the card number.
card_bin
string
First 6 digits of card number.
card_type
string
Card type. Expr
card_bank_name
string
The bank name of the card. (Bonus,Axess etc.)
card_logo_url
string
Logo image of the card.
card_brand_name
string
VISA, MASTERCARD,AMEX
card_owner_id
string
Unique card holder information that has been generated by Paynet.
user_unique_id
string
The Unique value which is generated by member workplace. Value that sent in the first save process.
object_name
string
Object name of the response API.
code
string
Code of response result. Expr
message
string
Response result message.
System
URL
Live System
https://api.paynet.com.tr/v1/card/list
Test System
https://pts-api.paynet.com.tr/v1/card/list