File size: 38,328 Bytes
d5f477d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
I need to pay a bill,PAY_BILL
pay bills,PAY_BILL
make a payment,PAY_BILL
can i pay a bill please,PAY_BILL
can i pay a bill,PAY_BILL
i want to pay a bill please,PAY_BILL
i want to pay a bill,PAY_BILL
I need to pay a credit card bill,PAY_BILL
my credit card bill is due,PAY_BILL
I'd like to pay down my credit card,PAY_BILL
make a credit card payment,PAY_BILL
can i pay a bill by credit card,PAY_BILL
I need to pay a bill via transfer,PAY_BILL
I need to pay a bill through transfer,PAY_BILL
I need to pay a bill by transfer,PAY_BILL
pay a bill via transfer,PAY_BILL
pay a bill through transfer,PAY_BILL
pay a bill by transfer,PAY_BILL
i'm trying to pay a bill online,PAY_BILL
i'm trying to pay an invoice,PAY_BILL
I've got an invoice i'm trying to pay,PAY_BILL
Yes freeze my card please,FREEZE
Yes freeze my card,FREEZE
freeze my card please,FREEZE
freeze my card,FREEZE
Freeze it,FREEZE
Yes i want it frozen,FREEZE
Freeze the card please,FREEZE
Yes freezing it sounds good,FREEZE
stop any transactions on my card,FREEZE
The app won't let me in,APP_ERROR
it says there is maintenance on the app so i can't access my account,APP_ERROR
The app won't load,APP_ERROR
"Every time I load the app, it crashes, what do I do",APP_ERROR
The app just closes when I open it,APP_ERROR
The app takes forever to load,APP_ERROR
Why won't the app update my balance,APP_ERROR
Can I increase my atm limit,ATM_LIMIT
What is my atm limit,ATM_LIMIT
Is there a limit on my ATM withdrawals,ATM_LIMIT
"I think I hit my ATM limit, how much is it",ATM_LIMIT
"If I have more than one card, do they all have their own ATM limit",ATM_LIMIT
ATM max withdrawal,ATM_LIMIT
What's the most i can withdraw from a cash machine,ATM_LIMIT
Can I increase my cash machine limit,ATM_LIMIT
Is there a limit on cash machine withdrawals,ATM_LIMIT
How much can I withdraw from a cashpoint,ATM_LIMIT
I hit my cashpoint limit,ATM_LIMIT
my address,ADDRESS
the address,ADDRESS
address,ADDRESS
I need to use my card abroad,ABROAD
Can i use my card abroad?,ABROAD
is it possible to use my card abroad?,ABROAD
will my card work when I go to Spain next month?,ABROAD
can I use my card in Indonesia?,ABROAD
can I pay for things when I'm in America?,ABROAD
can I use it in a foreign country?,ABROAD
I need to make payments while on holiday in Asia,ABROAD
hi yes I'm going on holiday if you weeks I just want to check if there's anything I need to do,ABROAD
I want to let you know I'm leaving the country,ABROAD
do I need to tell you I'm going abroad?,ABROAD
going abroad,ABROAD
leaving the country,ABROAD
what do I need to do so I can use my card on holiday?,ABROAD
yeah that thing do I need to tell you if I'm going to use my card on holiday,ABROAD
i've got a question about my holidays,ABROAD
i've got a question about my holiday,ABROAD
i've got some questions about my holidays,ABROAD
i've got some questions about my holiday,ABROAD
I need travel advice,ABROAD
I need travel advice to use my card abroad,ABROAD
"Hi, I'd like some travel advice",ABROAD
yeah I'm going to Berlin next month and I want to know if I'll be charged for using my account and card abroad,ABROAD
How do I set up a joint account,JOINT_ACCOUNT
Can I share an account with my partner,JOINT_ACCOUNT
I want to try doing a shared account,JOINT_ACCOUNT
Can I open an account for my husband,JOINT_ACCOUNT
Where in the app is the joint account feature,JOINT_ACCOUNT
I want to open a joint account,JOINT_ACCOUNT
"My wife has starling, I want to get it too and start a joint account",JOINT_ACCOUNT
Joint accounts,JOINT_ACCOUNT
show me my balance,BALANCE
i want to know my balance,BALANCE
let me know my account balance,BALANCE
What is my balance?,BALANCE
What is my total balance?,BALANCE
What is my current balance?,BALANCE
What is my current total balance?,BALANCE
Check my balance,BALANCE
Tell me my balance,BALANCE
balance,BALANCE
total  balance,BALANCE
current  balance,BALANCE
current total balance,BALANCE
what is my current balance?,BALANCE
How much is my balance?,BALANCE
i need something about my card.,CARD_ISSUES
i have a question about my card.,CARD_ISSUES
my card has a problem.,CARD_ISSUES
can you help me with my card.,CARD_ISSUES
i need to do a thing about my card.,CARD_ISSUES
my card is doing weird things.,CARD_ISSUES
do you solve card issues?.,CARD_ISSUES
can i ask you about a problem that i have been seeing when i do a card payment?.,CARD_ISSUES
my card needs something.,CARD_ISSUES
I got a card the other day and there is something i dont understand.,CARD_ISSUES
Can I do something about my card?,CARD_ISSUES
I need an update about my card.,CARD_ISSUES
My card is doing odd things.,CARD_ISSUES
I am looking for card information.,CARD_ISSUES
I need to cancel my card,CARD_ISSUES
I can't use my card because it is not working.,CARD_ISSUES
I can't seem to be able to use my card,CARD_ISSUES
"My card isn't working at all, I need assistance. It's really frustrating.",CARD_ISSUES
Can you tell me what the problem with my card is? It was declined at a restaurant today.,CARD_ISSUES
How do I fix a broken card?,CARD_ISSUES
My card was working but now it doesn't.,CARD_ISSUES
I cannot seem to use my card.,CARD_ISSUES
I think my card is broke it's not working anymore,CARD_ISSUES
I have not been able to use this card.,CARD_ISSUES
What do I do if i accidentally broke my card?,CARD_ISSUES
How come my card doesn't work anymore?,CARD_ISSUES
"For a week now, I have tried to use my card and it is still not working.",CARD_ISSUES
My actual card isn't functioning.,CARD_ISSUES
I can't get the card itself to work.,CARD_ISSUES
What should I do if my card doesn't work?,CARD_ISSUES
Why won't my card work.,CARD_ISSUES
My card will not work,CARD_ISSUES
My card is not working.,CARD_ISSUES
My card seems to not be working at all.,CARD_ISSUES
My card gets rejected when I try to use it,CARD_ISSUES
I am unable to use my card for some reason.,CARD_ISSUES
Why can't I use my card?,CARD_ISSUES
I think my card is broke?,CARD_ISSUES
What do I do?  My card is broken.,CARD_ISSUES
"My Netflix subscription says that there is an issue with my card information, but I thought everything was fine. Why would it be declined?",CARD_ISSUES
My card was declined at a restaurant today and I don't know what the problem is.,CARD_ISSUES
My card is not working when I try to use it.,CARD_ISSUES
My card isn't working at all. What happened?,CARD_ISSUES
Today I was out eating and my card was declined. Why's that?,CARD_ISSUES
What are ways to test why my card might not be working?,CARD_ISSUES
Currently my card is broken.,CARD_ISSUES
My card won't work at all for anything.,CARD_ISSUES
How do I fix my card if it is broken?,CARD_ISSUES
Why doesn't my card work for any transactions?,CARD_ISSUES
"I tried using my card, but it doesn't work.",CARD_ISSUES
My card hasn't been working for even small transactions today.,CARD_ISSUES
What do I do if the machine rejects my card?,CARD_ISSUES
Something's wrong my card won't work.,CARD_ISSUES
I tried to use my card today in the restaurant but it didn't work and just got declined. What's wrong?,CARD_ISSUES
"Suddenly, my card won't work.",CARD_ISSUES
My card hasn't been working when I try to use it.,CARD_ISSUES
My physical card is not working,CARD_ISSUES
Why is my physical card not working?,CARD_ISSUES
Help.  My card is broken.,CARD_ISSUES
I am unable to use my card.,CARD_ISSUES
"No transactions are being accepted, what's wrong with my card?",CARD_ISSUES
My card was declined at a restaurant today and I am not sure why.,CARD_ISSUES
What do I do now that I can't use this card?,CARD_ISSUES
My card doesn't seem to work anymore,CARD_ISSUES
"Out of the blue, my card stopped working.",CARD_ISSUES
I can't seem to use my card. Can you help?,CARD_ISSUES
How do I re-order a damaged card?,CARD_ISSUES
Why is my card not working anymore?,CARD_ISSUES
I can't use my card for anything,CARD_ISSUES
What's wrong with my card? The clerk at the grocery store said it was declined.,CARD_ISSUES
What should I do if I can't use my card?,CARD_ISSUES
Please help.  The card won't work.,CARD_ISSUES
I wasn't able to use my card today when I went out for lunch. Wondering why that is?,CARD_ISSUES
My card doesn't seem to work.,CARD_ISSUES
Currently I can't get my card to work.,CARD_ISSUES
How do I get my card to work?,CARD_ISSUES
What can I do to make my physical card work?,CARD_ISSUES
Can you tell me why I can't make any transactions?,CARD_ISSUES
There is something wrong with my card. Tried to use it a few times today in different places and it just didn't work. The transactions I tried to make were really small so not sure what's going on,CARD_ISSUES
Can you tell me whats going on with my card it seems to be not working?,CARD_ISSUES
How do I check security settings using the app?,CARD_ISSUES
I tried using my card at multiple vendors and now it's not working.,CARD_ISSUES
"Can you help me with my card, I think it's broke.",CARD_ISSUES
The card is non-functional.,CARD_ISSUES
I haven't been able to complete any transactions on my card today. Do you know what's wrong?,CARD_ISSUES
Today I used my card at a restaurant and it was declined. Why?,CARD_ISSUES
Did you deactivate my card it's not working anymore,CARD_ISSUES
Need help to get my card to work.,CARD_ISSUES
Why isn't my card working anymore?,CARD_ISSUES
Why won't my card work anymore?,CARD_ISSUES
Why won't the machine accept my card anymore?,CARD_ISSUES
When I was in a restaurant today my card was declined and payment wouldn't go through and I need help. Can you fix this?,CARD_ISSUES
What to do if my physical card is not working?,CARD_ISSUES
My card stopped working after multiple transactions. Why?,CARD_ISSUES
Why won't my card accept any transactions?,CARD_ISSUES
"I think my card is broken or something. I tried using it and it wouldn't go through, please help.",CARD_ISSUES
My card is broken,CARD_ISSUES
I tried to purchase airline tickets online this morning and my card information isn't working. Is there something going on with my account?,CARD_ISSUES
My card no longer works.,CARD_ISSUES
I seem to be unable to make any transactions.,CARD_ISSUES
I can't get my actual card to work,CARD_ISSUES
My card doesn't work when I use it.,CARD_ISSUES
What do I do if my card gets broken?,CARD_ISSUES
I am having problems with my physical card.,CARD_ISSUES
How can I get my card to work?,CARD_ISSUES
I need help with understanding why my card is not working.,CARD_ISSUES
Please help me!  My physical card isn't working right.,CARD_ISSUES
My card stopped working. How do I check if there is a freeze on it?,CARD_ISSUES
"I don't know what's wrong with my card, but it has not worked at multiple places today.",CARD_ISSUES
I need clarity on why my card is not working.,CARD_ISSUES
My card won't physically work.,CARD_ISSUES
What's going on? My card wont accept any transactions.,CARD_ISSUES
My card don't work.,CARD_ISSUES
My card won't work right now.,CARD_ISSUES
How can it be that my Card is not functioning anymore?,CARD_ISSUES
What's going on with my card? I've tried multiple times and it never goes through.,CARD_ISSUES
What do I do if my card is not working?,CARD_ISSUES
What should I do if my physical card isn't working?,CARD_ISSUES
The card that I have isn't working. This is the physical card.,CARD_ISSUES
my card is broken.,CARD_ISSUES
it doesn't work,CARD_ISSUES
im in a website and the Checkout won't go through it won't process,CARD_ISSUES
im in a website and the Checkout won't go through,CARD_ISSUES
im in a website and the Checkout it won't process it won't process,CARD_ISSUES
im in a website and the Checkout it won't process,CARD_ISSUES
I'm trying to make a payment on my website but the Checkout is not going through,CARD_ISSUES
I'm trying to make a payment on my website but the Checkout to not going through,CARD_ISSUES
I'm trying to make a payment on a website but the Checkout is not going through,CARD_ISSUES
I'm trying to make a payment on a website but the Checkout to not going through,CARD_ISSUES
I'm trying to make a payment  but the Checkout is not going through,CARD_ISSUES
I'm trying to make a payment  but the Checkout to not going through,CARD_ISSUES
yeah I'm just buying some stuff online and the Checkout won't go to there,CARD_ISSUES
yeah I'm just buying some stuff online and the Checkout won't work,CARD_ISSUES
yeah I'm just buying some stuff online  the Checkout won't go to there,CARD_ISSUES
yeah I'm just buying some stuff online  the Checkout won't work,CARD_ISSUES
yeah I'm just buying  online and the Checkout won't go to there,CARD_ISSUES
yeah I'm just buying  online and the Checkout won't work,CARD_ISSUES
yeah I'm just buying  online  the Checkout won't go to there,CARD_ISSUES
yeah I'm just buying  online  the Checkout won't work,CARD_ISSUES
I'm just buying some stuff online and the Checkout won't go to there,CARD_ISSUES
I'm just buying some stuff online and the Checkout won't work,CARD_ISSUES
I'm just buying some stuff online  the Checkout won't go to there,CARD_ISSUES
I'm just buying some stuff online  the Checkout won't work,CARD_ISSUES
I'm just buying  online and the Checkout won't go to there,CARD_ISSUES
I'm just buying  online and the Checkout won't work,CARD_ISSUES
I'm just buying  online  the Checkout won't go to there,CARD_ISSUES
I'm just buying  online  the Checkout won't work,CARD_ISSUES
yeah I was just in the shop at the moment and the card machines declining my card,CARD_ISSUES
yeah I was just in the shop at the moment and the card machines declined my card,CARD_ISSUES
yeah I was just in the shop at the moment and the card machine declining my card,CARD_ISSUES
yeah I was just in the shop at the moment and the card machine declined my card,CARD_ISSUES
yeah I was just in the shop at the moment and the car machines declining my card,CARD_ISSUES
yeah I was just in the shop at the moment and the car machines declined my card,CARD_ISSUES
yeah I was just in the shop at the moment and the car machine declining my card,CARD_ISSUES
yeah I was just in the shop at the moment and the car machine declined my card,CARD_ISSUES
yeah I was just in the shop  and the card machines declining my card,CARD_ISSUES
yeah I was just in the shop  and the card machines declined my card,CARD_ISSUES
yeah I was just in the shop  and the card machine declining my card,CARD_ISSUES
yeah I was just in the shop  and the card machine declined my card,CARD_ISSUES
yeah I was just in the shop  and the car machines declining my card,CARD_ISSUES
yeah I was just in the shop  and the car machines declined my card,CARD_ISSUES
yeah I was just in the shop  and the car machine declining my card,CARD_ISSUES
yeah I was just in the shop  and the car machine declined my card,CARD_ISSUES
yeah I was  in the shop at the moment and the card machines declining my card,CARD_ISSUES
yeah I was  in the shop at the moment and the card machines declined my card,CARD_ISSUES
yeah I was  in the shop at the moment and the card machine declining my card,CARD_ISSUES
yeah I was  in the shop at the moment and the card machine declined my card,CARD_ISSUES
yeah I was  in the shop at the moment and the car machines declining my card,CARD_ISSUES
yeah I was  in the shop at the moment and the car machines declined my card,CARD_ISSUES
yeah I was  in the shop at the moment and the car machine declining my card,CARD_ISSUES
yeah I was  in the shop at the moment and the car machine declined my card,CARD_ISSUES
yeah I was  in the shop  and the card machines declining my card,CARD_ISSUES
yeah I was  in the shop  and the card machines declined my card,CARD_ISSUES
yeah I was  in the shop  and the card machine declining my card,CARD_ISSUES
yeah I was  in the shop  and the card machine declined my card,CARD_ISSUES
yeah I was  in the shop  and the car machines declining my card,CARD_ISSUES
yeah I was  in the shop  and the car machines declined my card,CARD_ISSUES
yeah I was  in the shop  and the car machine declining my card,CARD_ISSUES
yeah I was  in the shop  and the car machine declined my card,CARD_ISSUES
I was just in the shop at the moment and the card machines declining my card,CARD_ISSUES
I was just in the shop at the moment and the card machines declined my card,CARD_ISSUES
I was just in the shop at the moment and the card machine declining my card,CARD_ISSUES
I was just in the shop at the moment and the card machine declined my card,CARD_ISSUES
I was just in the shop at the moment and the car machines declining my card,CARD_ISSUES
I was just in the shop at the moment and the car machines declined my card,CARD_ISSUES
I was just in the shop at the moment and the car machine declining my card,CARD_ISSUES
I was just in the shop at the moment and the car machine declined my card,CARD_ISSUES
I was just in the shop  and the card machines declining my card,CARD_ISSUES
I was just in the shop  and the card machines declined my card,CARD_ISSUES
I was just in the shop  and the card machine declining my card,CARD_ISSUES
I was just in the shop  and the card machine declined my card,CARD_ISSUES
I was just in the shop  and the car machines declining my card,CARD_ISSUES
I was just in the shop  and the car machines declined my card,CARD_ISSUES
I was just in the shop  and the car machine declining my card,CARD_ISSUES
I was just in the shop  and the car machine declined my card,CARD_ISSUES
I was  in the shop at the moment and the card machines declining my card,CARD_ISSUES
I was  in the shop at the moment and the card machines declined my card,CARD_ISSUES
I was  in the shop at the moment and the card machine declining my card,CARD_ISSUES
I was  in the shop at the moment and the card machine declined my card,CARD_ISSUES
I was  in the shop at the moment and the car machines declining my card,CARD_ISSUES
I was  in the shop at the moment and the car machines declined my card,CARD_ISSUES
I was  in the shop at the moment and the car machine declining my card,CARD_ISSUES
I was  in the shop at the moment and the car machine declined my card,CARD_ISSUES
I was  in the shop  and the card machines declining my card,CARD_ISSUES
I was  in the shop  and the card machines declined my card,CARD_ISSUES
I was  in the shop  and the card machine declining my card,CARD_ISSUES
I was  in the shop  and the card machine declined my card,CARD_ISSUES
I was  in the shop  and the car machines declining my card,CARD_ISSUES
I was  in the shop  and the car machines declined my card,CARD_ISSUES
I was  in the shop  and the car machine declining my card,CARD_ISSUES
I was  in the shop  and the car machine declined my card,CARD_ISSUES
at the card machine I'm in the shop the card machine is not working it's declining my card,CARD_ISSUES
at the card machine I'm in the shop the card machine  it's declining my card,CARD_ISSUES
at the card machine  the card machine is not working it's declining my card,CARD_ISSUES
at the card machine  the card machine  it's declining my card,CARD_ISSUES
I'm in the shop the card machine is not working it's declining my card,CARD_ISSUES
I'm in the shop the card machine  it's declining my card,CARD_ISSUES
the card machine is not working it's declining my card,CARD_ISSUES
the card machine  it's declining my card,CARD_ISSUES
I'm in the shop and the card machine won't take it,CARD_ISSUES
the card machine won't take it,CARD_ISSUES
I'm in a shop and the card machine will not take it the card machine not working,CARD_ISSUES
I'm in a shop and the card machine will not take it the card,CARD_ISSUES
the card machine will not take it the card machine not working,CARD_ISSUES
the card machine will not take it the card,CARD_ISSUES
something is wrong with my card,CARD_ISSUES
Do you know why my card payment has been declined?,CARD_ISSUES
Why isn't my card working? I was pumped to use my new card but it keeps getting declined. Help please.,CARD_ISSUES
I could not use my card in a store.,CARD_ISSUES
If my card payment isn't working what do I do?,CARD_ISSUES
I'm not sure why the card payment didn't work.,CARD_ISSUES
Tell me why my card payment has been declined.,CARD_ISSUES
I was just shopping online for some tickets and the payment was declined by you.  Why has this happened?  I am certain I have the right amount of funds in my account.,CARD_ISSUES
I am very upset that i went to use my new card today and it kept getting declined. Why is this happening and what do I do to not have it declined?,CARD_ISSUES
What are the reasons why a card payment would be declined?,CARD_ISSUES
The card payment I attempted to make failed.,CARD_ISSUES
Why has my card been declined?,CARD_ISSUES
I went to use my new card today and the card was repeatedly declined. I would really like to use this card and need to know what to do about it.,CARD_ISSUES
"I was out today looking forward to paying with my new card, but the payment just kept getting declined. This is really sad, what's going on?",CARD_ISSUES
What is the reason my payment was not accepted?,CARD_ISSUES
"May monthly payment to Apple has been declined but I don't know why, they are going to re-try the payment and it must go through, can you tell me what is going on please?",CARD_ISSUES
You have declined my  payment.,CARD_ISSUES
Can you tell me why my card keeps getting declined every time I try to use it?,CARD_ISSUES
Can you tell me why my card is not working? I keep trying to use it but it keeps rejecting my payment. I am being careful and entering the info correctly but it still happens.,CARD_ISSUES
"Apparently, I went out today to use my new card and was informed my payment was decline. This is really embarrassing, what happen?",CARD_ISSUES
I NEED HELP WITH MY CARD!!!!! please. It keeps getting declined when I try to use it. I have tried a few times to use it and it keeps getting rejected. I have no idea why.,CARD_ISSUES
How do I check to see why my card payment was declined?,CARD_ISSUES
Why was my card declined in a shop?,CARD_ISSUES
The payment for the card did not go through,CARD_ISSUES
My card was rejected,CARD_ISSUES
I use this card all the time so why did it get declined at the store today?,CARD_ISSUES
I couldn't pay with my card,CARD_ISSUES
Why are all my card payments being declined?,CARD_ISSUES
I couldn't pay with card in a shop,CARD_ISSUES
Why is my payment declined? It looked like everything worked ok and my account was fine.,CARD_ISSUES
My card payment failed.,CARD_ISSUES
"My payment has been declined!! What's going on, I thought everything was alright and working well?",CARD_ISSUES
My latest payment was declined! What happened! I was told everything had been resolved and was back to working order again.,CARD_ISSUES
My card wasn't working in a shop,CARD_ISSUES
I'm sure I have enough money so why didn't the store accept my card?,CARD_ISSUES
Why has my payment been declined? I paid by card.,CARD_ISSUES
can you tell me why my card was declined?,CARD_ISSUES
My card didn't go through.  It doesn't make sense.  You told me that everything was ok.,CARD_ISSUES
Please explain why my payment was declined? I thought everything was good.,CARD_ISSUES
"When I use my card, it says decline?",CARD_ISSUES
Why was my card declined?,CARD_ISSUES
I tried to make a purchase in the store but my card was declined.,CARD_ISSUES
My card payment wasn't accepted.,CARD_ISSUES
is there a reason that my payment didnt go through,CARD_ISSUES
My card payment did not go through.,CARD_ISSUES
Explain the payment that was declined!,CARD_ISSUES
Explain why my card payment wouldn't go through.,CARD_ISSUES
Why didn;t my payment work,CARD_ISSUES
My card couldn't pay in a shop.,CARD_ISSUES
My payment card was declined - could you tell me why?,CARD_ISSUES
"Hi, is everything in good standing with my card? I am receiving multiple ""decline"" messages.",CARD_ISSUES
Why didn't my card payment work?,CARD_ISSUES
My card payment didn't go through.,CARD_ISSUES
How can a payment be declined,CARD_ISSUES
The store card reader would not accept my card.,CARD_ISSUES
Why was my payment declined? I keep trying my card but it's not working.,CARD_ISSUES
My card was declined,CARD_ISSUES
I lost my wallet and all my cards were in it.,CARD_ISSUES
I'm panicking!  I lost my card!  Help!,CARD_ISSUES
I need to report a stolen card,CARD_ISSUES
How do I replace a stolen card?,CARD_ISSUES
I can't find my card! Can you help?,CARD_ISSUES
Help! I lost my card!,CARD_ISSUES
My card is missing.  Please help.,CARD_ISSUES
I think that my card has been stolen!,CARD_ISSUES
My card was stolen,CARD_ISSUES
A fee shouldn't apply to me if my card was stolen.,CARD_ISSUES
"My card has been stolen. I reported it with the police, but I need to report it with you as well.",CARD_ISSUES
My card has been stolen what do I do?,CARD_ISSUES
"I can't find my card, it is lost.",CARD_ISSUES
My card is lost!  Please help me!,CARD_ISSUES
I believe that my card has been stolen!,CARD_ISSUES
What should I do if I think my card was stolen?,CARD_ISSUES
"I thought I left my card at a restaurant, but they claim not to have it and now I don't have any idea where it is. I'm so worried that someone might be using it fraudulently. Is there any way to look into this?",CARD_ISSUES
My bag got stolen with all my cards. Can you please cancel my card and send a new one?,CARD_ISSUES
I think my card is stolen!,CARD_ISSUES
"Help!  I fear that my card was stolen,",CARD_ISSUES
Someone stole my card!,CARD_ISSUES
Are you able to guide me to my card's location?,CARD_ISSUES
How can I report that my card was stolen? I made a police report first.,CARD_ISSUES
My card is missing!  Help!,CARD_ISSUES
"My wallet was stolen, along with my cards. How do I put a freeze on my cards and order a new one?",CARD_ISSUES
Could you please freeze my card immediately?,CARD_ISSUES
"i need help, i lost my card",CARD_ISSUES
What can I do if I lost my card?,CARD_ISSUES
I think that the card is stolen.  What are my next steps?,CARD_ISSUES
What do I do if my card is stolen?,CARD_ISSUES
My card is stolen.  Help!,CARD_ISSUES
I lost track of my card,CARD_ISSUES
Report stolen card,CARD_ISSUES
Help!  My card is stolen.,CARD_ISSUES
I have lost my card! What is my next step?,CARD_ISSUES
My card has been lost! help!,CARD_ISSUES
What do I do if my card has been lost or stolen?,CARD_ISSUES
Help Me!  I lost my card.  What should I do?,CARD_ISSUES
Who can I speak with regarding a lost card?,CARD_ISSUES
My card has gone missing.,CARD_ISSUES
oh my god I lost my card! what should I do?,CARD_ISSUES
I can't find my card!  What should I do?,CARD_ISSUES
What is the first step that I should take after my card has been stolen?,CARD_ISSUES
I seem to have lost my card.,CARD_ISSUES
My card was stolen. What do I need to do?,CARD_ISSUES
Someone took my card without permission,CARD_ISSUES
I lost my card and need a new one.,CARD_ISSUES
My card has been lost / stolen,CARD_ISSUES
I misplaced my card and I dont know where the last place is where I used the card last. Can you look at my account and tell me the last place I used the card?,CARD_ISSUES
Please help me.  My card is missing.,CARD_ISSUES
"I lost my card, what do I do now?",CARD_ISSUES
I need to order a new card as my other one was stolen.,CARD_ISSUES
I think someone stole my card because I can't find it.,CARD_ISSUES
What are the steps I need to do if I have a stolen card?,CARD_ISSUES
I cant find my card.,CARD_ISSUES
I think my card is lost.  What do I do?,CARD_ISSUES
i've lost my card and i want a replacement,CARD_ISSUES
my card was stolen and i want a replacement,CARD_ISSUES
My card is stolen. can you freeze it?,CARD_ISSUES
My card is stolen. can you freeze it,CARD_ISSUES
My card is stolen. please freeze it?,CARD_ISSUES
My card is stolen. please freeze it,CARD_ISSUES
My card is stolen.  freeze it?,CARD_ISSUES
My card is stolen.  freeze it,CARD_ISSUES
Can you freeze my card? it has been stolen,CARD_ISSUES
Can you freeze my card? i lost it,CARD_ISSUES
Can you freeze my card?  i cant find it,CARD_ISSUES
Report stolen card and freeze it,CARD_ISSUES
Help!  My card is stolen. freeze it.,CARD_ISSUES
I have lost my card! please block it!,CARD_ISSUES
What do i do to get a physical card?,CARD_ISSUES
Can I request a card?,CARD_ISSUES
Is it possible to get a new physical card?,CARD_ISSUES
Is it possible to get a new  card?,CARD_ISSUES
I would like to request a card.,CARD_ISSUES
I need to order a new card.,CARD_ISSUES
Can you send me a new card?,CARD_ISSUES
how do i get a new card,CARD_ISSUES
How do I get a new card?,CARD_ISSUES
How do I get another card?,CARD_ISSUES
How do I go about getting a new card?,CARD_ISSUES
How do I go about getting another card?,CARD_ISSUES
Please tell me how I can receive a new card,CARD_ISSUES
Please tell me how I can receive another card,CARD_ISSUES
I would like a new card,CARD_ISSUES
I would like another card,CARD_ISSUES
Can I order a card please?,CARD_ISSUES
tell me how I can order my credit card.,CARD_ISSUES
tell me how I can order my debit card.,CARD_ISSUES
tell me how I can order my  card.,CARD_ISSUES
Can I get a new credit card.,CARD_ISSUES
Can I get a new debit card.,CARD_ISSUES
Can I get a new  card.,CARD_ISSUES
i need a replacement for my credit card.,CARD_ISSUES
i need a replacement for my debit card.,CARD_ISSUES
i need a replacement for my  card.,CARD_ISSUES
can i change my credit card?.,CARD_ISSUES
can i change my debit card?.,CARD_ISSUES
can i change my  card?.,CARD_ISSUES
i want to order another credit card.,CARD_ISSUES
i want to order another debit card.,CARD_ISSUES
i want to order another  card.,CARD_ISSUES
give me a new credit card please.,CARD_ISSUES
give me a new debit card please.,CARD_ISSUES
give me a new  card please.,CARD_ISSUES
can i replace my current credit card?,CARD_ISSUES
can i replace my current debit card?,CARD_ISSUES
can i replace my current  card?,CARD_ISSUES
i want to apply for a business loan,BUSINESS_LOAN
i am calling about a business loan,BUSINESS_LOAN
calling about a business loan,BUSINESS_LOAN
it is about a business loan,BUSINESS_LOAN
applying about a business loan,BUSINESS_LOAN
i want to talk about a business loan,BUSINESS_LOAN
I have a question about a loan,BUSINESS_LOAN
Can i ask a question about a loan,BUSINESS_LOAN
i want to know about loans,BUSINESS_LOAN
question about a loan,BUSINESS_LOAN
what loans do you offer?,BUSINESS_LOAN
what loans do you have?,BUSINESS_LOAN
I want to book an appointment about my loan,BUSINESS_LOAN
I want to see someone in my branch to talk about loan,BUSINESS_LOAN
give me a loan appointment please,BUSINESS_LOAN
give me a loan appointment,BUSINESS_LOAN
i want a loan appointment please,BUSINESS_LOAN
i want a loan appointment,BUSINESS_LOAN
It is an existing loan,BUSINESS_LOAN
It is,BUSINESS_LOAN
I have a question about an existing loan,BUSINESS_LOAN
I have a  existing loan,BUSINESS_LOAN
question about an existing loan,BUSINESS_LOAN
existing loan,BUSINESS_LOAN
I already have a loan with you,BUSINESS_LOAN
I already have a loan in your bank,BUSINESS_LOAN
I  have a loan with you,BUSINESS_LOAN
I  have a loan in your bank,BUSINESS_LOAN
question about one of my loans,BUSINESS_LOAN
question about existing loan,BUSINESS_LOAN
it is about an existing loan,BUSINESS_LOAN
I already have a loan in your with you,BUSINESS_LOAN
I already have a loan in your in your bank,BUSINESS_LOAN
It is a new loan,BUSINESS_LOAN
I want to get a new loan,BUSINESS_LOAN
I want to get a  loan,BUSINESS_LOAN
new loan,BUSINESS_LOAN
could i get a loan?,BUSINESS_LOAN
can i get a loan?,BUSINESS_LOAN
i dont have any existing loans with you,BUSINESS_LOAN
i dont have any existing loans,BUSINESS_LOAN
i dont have any existing loan with you,BUSINESS_LOAN
i dont have any existing loan,BUSINESS_LOAN
i dont have any  loans with you,BUSINESS_LOAN
i dont have any  loans,BUSINESS_LOAN
i dont have any  loan with you,BUSINESS_LOAN
i dont have any  loan,BUSINESS_LOAN
dont have any existing loans with you,BUSINESS_LOAN
dont have any existing loans,BUSINESS_LOAN
dont have any existing loan with you,BUSINESS_LOAN
dont have any existing loan,BUSINESS_LOAN
dont have any  loans with you,BUSINESS_LOAN
dont have any  loans,BUSINESS_LOAN
dont have any  loan with you,BUSINESS_LOAN
dont have any  loan,BUSINESS_LOAN
Tell me my latest transactions,LATEST_TRANSACTIONS
show me my last transactions,LATEST_TRANSACTIONS
I just want to see my latest transactions,LATEST_TRANSACTIONS
transactions,LATEST_TRANSACTIONS
I recognise my latest transactions,LATEST_TRANSACTIONS
I recognise my  transactions,LATEST_TRANSACTIONS
I recognise that payment,LATEST_TRANSACTIONS
yeah i recognise all the payments,LATEST_TRANSACTIONS
yeah i recognise all  the transactions,LATEST_TRANSACTIONS
i recognise all the payments,LATEST_TRANSACTIONS
i recognise all  the transactions,LATEST_TRANSACTIONS
I have an unrecognised transaction,LATEST_TRANSACTIONS
I dont recognise a transaction,LATEST_TRANSACTIONS
I have a transaction that i havent done,LATEST_TRANSACTIONS
I see some things that I didn't pay for on my statement,LATEST_TRANSACTIONS
there's a payment to tesco I don't know what it is,LATEST_TRANSACTIONS
there's a payment i don't know what it is,LATEST_TRANSACTIONS
there's a payment i don't recognise,LATEST_TRANSACTIONS
there's a transaction that I do not know on my account,LATEST_TRANSACTIONS
there is a transaction i dont recognise,LATEST_TRANSACTIONS
there's a payment to tesco I don't recognise,LATEST_TRANSACTIONS
there's a payment to waitrose I don't know what it is,LATEST_TRANSACTIONS
there's a payment to waitrose I don't recognise,LATEST_TRANSACTIONS
there's a payment to sainsburys I don't know what it is,LATEST_TRANSACTIONS
there's a payment to sainsburys I don't recognise,LATEST_TRANSACTIONS
there's a payment to a shop I don't know what it is,LATEST_TRANSACTIONS
there's a payment to a shop I don't recognise,LATEST_TRANSACTIONS
breakdown of everything I spent this month,LATEST_TRANSACTIONS
Give me a breakdown of everything I spent this month,LATEST_TRANSACTIONS
history of all my transactions,LATEST_TRANSACTIONS
show me my transaction history please,LATEST_TRANSACTIONS
I want to talk about direct debits,DIRECT_DEBIT
explain me direct debits,DIRECT_DEBIT
Tell me about direct debits,DIRECT_DEBIT
I wana know more about direct debit,DIRECT_DEBIT
I  want to know more about direct debit,DIRECT_DEBIT
wana know more about direct debit,DIRECT_DEBIT
want to know more about direct debit,DIRECT_DEBIT
i want to stop a direct debit,DIRECT_DEBIT
i want to cancel a direct debit,DIRECT_DEBIT
i need to stop a direct debit,DIRECT_DEBIT
i need to cancel a direct debit,DIRECT_DEBIT
I want to cancel a direct debit,DIRECT_DEBIT
Annul a direct debit,DIRECT_DEBIT
i need to remove a direct debit,DIRECT_DEBIT
I want to check the dates of my direct debit,DIRECT_DEBIT
check the direct debit dates,DIRECT_DEBIT
when are my next direct debits being paid?,DIRECT_DEBIT
when are my next direct debits being paid,DIRECT_DEBIT
when are my next direct debits ?,DIRECT_DEBIT
when are my next direct debits,DIRECT_DEBIT
when are  next direct debits being paid?,DIRECT_DEBIT
when are  next direct debits being paid,DIRECT_DEBIT
when are  next direct debits ?,DIRECT_DEBIT
when are  next direct debits,DIRECT_DEBIT
my next direct debits being paid?,DIRECT_DEBIT
my next direct debits being paid,DIRECT_DEBIT
my next direct debits ?,DIRECT_DEBIT
my next direct debits,DIRECT_DEBIT
next direct debits being paid?,DIRECT_DEBIT
next direct debits being paid,DIRECT_DEBIT
next direct debits ?,DIRECT_DEBIT
next direct debits,DIRECT_DEBIT
List me my direct debits,DIRECT_DEBIT
Show me my direct debits,DIRECT_DEBIT
I want to hear the list of my direct debits,DIRECT_DEBIT
"The direct debits, can you show them?",DIRECT_DEBIT
I want to see all my direct debits please,DIRECT_DEBIT
I want to see all my direct debits,DIRECT_DEBIT
I want to see all the direct debits please,DIRECT_DEBIT
I want to see all the direct debits,DIRECT_DEBIT
I want to see  my direct debits please,DIRECT_DEBIT
I want to see  my direct debits,DIRECT_DEBIT
I want to see  the direct debits please,DIRECT_DEBIT
I want to see  the direct debits,DIRECT_DEBIT
can i see all my direct debits please,DIRECT_DEBIT
can i see all my direct debits,DIRECT_DEBIT
can i see all the direct debits please,DIRECT_DEBIT
can i see all the direct debits,DIRECT_DEBIT
can i see  my direct debits please,DIRECT_DEBIT
can i see  my direct debits,DIRECT_DEBIT
can i see  the direct debits please,DIRECT_DEBIT
can i see  the direct debits,DIRECT_DEBIT
"i just set up direct debit, but cannot see the date",DIRECT_DEBIT
i want to see the dates of my direct debit,DIRECT_DEBIT
what are the dates of my direct debit,DIRECT_DEBIT
i have accidentally set up direct debit and need to cancel it,DIRECT_DEBIT
how do I cancel my direct debit,DIRECT_DEBIT
a question about direct debits,DIRECT_DEBIT
I have a payment going out tomorrow,DIRECT_DEBIT
I have a payment going out in 3 days,DIRECT_DEBIT
I have a payment going out the day after tomorrow,DIRECT_DEBIT
I have a payment scheduled tomorrow,DIRECT_DEBIT
I have a payment scheduled in 3 days,DIRECT_DEBIT
I have a payment scheduled the day after tomorrow,DIRECT_DEBIT
I have a direct debit going out tomorrow,DIRECT_DEBIT
I have a direct debit going out in 3 days,DIRECT_DEBIT
I have a direct debit going out the day after tomorrow,DIRECT_DEBIT
I have a direct debit scheduled tomorrow,DIRECT_DEBIT
I have a direct debit scheduled in 3 days,DIRECT_DEBIT
I have a direct debit scheduled the day after tomorrow,DIRECT_DEBIT
morning I've got a payment going out tomorrow I'm looking to amend the amount I do that,DIRECT_DEBIT
I want to amend the amount on a payment I got to do tomorrow,DIRECT_DEBIT
I want to amend the amount on a scheduled payment,DIRECT_DEBIT
I'm looking to to amend the amount on a payment I got to do tomorrow,DIRECT_DEBIT
I'm looking to to amend the amount on a scheduled payment,DIRECT_DEBIT
I'm trying to buy a phone online but it keeps telling me that it needs verification,HIGH_VALUE_PAYMENT
I'm trying to make a big payment online and it says it's going to send me an SMS,HIGH_VALUE_PAYMENT
I'm unsure about these texts im getting with payment codes,HIGH_VALUE_PAYMENT
High value payments,HIGH_VALUE_PAYMENT
Can I deposit cash?,CASH_DEPOSIT
Can I post you cash?,CASH_DEPOSIT
How do I get cash into my account,CASH_DEPOSIT
I've got some cash to deposit,CASH_DEPOSIT
How do I transfer cash into the account,CASH_DEPOSIT
Can I come to a branch to give you some cash to transfer,CASH_DEPOSIT
Where do I go to deposit cash?,CASH_DEPOSIT
Can I deposit cash at an ATM?,CASH_DEPOSIT