For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
DocsAPI Reference
DocsAPI Reference
    • End Points
  • PARTNER
    • GETGet Orders
    • GETGet Order By ID
    • GETGet Webhooks
    • POSTRefresh Access Token
    • POSTCreate Widget URL
  • COUNTRIES
    • GETGet Countries
  • CURRENCIES
    • GETGet Crypto Currencies
    • GETGet Fiat Currencies
    • GETGet Price
    • GETVerify Wallet Address
  • TRANSAK WHITELABEL API
    • End Points
Dashboard
LogoLogo
COUNTRIES

Get Countries

||View as Markdown|
GET
https://api-stg.transak.com/api/v2/countries
GET
/api/v2/countries
$curl https://api-stg.transak.com/api/v2/countries
200Success
1{
2 "response": [
3 {
4 "alpha2": "AS",
5 "alpha3": "ASM",
6 "isAllowed": true,
7 "isLightKycAllowed": false,
8 "name": "American Samoa",
9 "currencyCode": "EUR",
10 "supportedDocuments": [
11 "passport"
12 ]
13 },
14 {
15 "alpha2": "AD",
16 "alpha3": "AND",
17 "isAllowed": true,
18 "isLightKycAllowed": false,
19 "name": "Andorra",
20 "currencyCode": "EUR",
21 "supportedDocuments": [
22 "passport",
23 "driving_licence"
24 ]
25 },
26 {
27 "alpha2": "AO",
28 "alpha3": "AGO",
29 "isAllowed": true,
30 "isLightKycAllowed": false,
31 "name": "Angola",
32 "currencyCode": "AOA",
33 "supportedDocuments": [
34 "passport",
35 "driving_licence",
36 "national_identity_card"
37 ]
38 },
39 {
40 "alpha2": "AI",
41 "alpha3": "AIA",
42 "isAllowed": true,
43 "isLightKycAllowed": false,
44 "name": "Anguilla",
45 "currencyCode": "XCD",
46 "supportedDocuments": [
47 "passport",
48 "driving_licence"
49 ]
50 },
51 {
52 "alpha2": "AG",
53 "alpha3": "ATG",
54 "isAllowed": true,
55 "isLightKycAllowed": false,
56 "name": "Antigua and Barbuda",
57 "currencyCode": "XCD",
58 "supportedDocuments": [
59 "passport",
60 "driving_licence",
61 "national_identity_card"
62 ]
63 },
64 {
65 "alpha2": "AR",
66 "alpha3": "ARG",
67 "isAllowed": true,
68 "isLightKycAllowed": true,
69 "name": "Argentina",
70 "currencyCode": "ARS",
71 "supportedDocuments": [
72 "passport",
73 "driving_licence",
74 "national_identity_card"
75 ],
76 "partners": [
77 {
78 "name": "wyre",
79 "isCardPayment": true,
80 "currencyCode": "USD"
81 }
82 ]
83 },
84 {
85 "alpha2": "AW",
86 "alpha3": "ABW",
87 "isAllowed": true,
88 "isLightKycAllowed": false,
89 "name": "Aruba",
90 "currencyCode": "ANG",
91 "supportedDocuments": [
92 "passport"
93 ]
94 },
95 {
96 "alpha2": "AU",
97 "alpha3": "AUS",
98 "isAllowed": true,
99 "isLightKycAllowed": true,
100 "name": "Australia",
101 "currencyCode": "AUD",
102 "supportedDocuments": [
103 "passport",
104 "driving_licence",
105 "national_identity_card"
106 ],
107 "partners": [
108 {
109 "name": "wyre",
110 "isCardPayment": false,
111 "currencyCode": "AUD"
112 }
113 ]
114 },
115 {
116 "alpha2": "AT",
117 "alpha3": "AUT",
118 "isAllowed": true,
119 "isLightKycAllowed": true,
120 "name": "Austria",
121 "currencyCode": "EUR",
122 "supportedDocuments": [
123 "passport",
124 "driving_licence",
125 "national_identity_card"
126 ],
127 "partners": [
128 {
129 "name": "transak",
130 "isCardPayment": false,
131 "currencyCode": "EUR"
132 },
133 {
134 "name": "wyre",
135 "isCardPayment": true,
136 "currencyCode": "EUR"
137 }
138 ]
139 },
140 {
141 "alpha2": "BS",
142 "alpha3": "BHS",
143 "isAllowed": true,
144 "isLightKycAllowed": false,
145 "name": "Bahamas",
146 "currencyCode": "BSD",
147 "supportedDocuments": [
148 "passport",
149 "driving_licence",
150 "national_identity_card"
151 ]
152 },
153 {
154 "alpha2": "BH",
155 "alpha3": "BHR",
156 "isAllowed": true,
157 "isLightKycAllowed": false,
158 "name": "Bahrain",
159 "currencyCode": "BHD",
160 "supportedDocuments": [
161 "passport",
162 "driving_licence",
163 "national_identity_card"
164 ]
165 },
166 {
167 "alpha2": "BE",
168 "alpha3": "BEL",
169 "isAllowed": true,
170 "isLightKycAllowed": true,
171 "name": "Belgium",
172 "currencyCode": "EUR",
173 "supportedDocuments": [
174 "passport",
175 "driving_licence",
176 "national_identity_card"
177 ],
178 "partners": [
179 {
180 "name": "transak",
181 "isCardPayment": false,
182 "currencyCode": "EUR"
183 },
184 {
185 "name": "wyre",
186 "isCardPayment": true,
187 "currencyCode": "EUR"
188 }
189 ]
190 },
191 {
192 "alpha2": "BZ",
193 "alpha3": "BLZ",
194 "isAllowed": true,
195 "isLightKycAllowed": false,
196 "name": "Belize",
197 "currencyCode": "BZD",
198 "supportedDocuments": [
199 "passport",
200 "driving_licence",
201 "national_identity_card"
202 ]
203 },
204 {
205 "alpha2": "BJ",
206 "alpha3": "BEN",
207 "isAllowed": true,
208 "isLightKycAllowed": false,
209 "name": "Benin",
210 "currencyCode": "XOF",
211 "supportedDocuments": [
212 "passport",
213 "driving_licence",
214 "national_identity_card"
215 ]
216 },
217 {
218 "alpha2": "BM",
219 "alpha3": "BMU",
220 "isAllowed": true,
221 "isLightKycAllowed": false,
222 "name": "Bermuda",
223 "currencyCode": "BMD",
224 "supportedDocuments": [
225 "passport",
226 "driving_licence"
227 ]
228 },
229 {
230 "alpha2": "BT",
231 "alpha3": "BTN",
232 "isAllowed": true,
233 "isLightKycAllowed": false,
234 "name": "Bhutan",
235 "currencyCode": "INR",
236 "supportedDocuments": [
237 "passport",
238 "driving_licence"
239 ]
240 },
241 {
242 "alpha2": "BQ",
243 "alpha3": "BES",
244 "isAllowed": true,
245 "isLightKycAllowed": false,
246 "name": "Bonaire, Sint Eustatius And Saba",
247 "currencyCode": "USD",
248 "supportedDocuments": [
249 "passport",
250 "driving_licence"
251 ]
252 },
253 {
254 "alpha2": "BR",
255 "alpha3": "BRA",
256 "isAllowed": true,
257 "isLightKycAllowed": true,
258 "name": "Brazil",
259 "currencyCode": "BRL",
260 "supportedDocuments": [
261 "passport",
262 "driving_licence"
263 ],
264 "partners": [
265 {
266 "name": "wyre",
267 "isCardPayment": true,
268 "currencyCode": "USD"
269 }
270 ]
271 },
272 {
273 "alpha2": "BN",
274 "alpha3": "BRN",
275 "isAllowed": true,
276 "isLightKycAllowed": false,
277 "name": "Brunei Darussalam",
278 "currencyCode": "BND",
279 "supportedDocuments": [
280 "passport",
281 "driving_licence"
282 ]
283 },
284 {
285 "alpha2": "CV",
286 "alpha3": "CPV",
287 "isAllowed": true,
288 "isLightKycAllowed": false,
289 "name": "Cabo Verde",
290 "currencyCode": "CVE",
291 "supportedDocuments": [
292 "passport",
293 "driving_licence"
294 ]
295 },
296 {
297 "alpha2": "KH",
298 "alpha3": "KHM",
299 "isAllowed": true,
300 "isLightKycAllowed": false,
301 "name": "Cambodia",
302 "currencyCode": "KHR",
303 "supportedDocuments": [
304 "passport",
305 "driving_licence"
306 ]
307 },
308 {
309 "alpha2": "CA",
310 "alpha3": "CAN",
311 "isAllowed": true,
312 "isLightKycAllowed": true,
313 "name": "Canada",
314 "currencyCode": "CAD",
315 "supportedDocuments": [
316 "passport",
317 "driving_licence",
318 "national_identity_card"
319 ],
320 "states": [
321 {
322 "code": "AB",
323 "name": "Alberta",
324 "isAllowed": true
325 },
326 {
327 "code": "BC",
328 "name": "British Columbia",
329 "isAllowed": true
330 },
331 {
332 "code": "MB",
333 "name": "Manitoba",
334 "isAllowed": true
335 },
336 {
337 "code": "NB",
338 "name": "New Brunswick",
339 "isAllowed": true
340 },
341 {
342 "code": "NL",
343 "name": "Newfoundland and Labrador",
344 "isAllowed": true
345 },
346 {
347 "code": "NS",
348 "name": "Nova Scotia",
349 "isAllowed": true
350 },
351 {
352 "code": "NT",
353 "name": "Northwest Territories",
354 "isAllowed": true
355 },
356 {
357 "code": "NU",
358 "name": "Nunavut",
359 "isAllowed": false
360 },
361 {
362 "code": "ON",
363 "name": "Ontario",
364 "isAllowed": true
365 },
366 {
367 "code": "PE",
368 "name": "Prince Edward Island",
369 "isAllowed": true
370 },
371 {
372 "code": "QC",
373 "name": "Quebec",
374 "isAllowed": true
375 },
376 {
377 "code": "SK",
378 "name": "Saskatchewan",
379 "isAllowed": true
380 },
381 {
382 "code": "YT",
383 "name": "Yukon",
384 "isAllowed": true
385 }
386 ],
387 "partners": [
388 {
389 "name": "wyre",
390 "isCardPayment": true,
391 "currencyCode": "CAD"
392 }
393 ]
394 },
395 {
396 "alpha2": "KY",
397 "alpha3": "CYM",
398 "isAllowed": true,
399 "isLightKycAllowed": false,
400 "name": "Cayman Islands",
401 "currencyCode": "KYD",
402 "supportedDocuments": [
403 "passport"
404 ]
405 },
406 {
407 "alpha2": "TD",
408 "alpha3": "TCD",
409 "isAllowed": true,
410 "isLightKycAllowed": false,
411 "name": "Chad",
412 "currencyCode": "XAF",
413 "supportedDocuments": [
414 "passport",
415 "driving_licence",
416 "national_identity_card"
417 ]
418 },
419 {
420 "alpha2": "CL",
421 "alpha3": "CHL",
422 "isAllowed": true,
423 "isLightKycAllowed": true,
424 "name": "Chile",
425 "currencyCode": "CLP",
426 "supportedDocuments": [
427 "passport",
428 "driving_licence",
429 "national_identity_card"
430 ],
431 "partners": [
432 {
433 "name": "wyre",
434 "isCardPayment": true,
435 "currencyCode": "USD"
436 }
437 ]
438 },
439 {
440 "alpha2": "CX",
441 "alpha3": "CXR",
442 "isAllowed": true,
443 "isLightKycAllowed": false,
444 "name": "Christmas Island",
445 "currencyCode": "AUD",
446 "supportedDocuments": [
447 "passport",
448 "driving_licence"
449 ]
450 },
451 {
452 "alpha2": "CC",
453 "alpha3": "CCK",
454 "isAllowed": true,
455 "isLightKycAllowed": false,
456 "name": "Cocos (Keeling) Islands",
457 "currencyCode": "AUD",
458 "supportedDocuments": [
459 "passport",
460 "driving_licence"
461 ]
462 },
463 {
464 "alpha2": "CO",
465 "alpha3": "COL",
466 "isAllowed": true,
467 "isLightKycAllowed": false,
468 "name": "Colombia",
469 "currencyCode": "COP",
470 "supportedDocuments": [
471 "passport",
472 "driving_licence",
473 "national_identity_card"
474 ],
475 "partners": [
476 {
477 "name": "wyre",
478 "isCardPayment": true,
479 "currencyCode": "USD"
480 }
481 ]
482 },
483 {
484 "alpha2": "KM",
485 "alpha3": "COM",
486 "isAllowed": true,
487 "isLightKycAllowed": false,
488 "name": "Comoros (the)",
489 "currencyCode": "KMF",
490 "supportedDocuments": [
491 "passport",
492 "driving_licence"
493 ]
494 },
495 {
496 "alpha2": "CK",
497 "alpha3": "COK",
498 "isAllowed": true,
499 "isLightKycAllowed": false,
500 "name": "Cook Islands",
501 "currencyCode": "NZD",
502 "supportedDocuments": [
503 "passport",
504 "driving_licence"
505 ]
506 },
507 {
508 "alpha2": "CR",
509 "alpha3": "CRI",
510 "isAllowed": true,
511 "isLightKycAllowed": true,
512 "name": "Costa Rica",
513 "currencyCode": "CRC",
514 "supportedDocuments": [
515 "passport",
516 "driving_licence",
517 "national_identity_card"
518 ],
519 "partners": [
520 {
521 "name": "wyre",
522 "isCardPayment": true,
523 "currencyCode": "USD"
524 }
525 ]
526 },
527 {
528 "alpha2": "CW",
529 "alpha3": "CUW",
530 "isAllowed": true,
531 "isLightKycAllowed": false,
532 "name": "Curacao",
533 "currencyCode": "ANG",
534 "supportedDocuments": [
535 "passport"
536 ]
537 },
538 {
539 "alpha2": "CY",
540 "alpha3": "CYP",
541 "isAllowed": true,
542 "isLightKycAllowed": true,
543 "name": "Cyprus",
544 "currencyCode": "EUR",
545 "supportedDocuments": [
546 "passport",
547 "driving_licence",
548 "national_identity_card"
549 ],
550 "partners": [
551 {
552 "name": "transak",
553 "isCardPayment": false,
554 "currencyCode": "EUR"
555 },
556 {
557 "name": "wyre",
558 "isCardPayment": true,
559 "currencyCode": "EUR"
560 }
561 ]
562 },
563 {
564 "alpha2": "CZ",
565 "alpha3": "CZE",
566 "isAllowed": true,
567 "isLightKycAllowed": true,
568 "name": "Czech Republic",
569 "currencyCode": "CZK",
570 "supportedDocuments": [
571 "passport",
572 "driving_licence",
573 "national_identity_card"
574 ]
575 },
576 {
577 "alpha2": "CI",
578 "alpha3": "CIV",
579 "isAllowed": true,
580 "isLightKycAllowed": false,
581 "name": "Côte d'Ivoire",
582 "currencyCode": "XOF",
583 "supportedDocuments": [
584 "passport",
585 "driving_licence",
586 "national_identity_card"
587 ]
588 },
589 {
590 "alpha2": "DK",
591 "alpha3": "DNK",
592 "isAllowed": true,
593 "isLightKycAllowed": true,
594 "name": "Denmark",
595 "currencyCode": "EUR",
596 "supportedDocuments": [
597 "passport",
598 "driving_licence"
599 ],
600 "partners": [
601 {
602 "name": "transak",
603 "isCardPayment": false,
604 "currencyCode": "EUR"
605 },
606 {
607 "name": "wyre",
608 "isCardPayment": true,
609 "currencyCode": "EUR"
610 }
611 ]
612 },
613 {
614 "alpha2": "DJ",
615 "alpha3": "DJI",
616 "isAllowed": true,
617 "isLightKycAllowed": false,
618 "name": "Djibouti",
619 "currencyCode": "DJF",
620 "supportedDocuments": [
621 "passport",
622 "driving_licence"
623 ]
624 },
625 {
626 "alpha2": "DM",
627 "alpha3": "DMA",
628 "isAllowed": true,
629 "isLightKycAllowed": false,
630 "name": "Dominica",
631 "currencyCode": "XCD",
632 "supportedDocuments": [
633 "passport",
634 "driving_licence"
635 ]
636 },
637 {
638 "alpha2": "DO",
639 "alpha3": "DOM",
640 "isAllowed": true,
641 "isLightKycAllowed": false,
642 "name": "Dominican Republic",
643 "currencyCode": "DOP",
644 "supportedDocuments": [
645 "passport",
646 "driving_licence"
647 ],
648 "partners": [
649 {
650 "name": "wyre",
651 "isCardPayment": true,
652 "currencyCode": "USD"
653 }
654 ]
655 },
656 {
657 "alpha2": "EC",
658 "alpha3": "ECU",
659 "isAllowed": true,
660 "isLightKycAllowed": false,
661 "name": "Ecuador",
662 "currencyCode": "ECS",
663 "supportedDocuments": [
664 "passport",
665 "driving_licence",
666 "national_identity_card"
667 ]
668 },
669 {
670 "alpha2": "SV",
671 "alpha3": "SLV",
672 "isAllowed": true,
673 "isLightKycAllowed": false,
674 "name": "El Salvador",
675 "currencyCode": "SVC",
676 "supportedDocuments": [
677 "passport",
678 "driving_licence",
679 "national_identity_card"
680 ]
681 },
682 {
683 "alpha2": "GQ",
684 "alpha3": "GNQ",
685 "isAllowed": true,
686 "isLightKycAllowed": false,
687 "name": "Equatorial Guinea",
688 "currencyCode": "XAF",
689 "supportedDocuments": [
690 "passport",
691 "national_identity_card"
692 ]
693 },
694 {
695 "alpha2": "EE",
696 "alpha3": "EST",
697 "isAllowed": true,
698 "isLightKycAllowed": true,
699 "name": "Estonia",
700 "currencyCode": "EUR",
701 "supportedDocuments": [
702 "passport",
703 "driving_licence",
704 "national_identity_card"
705 ],
706 "partners": [
707 {
708 "name": "transak",
709 "isCardPayment": false,
710 "currencyCode": "EUR"
711 },
712 {
713 "name": "wyre",
714 "isCardPayment": true,
715 "currencyCode": "EUR"
716 }
717 ]
718 },
719 {
720 "alpha2": "SZ",
721 "alpha3": "SWZ",
722 "isAllowed": true,
723 "isLightKycAllowed": false,
724 "name": "Eswatini",
725 "currencyCode": "SZL",
726 "supportedDocuments": [
727 "passport",
728 "driving_licence"
729 ]
730 },
731 {
732 "alpha2": "FK",
733 "alpha3": "FLK",
734 "isAllowed": true,
735 "isLightKycAllowed": false,
736 "name": "Falkland Islands (the) [Malvinas]",
737 "currencyCode": "FKP",
738 "supportedDocuments": [
739 "passport",
740 "driving_licence"
741 ]
742 },
743 {
744 "alpha2": "FO",
745 "alpha3": "FRO",
746 "isAllowed": true,
747 "isLightKycAllowed": false,
748 "name": "Faroe Islands",
749 "currencyCode": "DKK",
750 "supportedDocuments": [
751 "passport",
752 "driving_licence"
753 ]
754 },
755 {
756 "alpha2": "FJ",
757 "alpha3": "FJI",
758 "isAllowed": true,
759 "isLightKycAllowed": false,
760 "name": "Fiji",
761 "currencyCode": "FJD",
762 "supportedDocuments": [
763 "passport",
764 "driving_licence"
765 ]
766 },
767 {
768 "alpha2": "FI",
769 "alpha3": "FIN",
770 "isAllowed": true,
771 "isLightKycAllowed": true,
772 "name": "Finland",
773 "currencyCode": "EUR",
774 "supportedDocuments": [
775 "passport",
776 "driving_licence",
777 "national_identity_card"
778 ],
779 "partners": [
780 {
781 "name": "transak",
782 "isCardPayment": false,
783 "currencyCode": "EUR"
784 },
785 {
786 "name": "wyre",
787 "isCardPayment": true,
788 "currencyCode": "EUR"
789 }
790 ]
791 },
792 {
793 "alpha2": "FR",
794 "alpha3": "FRA",
795 "isAllowed": true,
796 "isLightKycAllowed": true,
797 "name": "France",
798 "currencyCode": "EUR",
799 "supportedDocuments": [
800 "passport",
801 "driving_licence",
802 "national_identity_card"
803 ],
804 "partners": [
805 {
806 "name": "transak",
807 "isCardPayment": false,
808 "currencyCode": "EUR"
809 },
810 {
811 "name": "wyre",
812 "isCardPayment": true,
813 "currencyCode": "EUR"
814 }
815 ]
816 },
817 {
818 "alpha2": "GF",
819 "alpha3": "GUF",
820 "isAllowed": true,
821 "isLightKycAllowed": false,
822 "name": "French Guiana",
823 "currencyCode": "EUR",
824 "supportedDocuments": [
825 "passport",
826 "driving_licence"
827 ]
828 },
829 {
830 "alpha2": "PF",
831 "alpha3": "PYF",
832 "isAllowed": true,
833 "isLightKycAllowed": false,
834 "name": "French Polynesia",
835 "currencyCode": "XPF",
836 "supportedDocuments": [
837 "passport",
838 "driving_licence"
839 ]
840 },
841 {
842 "alpha2": "GA",
843 "alpha3": "GAB",
844 "isAllowed": true,
845 "isLightKycAllowed": false,
846 "name": "Gabon",
847 "currencyCode": "XAF",
848 "supportedDocuments": [
849 "passport"
850 ]
851 },
852 {
853 "alpha2": "GE",
854 "alpha3": "GEO",
855 "isAllowed": true,
856 "isLightKycAllowed": false,
857 "name": "Georgia",
858 "currencyCode": "GEL",
859 "supportedDocuments": [
860 "passport",
861 "driving_licence",
862 "national_identity_card"
863 ]
864 },
865 {
866 "alpha2": "DE",
867 "alpha3": "DEU",
868 "isAllowed": true,
869 "isLightKycAllowed": true,
870 "name": "Germany",
871 "currencyCode": "EUR",
872 "supportedDocuments": [
873 "passport",
874 "driving_licence",
875 "national_identity_card"
876 ],
877 "partners": [
878 {
879 "name": "transak",
880 "isCardPayment": false,
881 "currencyCode": "EUR"
882 },
883 {
884 "name": "wyre",
885 "isCardPayment": true,
886 "currencyCode": "EUR"
887 }
888 ]
889 },
890 {
891 "alpha2": "GH",
892 "alpha3": "GHA",
893 "isAllowed": true,
894 "isLightKycAllowed": false,
895 "name": "Ghana",
896 "currencyCode": "GHS",
897 "supportedDocuments": [
898 "passport",
899 "driving_licence",
900 "national_identity_card"
901 ]
902 },
903 {
904 "alpha2": "GR",
905 "alpha3": "GRC",
906 "isAllowed": true,
907 "isLightKycAllowed": true,
908 "name": "Greece",
909 "currencyCode": "EUR",
910 "supportedDocuments": [
911 "passport",
912 "driving_licence",
913 "national_identity_card"
914 ],
915 "partners": [
916 {
917 "name": "transak",
918 "isCardPayment": false,
919 "currencyCode": "EUR"
920 },
921 {
922 "name": "wyre",
923 "isCardPayment": true,
924 "currencyCode": "EUR"
925 }
926 ]
927 },
928 {
929 "alpha2": "GL",
930 "alpha3": "GRL",
931 "isAllowed": true,
932 "isLightKycAllowed": false,
933 "name": "Greenland",
934 "currencyCode": "DKK",
935 "supportedDocuments": [
936 "passport",
937 "driving_licence"
938 ]
939 },
940 {
941 "alpha2": "GD",
942 "alpha3": "GRD",
943 "isAllowed": true,
944 "isLightKycAllowed": false,
945 "name": "Grenada",
946 "currencyCode": "XCD",
947 "supportedDocuments": [
948 "passport",
949 "driving_licence"
950 ]
951 },
952 {
953 "alpha2": "GP",
954 "alpha3": "GLP",
955 "isAllowed": true,
956 "isLightKycAllowed": false,
957 "name": "Guadeloupe",
958 "currencyCode": "EUR",
959 "supportedDocuments": [
960 "passport",
961 "driving_licence"
962 ]
963 },
964 {
965 "alpha2": "GU",
966 "alpha3": "GUM",
967 "isAllowed": true,
968 "isLightKycAllowed": false,
969 "name": "Guam",
970 "currencyCode": "USD",
971 "supportedDocuments": [
972 "passport"
973 ]
974 },
975 {
976 "alpha2": "GT",
977 "alpha3": "GTM",
978 "isAllowed": true,
979 "isLightKycAllowed": false,
980 "name": "Guatemala",
981 "currencyCode": "GTQ",
982 "supportedDocuments": [
983 "passport",
984 "driving_licence",
985 "national_identity_card"
986 ]
987 },
988 {
989 "alpha2": "HM",
990 "alpha3": "HMD",
991 "isAllowed": true,
992 "isLightKycAllowed": false,
993 "name": "Heard Island And Mcdonald Islands",
994 "currencyCode": "AUD",
995 "supportedDocuments": [
996 "passport",
997 "driving_licence"
998 ]
999 },
1000 {
1001 "alpha2": "HN",
1002 "alpha3": "HND",
1003 "isAllowed": true,
1004 "isLightKycAllowed": false,
1005 "name": "Honduras",
1006 "currencyCode": "HNL",
1007 "supportedDocuments": [
1008 "passport",
1009 "driving_licence",
1010 "national_identity_card"
1011 ]
1012 },
1013 {
1014 "alpha2": "HK",
1015 "alpha3": "HKG",
1016 "isAllowed": true,
1017 "isLightKycAllowed": true,
1018 "name": "Hong Kong",
1019 "currencyCode": "HKD",
1020 "supportedDocuments": [
1021 "passport",
1022 "driving_licence",
1023 "national_identity_card"
1024 ]
1025 },
1026 {
1027 "alpha2": "HU",
1028 "alpha3": "HUN",
1029 "isAllowed": true,
1030 "isLightKycAllowed": true,
1031 "name": "Hungary",
1032 "currencyCode": "HUF",
1033 "supportedDocuments": [
1034 "passport",
1035 "driving_licence",
1036 "national_identity_card"
1037 ],
1038 "partners": [
1039 {
1040 "name": "transak",
1041 "isCardPayment": false,
1042 "currencyCode": "EUR"
1043 }
1044 ]
1045 },
1046 {
1047 "alpha2": "IS",
1048 "alpha3": "ISL",
1049 "isAllowed": true,
1050 "isLightKycAllowed": true,
1051 "name": "Iceland",
1052 "currencyCode": "ISK",
1053 "supportedDocuments": [
1054 "passport",
1055 "driving_licence"
1056 ]
1057 },
1058 {
1059 "alpha2": "IN",
1060 "alpha3": "IND",
1061 "isAllowed": true,
1062 "isLightKycAllowed": true,
1063 "name": "India",
1064 "currencyCode": "INR",
1065 "supportedDocuments": [
1066 "passport",
1067 "driving_licence",
1068 "national_identity_card"
1069 ],
1070 "partners": [
1071 {
1072 "name": "transak",
1073 "isBankTransfer": true,
1074 "currencyCode": "INR"
1075 }
1076 ]
1077 },
1078 {
1079 "alpha2": "ID",
1080 "alpha3": "IDN",
1081 "isAllowed": true,
1082 "isLightKycAllowed": true,
1083 "name": "Indonesia",
1084 "currencyCode": "IDR",
1085 "supportedDocuments": [
1086 "passport",
1087 "driving_licence",
1088 "national_identity_card"
1089 ],
1090 "partners": [
1091 {
1092 "name": "wyre",
1093 "isCardPayment": true,
1094 "currencyCode": "USD"
1095 }
1096 ]
1097 },
1098 {
1099 "alpha2": "IE",
1100 "alpha3": "IRL",
1101 "isAllowed": true,
1102 "isLightKycAllowed": true,
1103 "name": "Ireland",
1104 "currencyCode": "EUR",
1105 "supportedDocuments": [
1106 "passport",
1107 "driving_licence",
1108 "national_identity_card"
1109 ],
1110 "partners": [
1111 {
1112 "name": "transak",
1113 "isCardPayment": false,
1114 "currencyCode": "EUR"
1115 },
1116 {
1117 "name": "wyre",
1118 "isCardPayment": true,
1119 "currencyCode": "EUR"
1120 }
1121 ]
1122 },
1123 {
1124 "alpha2": "IL",
1125 "alpha3": "ISR",
1126 "isAllowed": true,
1127 "isLightKycAllowed": true,
1128 "name": "Israel",
1129 "currencyCode": "ILS",
1130 "supportedDocuments": [
1131 "passport",
1132 "driving_licence",
1133 "national_identity_card"
1134 ],
1135 "partners": [
1136 {
1137 "name": "wyre",
1138 "isCardPayment": true,
1139 "currencyCode": "USD"
1140 }
1141 ]
1142 },
1143 {
1144 "alpha2": "IT",
1145 "alpha3": "ITA",
1146 "isAllowed": true,
1147 "isLightKycAllowed": true,
1148 "name": "Italy",
1149 "currencyCode": "EUR",
1150 "supportedDocuments": [
1151 "passport",
1152 "driving_licence",
1153 "national_identity_card"
1154 ],
1155 "partners": [
1156 {
1157 "name": "transak",
1158 "isCardPayment": false,
1159 "currencyCode": "EUR"
1160 },
1161 {
1162 "name": "wyre",
1163 "isCardPayment": true,
1164 "currencyCode": "EUR"
1165 }
1166 ]
1167 },
1168 {
1169 "alpha2": "JP",
1170 "alpha3": "JPN",
1171 "isAllowed": true,
1172 "isLightKycAllowed": true,
1173 "name": "Japan",
1174 "currencyCode": "JPY",
1175 "supportedDocuments": [
1176 "passport",
1177 "driving_licence",
1178 "national_identity_card"
1179 ],
1180 "partners": [
1181 {
1182 "name": "wyre",
1183 "isCardPayment": true,
1184 "currencyCode": "USD"
1185 }
1186 ]
1187 },
1188 {
1189 "alpha2": "KZ",
1190 "alpha3": "KAZ",
1191 "isAllowed": true,
1192 "isLightKycAllowed": false,
1193 "name": "Kazakhstan",
1194 "currencyCode": "KZT",
1195 "supportedDocuments": [
1196 "passport",
1197 "driving_licence"
1198 ]
1199 },
1200 {
1201 "alpha2": "KI",
1202 "alpha3": "KIR",
1203 "isAllowed": true,
1204 "isLightKycAllowed": false,
1205 "name": "Kiribati",
1206 "currencyCode": "AUD",
1207 "supportedDocuments": [
1208 "passport",
1209 "driving_licence"
1210 ]
1211 },
1212 {
1213 "alpha2": "KW",
1214 "alpha3": "KWT",
1215 "isAllowed": true,
1216 "isLightKycAllowed": false,
1217 "name": "Kuwait",
1218 "currencyCode": "KWD",
1219 "supportedDocuments": [
1220 "passport",
1221 "driving_licence",
1222 "national_identity_card"
1223 ]
1224 },
1225 {
1226 "alpha2": "KG",
1227 "alpha3": "KGZ",
1228 "isAllowed": true,
1229 "isLightKycAllowed": false,
1230 "name": "Kyrgyzstan",
1231 "currencyCode": "KGS",
1232 "supportedDocuments": [
1233 "passport",
1234 "driving_licence",
1235 "national_identity_card"
1236 ]
1237 },
1238 {
1239 "alpha2": "LA",
1240 "alpha3": "LAO",
1241 "isAllowed": true,
1242 "isLightKycAllowed": true,
1243 "name": "Lao People's Democratic Republic",
1244 "currencyCode": "LAK",
1245 "supportedDocuments": [
1246 "passport",
1247 "driving_licence",
1248 "national_identity_card"
1249 ],
1250 "partners": [
1251 {
1252 "name": "wyre",
1253 "isCardPayment": true,
1254 "currencyCode": "USD"
1255 }
1256 ]
1257 },
1258 {
1259 "alpha2": "LV",
1260 "alpha3": "LVA",
1261 "isAllowed": true,
1262 "isLightKycAllowed": true,
1263 "name": "Latvia",
1264 "currencyCode": "EUR",
1265 "supportedDocuments": [
1266 "passport",
1267 "driving_licence",
1268 "national_identity_card"
1269 ],
1270 "partners": [
1271 {
1272 "name": "transak",
1273 "isCardPayment": false,
1274 "currencyCode": "EUR"
1275 },
1276 {
1277 "name": "wyre",
1278 "isCardPayment": true,
1279 "currencyCode": "EUR"
1280 }
1281 ]
1282 },
1283 {
1284 "alpha2": "LS",
1285 "alpha3": "LSO",
1286 "isAllowed": true,
1287 "isLightKycAllowed": false,
1288 "name": "Lesotho",
1289 "currencyCode": "ZAR",
1290 "supportedDocuments": [
1291 "passport"
1292 ]
1293 },
1294 {
1295 "alpha2": "LI",
1296 "alpha3": "LIE",
1297 "isAllowed": true,
1298 "isLightKycAllowed": false,
1299 "name": "Liechtenstein",
1300 "currencyCode": "CHF",
1301 "supportedDocuments": [
1302 "passport",
1303 "driving_licence",
1304 "national_identity_card"
1305 ],
1306 "partners": []
1307 },
1308 {
1309 "alpha2": "LT",
1310 "alpha3": "LTU",
1311 "isAllowed": true,
1312 "isLightKycAllowed": true,
1313 "name": "Lithuania",
1314 "currencyCode": "LTL",
1315 "supportedDocuments": [
1316 "passport",
1317 "driving_licence",
1318 "national_identity_card"
1319 ],
1320 "partners": [
1321 {
1322 "name": "transak",
1323 "isCardPayment": false,
1324 "currencyCode": "EUR"
1325 },
1326 {
1327 "name": "wyre",
1328 "isCardPayment": true,
1329 "currencyCode": "EUR"
1330 }
1331 ]
1332 },
1333 {
1334 "alpha2": "LU",
1335 "alpha3": "LUX",
1336 "isAllowed": true,
1337 "isLightKycAllowed": true,
1338 "name": "Luxembourg",
1339 "currencyCode": "EUR",
1340 "supportedDocuments": [
1341 "passport",
1342 "driving_licence",
1343 "national_identity_card"
1344 ],
1345 "partners": [
1346 {
1347 "name": "transak",
1348 "isCardPayment": false,
1349 "currencyCode": "EUR"
1350 },
1351 {
1352 "name": "wyre",
1353 "isCardPayment": true,
1354 "currencyCode": "EUR"
1355 }
1356 ]
1357 },
1358 {
1359 "alpha2": "MG",
1360 "alpha3": "MDG",
1361 "isAllowed": true,
1362 "isLightKycAllowed": false,
1363 "name": "Madagascar",
1364 "currencyCode": "MGA",
1365 "supportedDocuments": [
1366 "passport",
1367 "driving_licence"
1368 ]
1369 },
1370 {
1371 "alpha2": "MW",
1372 "alpha3": "MWI",
1373 "isAllowed": true,
1374 "isLightKycAllowed": false,
1375 "name": "Malawi",
1376 "currencyCode": "MWK",
1377 "supportedDocuments": [
1378 "passport",
1379 "driving_licence"
1380 ]
1381 },
1382 {
1383 "alpha2": "MY",
1384 "alpha3": "MYS",
1385 "isAllowed": true,
1386 "isLightKycAllowed": true,
1387 "name": "Malaysia",
1388 "currencyCode": "MYR",
1389 "supportedDocuments": [
1390 "passport",
1391 "driving_licence",
1392 "national_identity_card"
1393 ],
1394 "partners": [
1395 {
1396 "name": "wyre",
1397 "isCardPayment": true,
1398 "currencyCode": "USD"
1399 }
1400 ]
1401 },
1402 {
1403 "alpha2": "MT",
1404 "alpha3": "MLT",
1405 "isAllowed": true,
1406 "isLightKycAllowed": true,
1407 "name": "Malta",
1408 "currencyCode": "EUR",
1409 "supportedDocuments": [
1410 "passport",
1411 "driving_licence",
1412 "national_identity_card"
1413 ],
1414 "partners": [
1415 {
1416 "name": "transak",
1417 "isCardPayment": false,
1418 "currencyCode": "EUR"
1419 }
1420 ]
1421 },
1422 {
1423 "alpha2": "MH",
1424 "alpha3": "MHL",
1425 "isAllowed": true,
1426 "isLightKycAllowed": false,
1427 "name": "Marshall Islands",
1428 "currencyCode": "USD",
1429 "supportedDocuments": [
1430 "passport",
1431 "driving_licence"
1432 ]
1433 },
1434 {
1435 "alpha2": "MQ",
1436 "alpha3": "MTQ",
1437 "isAllowed": true,
1438 "isLightKycAllowed": false,
1439 "name": "Martinique",
1440 "currencyCode": "EUR",
1441 "supportedDocuments": [
1442 "passport",
1443 "driving_licence"
1444 ]
1445 },
1446 {
1447 "alpha2": "MR",
1448 "alpha3": "MRT",
1449 "isAllowed": true,
1450 "isLightKycAllowed": false,
1451 "name": "Mauritania",
1452 "currencyCode": "MRU",
1453 "supportedDocuments": [
1454 "passport",
1455 "national_identity_card"
1456 ]
1457 },
1458 {
1459 "alpha2": "MU",
1460 "alpha3": "MUS",
1461 "isAllowed": true,
1462 "isLightKycAllowed": false,
1463 "name": "Mauritius",
1464 "currencyCode": "MUR",
1465 "supportedDocuments": [
1466 "passport",
1467 "national_identity_card"
1468 ]
1469 },
1470 {
1471 "alpha2": "YT",
1472 "alpha3": "MYT",
1473 "isAllowed": true,
1474 "isLightKycAllowed": false,
1475 "name": "Mayotte",
1476 "currencyCode": "EUR",
1477 "supportedDocuments": [
1478 "passport",
1479 "driving_licence"
1480 ]
1481 },
1482 {
1483 "alpha2": "MX",
1484 "alpha3": "MEX",
1485 "isAllowed": true,
1486 "isLightKycAllowed": true,
1487 "name": "Mexico",
1488 "currencyCode": "MXN",
1489 "supportedDocuments": [
1490 "passport",
1491 "driving_licence",
1492 "national_identity_card"
1493 ],
1494 "partners": [
1495 {
1496 "name": "wyre",
1497 "isCardPayment": true,
1498 "currencyCode": "USD"
1499 }
1500 ]
1501 },
1502 {
1503 "alpha2": "FM",
1504 "alpha3": "FSM",
1505 "isAllowed": true,
1506 "isLightKycAllowed": false,
1507 "name": "Micronesia (Federated States of)",
1508 "currencyCode": "USD",
1509 "supportedDocuments": [
1510 "passport"
1511 ]
1512 },
1513 {
1514 "alpha2": "MD",
1515 "alpha3": "MDA",
1516 "isAllowed": true,
1517 "isLightKycAllowed": false,
1518 "name": "Moldova, Republic of",
1519 "currencyCode": "MDL",
1520 "supportedDocuments": [
1521 "passport",
1522 "driving_licence",
1523 "national_identity_card"
1524 ]
1525 },
1526 {
1527 "alpha2": "MC",
1528 "alpha3": "MCO",
1529 "isAllowed": true,
1530 "isLightKycAllowed": false,
1531 "name": "Monaco",
1532 "currencyCode": "EUR",
1533 "supportedDocuments": [
1534 "passport",
1535 "driving_licence"
1536 ]
1537 },
1538 {
1539 "alpha2": "MN",
1540 "alpha3": "MNG",
1541 "isAllowed": true,
1542 "isLightKycAllowed": false,
1543 "name": "Mongolia",
1544 "currencyCode": "MNT",
1545 "supportedDocuments": [
1546 "passport",
1547 "national_identity_card"
1548 ]
1549 },
1550 {
1551 "alpha2": "ME",
1552 "alpha3": "MNE",
1553 "isAllowed": true,
1554 "isLightKycAllowed": false,
1555 "name": "Montenegro",
1556 "currencyCode": "EUR",
1557 "supportedDocuments": [
1558 "passport",
1559 "driving_licence"
1560 ]
1561 },
1562 {
1563 "alpha2": "MS",
1564 "alpha3": "MSR",
1565 "isAllowed": true,
1566 "isLightKycAllowed": false,
1567 "name": "Montserrat",
1568 "currencyCode": "XCD",
1569 "supportedDocuments": [
1570 "passport",
1571 "driving_licence"
1572 ]
1573 },
1574 {
1575 "alpha2": "NR",
1576 "alpha3": "NRU",
1577 "isAllowed": true,
1578 "isLightKycAllowed": false,
1579 "name": "Nauru",
1580 "currencyCode": "AUD",
1581 "supportedDocuments": [
1582 "passport",
1583 "driving_licence"
1584 ]
1585 },
1586 {
1587 "alpha2": "NL",
1588 "alpha3": "NLD",
1589 "isAllowed": true,
1590 "isLightKycAllowed": true,
1591 "name": "Netherlands",
1592 "currencyCode": "EUR",
1593 "supportedDocuments": [
1594 "passport",
1595 "driving_licence",
1596 "national_identity_card"
1597 ],
1598 "partners": [
1599 {
1600 "name": "transak",
1601 "isCardPayment": false,
1602 "currencyCode": "EUR"
1603 },
1604 {
1605 "name": "wyre",
1606 "isCardPayment": true,
1607 "currencyCode": "EUR"
1608 }
1609 ]
1610 },
1611 {
1612 "alpha2": "NC",
1613 "alpha3": "NCL",
1614 "isAllowed": true,
1615 "isLightKycAllowed": false,
1616 "name": "New Caledonia",
1617 "currencyCode": "XPF",
1618 "supportedDocuments": [
1619 "passport",
1620 "driving_licence"
1621 ]
1622 },
1623 {
1624 "alpha2": "NZ",
1625 "alpha3": "NZL",
1626 "isAllowed": true,
1627 "isLightKycAllowed": false,
1628 "name": "New Zealand",
1629 "currencyCode": "NZD",
1630 "supportedDocuments": [
1631 "passport",
1632 "driving_licence",
1633 "national_identity_card"
1634 ],
1635 "partners": [
1636 {
1637 "name": "wyre",
1638 "isCardPayment": true,
1639 "currencyCode": "USD"
1640 }
1641 ]
1642 },
1643 {
1644 "alpha2": "NU",
1645 "alpha3": "NIU",
1646 "isAllowed": true,
1647 "isLightKycAllowed": false,
1648 "name": "Niue",
1649 "currencyCode": "NZD",
1650 "supportedDocuments": [
1651 "passport",
1652 "driving_licence"
1653 ]
1654 },
1655 {
1656 "alpha2": "NF",
1657 "alpha3": "NFK",
1658 "isAllowed": true,
1659 "isLightKycAllowed": false,
1660 "name": "Norfolk Island",
1661 "currencyCode": "AUD",
1662 "supportedDocuments": [
1663 "passport",
1664 "driving_licence"
1665 ]
1666 },
1667 {
1668 "alpha2": "MP",
1669 "alpha3": "MNP",
1670 "isAllowed": true,
1671 "isLightKycAllowed": false,
1672 "name": "Northern Mariana Islands",
1673 "currencyCode": "USD",
1674 "supportedDocuments": [
1675 "passport",
1676 "driving_licence"
1677 ]
1678 },
1679 {
1680 "alpha2": "NO",
1681 "alpha3": "NOR",
1682 "isAllowed": true,
1683 "isLightKycAllowed": true,
1684 "name": "Norway",
1685 "currencyCode": "EUR",
1686 "supportedDocuments": [
1687 "passport",
1688 "driving_licence"
1689 ],
1690 "partners": [
1691 {
1692 "name": "transak",
1693 "isCardPayment": false,
1694 "currencyCode": "EUR"
1695 },
1696 {
1697 "name": "wyre",
1698 "isCardPayment": true,
1699 "currencyCode": "EUR"
1700 }
1701 ]
1702 },
1703 {
1704 "alpha2": "OM",
1705 "alpha3": "OMN",
1706 "isAllowed": true,
1707 "isLightKycAllowed": false,
1708 "name": "Oman",
1709 "currencyCode": "OMR",
1710 "supportedDocuments": [
1711 "passport",
1712 "driving_licence",
1713 "national_identity_card"
1714 ]
1715 },
1716 {
1717 "alpha2": "PW",
1718 "alpha3": "PLW",
1719 "isAllowed": true,
1720 "isLightKycAllowed": false,
1721 "name": "Palau",
1722 "currencyCode": "USD",
1723 "supportedDocuments": [
1724 "passport"
1725 ]
1726 },
1727 {
1728 "alpha2": "PS",
1729 "alpha3": "PSE",
1730 "isAllowed": true,
1731 "isLightKycAllowed": false,
1732 "name": "Palestine, State of",
1733 "currencyCode": "JOD",
1734 "supportedDocuments": [
1735 "passport"
1736 ]
1737 },
1738 {
1739 "alpha2": "PA",
1740 "alpha3": "PAN",
1741 "isAllowed": true,
1742 "isLightKycAllowed": false,
1743 "name": "Panama",
1744 "currencyCode": "PAB",
1745 "supportedDocuments": [
1746 "passport",
1747 "driving_licence",
1748 "national_identity_card"
1749 ]
1750 },
1751 {
1752 "alpha2": "PG",
1753 "alpha3": "PNG",
1754 "isAllowed": true,
1755 "isLightKycAllowed": false,
1756 "name": "Papua New Guinea",
1757 "currencyCode": "PGK",
1758 "supportedDocuments": [
1759 "passport",
1760 "driving_licence"
1761 ]
1762 },
1763 {
1764 "alpha2": "PY",
1765 "alpha3": "PRY",
1766 "isAllowed": true,
1767 "isLightKycAllowed": true,
1768 "name": "Paraguay",
1769 "currencyCode": "PYG",
1770 "supportedDocuments": [
1771 "passport",
1772 "driving_licence"
1773 ],
1774 "partners": [
1775 {
1776 "name": "wyre",
1777 "isCardPayment": true,
1778 "currencyCode": "USD"
1779 }
1780 ]
1781 },
1782 {
1783 "alpha2": "PE",
1784 "alpha3": "PER",
1785 "isAllowed": true,
1786 "isLightKycAllowed": true,
1787 "name": "Peru",
1788 "currencyCode": "PEN",
1789 "supportedDocuments": [
1790 "passport",
1791 "driving_licence"
1792 ],
1793 "partners": [
1794 {
1795 "name": "wyre",
1796 "isCardPayment": true,
1797 "currencyCode": "USD"
1798 }
1799 ]
1800 },
1801 {
1802 "alpha2": "PH",
1803 "alpha3": "PHL",
1804 "isAllowed": true,
1805 "isLightKycAllowed": true,
1806 "name": "Philippines",
1807 "currencyCode": "PHP",
1808 "supportedDocuments": [
1809 "passport",
1810 "driving_licence",
1811 "national_identity_card"
1812 ],
1813 "partners": [
1814 {
1815 "name": "wyre",
1816 "isCardPayment": true,
1817 "currencyCode": "USD"
1818 }
1819 ]
1820 },
1821 {
1822 "alpha2": "PN",
1823 "alpha3": "PCN",
1824 "isAllowed": true,
1825 "isLightKycAllowed": false,
1826 "name": "Pitcairn",
1827 "currencyCode": "NZD",
1828 "supportedDocuments": [
1829 "passport",
1830 "driving_licence"
1831 ]
1832 },
1833 {
1834 "alpha2": "PL",
1835 "alpha3": "POL",
1836 "isAllowed": true,
1837 "isLightKycAllowed": true,
1838 "name": "Poland",
1839 "currencyCode": "EUR",
1840 "supportedDocuments": [
1841 "passport",
1842 "driving_licence",
1843 "national_identity_card"
1844 ],
1845 "partners": [
1846 {
1847 "name": "transak",
1848 "isCardPayment": false,
1849 "currencyCode": "EUR"
1850 },
1851 {
1852 "name": "wyre",
1853 "isCardPayment": true,
1854 "currencyCode": "EUR"
1855 }
1856 ]
1857 },
1858 {
1859 "alpha2": "PT",
1860 "alpha3": "PRT",
1861 "isAllowed": true,
1862 "isLightKycAllowed": true,
1863 "name": "Portugal",
1864 "currencyCode": "EUR",
1865 "supportedDocuments": [
1866 "passport",
1867 "driving_licence",
1868 "national_identity_card"
1869 ],
1870 "partners": [
1871 {
1872 "name": "transak",
1873 "isCardPayment": false,
1874 "currencyCode": "EUR"
1875 },
1876 {
1877 "name": "wyre",
1878 "isCardPayment": true,
1879 "currencyCode": "EUR"
1880 }
1881 ]
1882 },
1883 {
1884 "alpha2": "PR",
1885 "alpha3": "PRI",
1886 "isAllowed": true,
1887 "isLightKycAllowed": false,
1888 "name": "Puerto Rico",
1889 "currencyCode": "USD",
1890 "supportedDocuments": [
1891 "passport"
1892 ]
1893 },
1894 {
1895 "alpha2": "RO",
1896 "alpha3": "ROU",
1897 "isAllowed": true,
1898 "isLightKycAllowed": true,
1899 "name": "Romania",
1900 "currencyCode": "RON",
1901 "supportedDocuments": [
1902 "passport",
1903 "driving_licence",
1904 "national_identity_card"
1905 ]
1906 },
1907 {
1908 "alpha2": "RW",
1909 "alpha3": "RWA",
1910 "isAllowed": true,
1911 "isLightKycAllowed": false,
1912 "name": "Rwanda",
1913 "currencyCode": "RWF",
1914 "supportedDocuments": [
1915 "passport",
1916 "driving_licence",
1917 "national_identity_card"
1918 ]
1919 },
1920 {
1921 "alpha2": "RE",
1922 "alpha3": "REU",
1923 "isAllowed": true,
1924 "isLightKycAllowed": false,
1925 "name": "Réunion",
1926 "currencyCode": "EUR",
1927 "supportedDocuments": [
1928 "passport",
1929 "driving_licence"
1930 ]
1931 },
1932 {
1933 "alpha2": "BL",
1934 "alpha3": "BLM",
1935 "isAllowed": true,
1936 "isLightKycAllowed": false,
1937 "name": "Saint Barthélemy",
1938 "currencyCode": "EUR",
1939 "supportedDocuments": [
1940 "passport",
1941 "driving_licence"
1942 ]
1943 },
1944 {
1945 "alpha2": "KN",
1946 "alpha3": "KNA",
1947 "isAllowed": true,
1948 "isLightKycAllowed": false,
1949 "name": "Saint Kitts and Nevis",
1950 "currencyCode": "XCD",
1951 "supportedDocuments": [
1952 "passport",
1953 "driving_licence"
1954 ]
1955 },
1956 {
1957 "alpha2": "LC",
1958 "alpha3": "LCA",
1959 "isAllowed": true,
1960 "isLightKycAllowed": false,
1961 "name": "Saint Lucia",
1962 "currencyCode": "XCD",
1963 "supportedDocuments": [
1964 "passport",
1965 "driving_licence"
1966 ]
1967 },
1968 {
1969 "alpha2": "MF",
1970 "alpha3": "MAF",
1971 "isAllowed": true,
1972 "isLightKycAllowed": false,
1973 "name": "Saint Martin",
1974 "currencyCode": "EUR",
1975 "supportedDocuments": [
1976 "passport",
1977 "driving_licence"
1978 ]
1979 },
1980 {
1981 "alpha2": "PM",
1982 "alpha3": "SPM",
1983 "isAllowed": true,
1984 "isLightKycAllowed": false,
1985 "name": "Saint Pierre And Miquelon",
1986 "currencyCode": "EUR",
1987 "supportedDocuments": [
1988 "passport",
1989 "driving_licence"
1990 ]
1991 },
1992 {
1993 "alpha2": "VC",
1994 "alpha3": "VCT",
1995 "isAllowed": true,
1996 "isLightKycAllowed": false,
1997 "name": "Saint Vincent And The Grenadines",
1998 "currencyCode": "XCD",
1999 "supportedDocuments": [
2000 "passport",
2001 "driving_licence"
2002 ]
2003 },
2004 {
2005 "alpha2": "WS",
2006 "alpha3": "WSM",
2007 "isAllowed": true,
2008 "isLightKycAllowed": false,
2009 "name": "Samoa",
2010 "currencyCode": "EUR",
2011 "supportedDocuments": [
2012 "passport"
2013 ]
2014 },
2015 {
2016 "alpha2": "SM",
2017 "alpha3": "SMR",
2018 "isAllowed": true,
2019 "isLightKycAllowed": false,
2020 "name": "San Marino",
2021 "currencyCode": "EUR",
2022 "supportedDocuments": [
2023 "passport",
2024 "driving_licence",
2025 "national_identity_card"
2026 ]
2027 },
2028 {
2029 "alpha2": "ST",
2030 "alpha3": "STP",
2031 "isAllowed": true,
2032 "isLightKycAllowed": false,
2033 "name": "Sao Tome and Principe",
2034 "currencyCode": "STN",
2035 "supportedDocuments": [
2036 "passport"
2037 ]
2038 },
2039 {
2040 "alpha2": "RS",
2041 "alpha3": "SRB",
2042 "isAllowed": true,
2043 "isLightKycAllowed": false,
2044 "name": "Serbia",
2045 "currencyCode": "RSD",
2046 "supportedDocuments": [
2047 "passport",
2048 "driving_licence",
2049 "national_identity_card"
2050 ]
2051 },
2052 {
2053 "alpha2": "SC",
2054 "alpha3": "SYC",
2055 "isAllowed": true,
2056 "isLightKycAllowed": false,
2057 "name": "Seychelles",
2058 "currencyCode": "SCR",
2059 "supportedDocuments": [
2060 "passport",
2061 "driving_licence"
2062 ]
2063 },
2064 {
2065 "alpha2": "SG",
2066 "alpha3": "SGP",
2067 "isAllowed": true,
2068 "isLightKycAllowed": true,
2069 "name": "Singapore",
2070 "currencyCode": "SGD",
2071 "supportedDocuments": [
2072 "passport",
2073 "driving_licence",
2074 "national_identity_card"
2075 ],
2076 "partners": [
2077 {
2078 "name": "wyre",
2079 "isCardPayment": true,
2080 "currencyCode": "USD"
2081 }
2082 ]
2083 },
2084 {
2085 "alpha2": "SK",
2086 "alpha3": "SVK",
2087 "isAllowed": true,
2088 "isLightKycAllowed": true,
2089 "name": "Slovakia",
2090 "currencyCode": "EUR",
2091 "supportedDocuments": [
2092 "passport",
2093 "driving_licence",
2094 "national_identity_card"
2095 ],
2096 "partners": [
2097 {
2098 "name": "transak",
2099 "isCardPayment": false,
2100 "currencyCode": "EUR"
2101 },
2102 {
2103 "name": "wyre",
2104 "isCardPayment": true,
2105 "currencyCode": "EUR"
2106 }
2107 ]
2108 },
2109 {
2110 "alpha2": "SI",
2111 "alpha3": "SVN",
2112 "isAllowed": true,
2113 "isLightKycAllowed": true,
2114 "name": "Slovenia",
2115 "currencyCode": "EUR",
2116 "supportedDocuments": [
2117 "passport",
2118 "driving_licence",
2119 "national_identity_card"
2120 ],
2121 "partners": [
2122 {
2123 "name": "transak",
2124 "isCardPayment": false,
2125 "currencyCode": "EUR"
2126 },
2127 {
2128 "name": "wyre",
2129 "isCardPayment": true,
2130 "currencyCode": "EUR"
2131 }
2132 ]
2133 },
2134 {
2135 "alpha2": "SB",
2136 "alpha3": "SLB",
2137 "isAllowed": true,
2138 "isLightKycAllowed": false,
2139 "name": "Solomon Islands",
2140 "currencyCode": "SBD",
2141 "supportedDocuments": [
2142 "passport"
2143 ]
2144 },
2145 {
2146 "alpha2": "KR",
2147 "alpha3": "KOR",
2148 "isAllowed": true,
2149 "isLightKycAllowed": true,
2150 "name": "South Korea",
2151 "currencyCode": "KRW",
2152 "supportedDocuments": [
2153 "passport",
2154 "driving_licence",
2155 "national_identity_card"
2156 ],
2157 "partners": [
2158 {
2159 "name": "wyre",
2160 "isCardPayment": true,
2161 "currencyCode": "USD"
2162 }
2163 ]
2164 },
2165 {
2166 "alpha2": "ES",
2167 "alpha3": "ESP",
2168 "isAllowed": true,
2169 "isLightKycAllowed": true,
2170 "name": "Spain",
2171 "currencyCode": "EUR",
2172 "supportedDocuments": [
2173 "passport",
2174 "driving_licence",
2175 "national_identity_card"
2176 ],
2177 "partners": [
2178 {
2179 "name": "transak",
2180 "isCardPayment": false,
2181 "currencyCode": "EUR"
2182 },
2183 {
2184 "name": "wyre",
2185 "isCardPayment": true,
2186 "currencyCode": "EUR"
2187 }
2188 ]
2189 },
2190 {
2191 "alpha2": "SR",
2192 "alpha3": "SUR",
2193 "isAllowed": true,
2194 "isLightKycAllowed": false,
2195 "name": "Suriname",
2196 "currencyCode": "SRD",
2197 "supportedDocuments": [
2198 "passport",
2199 "driving_licence"
2200 ]
2201 },
2202 {
2203 "alpha2": "SJ",
2204 "alpha3": "SJM",
2205 "isAllowed": true,
2206 "isLightKycAllowed": false,
2207 "name": "Svalbard And Jan Mayen",
2208 "currencyCode": "NOK",
2209 "supportedDocuments": [
2210 "passport",
2211 "driving_licence"
2212 ]
2213 },
2214 {
2215 "alpha2": "SE",
2216 "alpha3": "SWE",
2217 "isAllowed": true,
2218 "isLightKycAllowed": true,
2219 "name": "Sweden",
2220 "currencyCode": "EUR",
2221 "supportedDocuments": [
2222 "passport",
2223 "driving_licence",
2224 "national_identity_card"
2225 ],
2226 "partners": [
2227 {
2228 "name": "transak",
2229 "isCardPayment": false,
2230 "currencyCode": "EUR"
2231 },
2232 {
2233 "name": "wyre",
2234 "isCardPayment": true,
2235 "currencyCode": "EUR"
2236 }
2237 ]
2238 },
2239 {
2240 "alpha2": "CH",
2241 "alpha3": "CHE",
2242 "isAllowed": true,
2243 "isLightKycAllowed": false,
2244 "name": "Switzerland",
2245 "currencyCode": "CHF",
2246 "supportedDocuments": [
2247 "passport",
2248 "driving_licence",
2249 "national_identity_card"
2250 ],
2251 "partners": [
2252 {
2253 "name": "transak",
2254 "isCardPayment": false,
2255 "currencyCode": "EUR"
2256 },
2257 {
2258 "name": "wyre",
2259 "isCardPayment": true,
2260 "currencyCode": "EUR"
2261 }
2262 ]
2263 },
2264 {
2265 "alpha2": "TW",
2266 "alpha3": "TWN",
2267 "isAllowed": true,
2268 "isLightKycAllowed": false,
2269 "name": "Taiwan",
2270 "currencyCode": "TWD",
2271 "supportedDocuments": [
2272 "passport",
2273 "driving_licence"
2274 ]
2275 },
2276 {
2277 "alpha2": "TJ",
2278 "alpha3": "TJK",
2279 "isAllowed": true,
2280 "isLightKycAllowed": false,
2281 "name": "Tajikistan",
2282 "currencyCode": "TJS",
2283 "supportedDocuments": [
2284 "passport",
2285 "driving_licence",
2286 "national_identity_card"
2287 ]
2288 },
2289 {
2290 "alpha2": "TL",
2291 "alpha3": "TLS",
2292 "isAllowed": true,
2293 "isLightKycAllowed": false,
2294 "name": "Timor-Leste",
2295 "currencyCode": "USD",
2296 "supportedDocuments": [
2297 "passport",
2298 "driving_licence"
2299 ]
2300 },
2301 {
2302 "alpha2": "TK",
2303 "alpha3": "TKL",
2304 "isAllowed": true,
2305 "isLightKycAllowed": false,
2306 "name": "Tokelau",
2307 "currencyCode": "NZD",
2308 "supportedDocuments": [
2309 "passport",
2310 "driving_licence"
2311 ]
2312 },
2313 {
2314 "alpha2": "TO",
2315 "alpha3": "TON",
2316 "isAllowed": true,
2317 "isLightKycAllowed": false,
2318 "name": "Tonga",
2319 "currencyCode": "TOP",
2320 "supportedDocuments": [
2321 "passport",
2322 "driving_licence"
2323 ]
2324 },
2325 {
2326 "alpha2": "TT",
2327 "alpha3": "TTO",
2328 "isAllowed": true,
2329 "isLightKycAllowed": false,
2330 "name": "Trinidad and Tobago",
2331 "currencyCode": "TTD",
2332 "supportedDocuments": [
2333 "passport",
2334 "driving_licence",
2335 "national_identity_card"
2336 ]
2337 },
2338 {
2339 "alpha2": "TR",
2340 "alpha3": "TUR",
2341 "isAllowed": true,
2342 "isLightKycAllowed": false,
2343 "name": "Turkey",
2344 "currencyCode": "TRY",
2345 "supportedDocuments": [
2346 "passport",
2347 "driving_licence",
2348 "national_identity_card"
2349 ],
2350 "partners": [
2351 {
2352 "name": "wyre",
2353 "isCardPayment": true,
2354 "currencyCode": "USD"
2355 }
2356 ]
2357 },
2358 {
2359 "alpha2": "TM",
2360 "alpha3": "TKM",
2361 "isAllowed": true,
2362 "isLightKycAllowed": false,
2363 "name": "Turkmenistan",
2364 "currencyCode": "TMT",
2365 "supportedDocuments": [
2366 "passport",
2367 "driving_licence"
2368 ]
2369 },
2370 {
2371 "alpha2": "TC",
2372 "alpha3": "TCA",
2373 "isAllowed": true,
2374 "isLightKycAllowed": false,
2375 "name": "Turks And Caicos Islands",
2376 "currencyCode": "USD",
2377 "supportedDocuments": [
2378 "passport",
2379 "driving_licence"
2380 ]
2381 },
2382 {
2383 "alpha2": "TV",
2384 "alpha3": "TUV",
2385 "isAllowed": true,
2386 "isLightKycAllowed": false,
2387 "name": "Tuvalu",
2388 "currencyCode": "AUD",
2389 "supportedDocuments": [
2390 "passport",
2391 "driving_licence"
2392 ]
2393 },
2394 {
2395 "alpha2": "VI",
2396 "alpha3": "VIR",
2397 "isAllowed": true,
2398 "isLightKycAllowed": false,
2399 "name": "U.S. Virgin Islands",
2400 "currencyCode": "USD",
2401 "supportedDocuments": [
2402 "passport"
2403 ]
2404 },
2405 {
2406 "alpha2": "AE",
2407 "alpha3": "ARE",
2408 "isAllowed": true,
2409 "isLightKycAllowed": false,
2410 "name": "United Arab Emirates",
2411 "currencyCode": "AED",
2412 "supportedDocuments": [
2413 "passport",
2414 "driving_licence",
2415 "national_identity_card"
2416 ]
2417 },
2418 {
2419 "alpha2": "GB",
2420 "alpha3": "GBR",
2421 "isAllowed": true,
2422 "isLightKycAllowed": true,
2423 "name": "United Kingdom",
2424 "currencyCode": "GBP",
2425 "supportedDocuments": [
2426 "passport",
2427 "driving_licence",
2428 "national_identity_card"
2429 ],
2430 "partners": [
2431 {
2432 "name": "transak",
2433 "isCardPayment": false,
2434 "currencyCode": "GBP"
2435 },
2436 {
2437 "name": "checkout",
2438 "isCardPayment": true,
2439 "currencyCode": "GBP"
2440 }
2441 ]
2442 },
2443 {
2444 "alpha2": "US",
2445 "alpha3": "USA",
2446 "isAllowed": true,
2447 "isLightKycAllowed": false,
2448 "name": "United States of America",
2449 "currencyCode": "USD",
2450 "supportedDocuments": [
2451 "driving_licence",
2452 "national_identity_card"
2453 ],
2454 "states": [
2455 {
2456 "code": "AL",
2457 "name": "Alabama",
2458 "isAllowed": true
2459 },
2460 {
2461 "code": "AK",
2462 "name": "Alaska",
2463 "isAllowed": false
2464 },
2465 {
2466 "code": "AZ",
2467 "name": "Arizona",
2468 "isAllowed": true
2469 },
2470 {
2471 "code": "AR",
2472 "name": "Arkansas",
2473 "isAllowed": true
2474 },
2475 {
2476 "code": "CA",
2477 "name": "California",
2478 "isAllowed": true
2479 },
2480 {
2481 "code": "CO",
2482 "name": "Colorado",
2483 "isAllowed": true
2484 },
2485 {
2486 "code": "CT",
2487 "name": "Connecticut",
2488 "isAllowed": true
2489 },
2490 {
2491 "code": "DE",
2492 "name": "Delaware",
2493 "isAllowed": true
2494 },
2495 {
2496 "code": "DC",
2497 "name": "District of Columbia",
2498 "isAllowed": true
2499 },
2500 {
2501 "code": "FL",
2502 "name": "Florida",
2503 "isAllowed": true
2504 },
2505 {
2506 "code": "GA",
2507 "name": "Georgia",
2508 "isAllowed": true
2509 },
2510 {
2511 "code": "HI",
2512 "name": "Hawaii",
2513 "isAllowed": true
2514 },
2515 {
2516 "code": "ID",
2517 "name": "Idaho",
2518 "isAllowed": true
2519 },
2520 {
2521 "code": "IL",
2522 "name": "Illinois",
2523 "isAllowed": true
2524 },
2525 {
2526 "code": "IN",
2527 "name": "Indiana",
2528 "isAllowed": true
2529 },
2530 {
2531 "code": "IA",
2532 "name": "Iowa",
2533 "isAllowed": true
2534 },
2535 {
2536 "code": "KS",
2537 "name": "Kansas",
2538 "isAllowed": true
2539 },
2540 {
2541 "code": "KY",
2542 "name": "Kentucky",
2543 "isAllowed": true
2544 },
2545 {
2546 "code": "LA",
2547 "name": "Louisiana",
2548 "isAllowed": false
2549 },
2550 {
2551 "code": "ME",
2552 "name": "Maine",
2553 "isAllowed": true
2554 },
2555 {
2556 "code": "MD",
2557 "name": "Maryland",
2558 "isAllowed": true
2559 },
2560 {
2561 "code": "MA",
2562 "name": "Massachusetts",
2563 "isAllowed": true
2564 },
2565 {
2566 "code": "MI",
2567 "name": "Michigan",
2568 "isAllowed": true
2569 },
2570 {
2571 "code": "MN",
2572 "name": "Minnesota",
2573 "isAllowed": false
2574 },
2575 {
2576 "code": "MS",
2577 "name": "Mississippi",
2578 "isAllowed": true
2579 },
2580 {
2581 "code": "MO",
2582 "name": "Missouri",
2583 "isAllowed": true
2584 },
2585 {
2586 "code": "MT",
2587 "name": "Montana",
2588 "isAllowed": true
2589 },
2590 {
2591 "code": "NE",
2592 "name": "Nebraska",
2593 "isAllowed": true
2594 },
2595 {
2596 "code": "NV",
2597 "name": "Nevada",
2598 "isAllowed": true
2599 },
2600 {
2601 "code": "NH",
2602 "name": "New Hampshire",
2603 "isAllowed": true
2604 },
2605 {
2606 "code": "NJ",
2607 "name": "New Jersey",
2608 "isAllowed": true
2609 },
2610 {
2611 "code": "NM",
2612 "name": "New Mexico",
2613 "isAllowed": true
2614 },
2615 {
2616 "code": "NY",
2617 "name": "New York",
2618 "isAllowed": false
2619 },
2620 {
2621 "code": "NC",
2622 "name": "North Carolina",
2623 "isAllowed": true
2624 },
2625 {
2626 "code": "ND",
2627 "name": "North Dakota",
2628 "isAllowed": false
2629 },
2630 {
2631 "code": "OH",
2632 "name": "Ohio",
2633 "isAllowed": true
2634 },
2635 {
2636 "code": "OK",
2637 "name": "Oklahoma",
2638 "isAllowed": true
2639 },
2640 {
2641 "code": "OR",
2642 "name": "Oregon",
2643 "isAllowed": true
2644 },
2645 {
2646 "code": "PA",
2647 "name": "Pennsylvania",
2648 "isAllowed": true
2649 },
2650 {
2651 "code": "PR",
2652 "name": "Puerto Rico",
2653 "isAllowed": true
2654 },
2655 {
2656 "code": "RI",
2657 "name": "Rhode Island",
2658 "isAllowed": true
2659 },
2660 {
2661 "code": "SC",
2662 "name": "South Carolina",
2663 "isAllowed": true
2664 },
2665 {
2666 "code": "SD",
2667 "name": "South Dakota",
2668 "isAllowed": true
2669 },
2670 {
2671 "code": "TN",
2672 "name": "Tennessee",
2673 "isAllowed": true
2674 },
2675 {
2676 "code": "TX",
2677 "name": "Texas",
2678 "isAllowed": true
2679 },
2680 {
2681 "code": "UT",
2682 "name": "Utah",
2683 "isAllowed": true
2684 },
2685 {
2686 "code": "VT",
2687 "name": "Vermont",
2688 "isAllowed": true
2689 },
2690 {
2691 "code": "VA",
2692 "name": "Virginia",
2693 "isAllowed": true
2694 },
2695 {
2696 "code": "VI",
2697 "name": "Virgin Islands (U.S.)",
2698 "isAllowed": false
2699 },
2700 {
2701 "code": "WA",
2702 "name": "Washington",
2703 "isAllowed": true
2704 },
2705 {
2706 "code": "WV",
2707 "name": "West Virginia",
2708 "isAllowed": true
2709 },
2710 {
2711 "code": "WI",
2712 "name": "Wisconsin",
2713 "isAllowed": true
2714 },
2715 {
2716 "code": "WY",
2717 "name": "Wyoming",
2718 "isAllowed": true
2719 }
2720 ],
2721 "partners": [
2722 {
2723 "name": "wyre",
2724 "isCardPayment": true,
2725 "currencyCode": "USD"
2726 }
2727 ]
2728 },
2729 {
2730 "alpha2": "UY",
2731 "alpha3": "URY",
2732 "isAllowed": true,
2733 "isLightKycAllowed": false,
2734 "name": "Uruguay",
2735 "currencyCode": "UYU",
2736 "supportedDocuments": [
2737 "passport",
2738 "driving_licence",
2739 "national_identity_card"
2740 ]
2741 },
2742 {
2743 "alpha2": "UZ",
2744 "alpha3": "UZB",
2745 "isAllowed": true,
2746 "isLightKycAllowed": false,
2747 "name": "Uzbekistan",
2748 "currencyCode": "UZS",
2749 "supportedDocuments": [
2750 "passport",
2751 "driving_licence"
2752 ]
2753 },
2754 {
2755 "alpha2": "VA",
2756 "alpha3": "VAT",
2757 "isAllowed": true,
2758 "isLightKycAllowed": false,
2759 "name": "Vatican City State (Holy See)",
2760 "currencyCode": "EUR",
2761 "supportedDocuments": [
2762 "passport",
2763 "driving_licence"
2764 ]
2765 },
2766 {
2767 "alpha2": "WF",
2768 "alpha3": "WLF",
2769 "isAllowed": true,
2770 "isLightKycAllowed": false,
2771 "name": "Wallis And Futuna",
2772 "currencyCode": "XPF",
2773 "supportedDocuments": [
2774 "passport",
2775 "driving_licence"
2776 ]
2777 },
2778 {
2779 "alpha2": "EH",
2780 "alpha3": "ESH",
2781 "isAllowed": true,
2782 "isLightKycAllowed": false,
2783 "name": "Western Sahara",
2784 "currencyCode": "MAD",
2785 "supportedDocuments": [
2786 "passport"
2787 ]
2788 },
2789 {
2790 "alpha2": "AX",
2791 "alpha3": "ALA",
2792 "isAllowed": true,
2793 "isLightKycAllowed": false,
2794 "name": "Åland Islands",
2795 "currencyCode": "EUR",
2796 "supportedDocuments": [
2797 "passport",
2798 "driving_licence"
2799 ]
2800 }
2801 ]
2802}
The Get Countries is a public API endpoint that allows you to retrieve the list of supported countries in the Transak ecosystem. This API helps you identify which countries are supported for KYC verification, and supported documents like passports, driving licenses, and national identity cards.
Was this page helpful?
Previous

Create Widget URL

Next

Get Crypto Currencies

Built with

Response

Countries fetched successfully
responselist of objects