Create Rewards Enrollment

Enrolls the payment card in the given rewards configuration. The configuration must be active (see List Rewards Configurations). No request body is required. Returns the created enrollment.

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.
rewards_configuration_idstringRequired
ID of the rewards configuration to enroll in.

Response

idstringformat: "uuid"
program_idstringformat: "uuid"
configuration_namestring
is_activeboolean
created_atstringformat: "date-time"