ID of the card.
- CARD_TOKEN_LIFECYCLE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
The status of a customer's card has changed. You can find the full list of available statuses here.
The current status of the card.
Unique reference number for the card.
The type of the card. Note The following enum list is not exhaustive but only indicative of some possible values.
ID of the cardholder person resource.
ID of the account to which the card is tied.
(For business cards) ID of the business with which the card is associated.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/card_lifecycle_event
{ "id": "8febdba4912a747808ccc6f95f82bbb4", "status": "ACTIVE", "reference": "87285d83-ab15-4906-af87-5763801d9e43", "type": "MASTERCARD_DEBIT", "expiration_date": "2020-12-30", "person_id": "5af2ea4271038d5c53e68ccbf4fe43b3cper", "account_id": "a5844f601567db9b59b3531245a58e96cacc", "business_id": "52e6a9b8a559d842ed7d8901b0e1bf4bcbiz", "representation": { "line_1": "SLY STALLONE", "line_2": "BUSINESS NAME", "masked_pan": "537458******4567", "formatted_expiration_date": "09/22" } }
Request
A push provisioning token has been created or updated for a customer's card.
The ID of the card associated with the token.
The unique reference ID of the token that was created.
The status of the token.
The event type of the token's lifecycle.
Token's lifecycle event reason (from VISA's constantly changing message reason codes, e.g., TOKEN_CREATED).
Unique 24-byte identifier for each instance of a [Android user, Google account]
pair. Google computes the ID as a keyed hash of the Android user ID and the Google account ID. The key to this hash lives on Google's servers; the wallet ID is created during user setup as an RPC.
ID of the Primary Account Number (PAN) reference.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/card_token_lifecycle
{ "card_id": "8b48d56bdc1c091d9ab5547fe0e9511bmcrd", "token_reference_id": "DNITHE382228352676336613", "token_status": "ACTIVE", "event_type": "TOKEN_CREATED", "message_reason": "TOKEN_CREATED", "client_wallet_account_id": "Rwt3tJek_k1JxivcwbPHjKDk", "wallet_type": "APPLE", "visa_pan_reference_id": "V-3019278454673935797827", "pan_reference_id": "V-3019278454673935797827" }
Request
A customer has paid out/paid in to a cash operation, or the cash operation has expired.
The EAN-13 barcode that your solution must generate so that the customer can present it at the merchant POS to complete the cash operation.
The current status of the cash operation.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/cash_operation_status_changed
{ "id": "string", "barcode_ean_13": "string", "expires_at": "2019-08-24T14:15:22Z", "status": "PENDING", "reference_id": "string", "person_id": "string" }