List Rewards Configurations

Returns the cashback rewards configurations available for the given payment card. Each configuration whose is_active is true can be enrolled in. Use is_enrolled to tell whether the cardholder is already enrolled in that configuration.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

payment_card_idstringRequired
External ID of the payment card.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"