Check whether a consumer user exists.
Verify existence of a consumer. If present, the route answers back with the consumer id.
GET
Check whether a consumer user exists.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the consumer on program system
Response
OK
The consumer_id of the created consumer.
Example:
"ConsumerId123"
Previous
Deactivate a consumer
Deactivates a specific consumer from your program.
Deactivation deletes everything about this consumer, excepted the cashbacked transactions
(that remains anonymous, but that we need to keep for audit purposes).
This action is definitive.
Next
Check whether a consumer user exists.