List all cards
Deprecated /v1/customers/{customer}/cards Parameters
path Path Parameters
| Name | Type |
|---|---|
customer
required
| string |
query Query Parameters
| Name | Type |
|---|---|
ending_before A cursor for use in pagination. | string |
expand Specifies which fields in the response should be expanded. | string[] |
limit A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10. | number |
starting_after A cursor for use in pagination. | string |
Request Body
Responses
Successful response.
data:
has_more: boolean;
object: "list";
url: string;
}
Error response.
error:
}