get http://{{url}}/v1/vault/payment_sources
Pagination
field | required[flow] | type | description |
---|---|---|---|
skip | - | number | Pagination parameter to skip first n vault token from list, default = 0 |
limit | - | number | Pagination parameter to limit output to n , default = 100 , maximum value = 1000 |
sortkey | - | string | Sorting key parameter i.e. created_at |
sortdirection | - | string | Sorting order direction parameter ASC or DESC (DESC by default) |
filters
field | required | type | description |
---|---|---|---|
archived | - | bool | Set to true to show all the archived vault tokens. Default: false |
card_number_last4 | - | string | Card number last 4 |
expire_month | - | string(mm) | Card expiration month |
expire_year | - | string(yyyy) | Card expiration year |
type | - | string | Type of payment source. Сard for payment with a credit card |
Other
field | required | type | description |
---|---|---|---|
search | - | string | Word or phrase that you want to search in created vault tokens (search works by fields: first_name, last_name, email, account_name, card_name) |