Card List
v1/card/list
It is used to list the stored cards of the relevant user.
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. |
Last updated