Skip to main content
GET
Get Card Notification Settings

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

cardAccountId
string<uuid>
required

Card account ID of the card to get notification settings.

cardId
string<uuid>
required

Card ID of the card to get notification settings.

Response

200 - application/json

Successful Response

cardAccountId
string<uuid>

Card account ID of the card for which notification settings were retrieved.

cardId
string<uuid>

Card ID of the card for which notification settings were retrieved.

purchaseNotification
enum<string>

Notification method for purchase transactions.

Available options:
sms,
whatsapp,
auto,
off
atmNotification
enum<string>

Notification method for ATM withdrawals.

Available options:
sms,
whatsapp,
auto,
off
onlinePurchaseVerification
enum<string>

Notification method for online purchase verification codes.

Available options:
sms,
whatsapp,
auto,
off
fraudAlert
enum<string>

Notification method for fraud alerts.

Available options:
sms,
whatsapp,
auto,
off