Implement bank transfer app flows

This commit is contained in:
2026-06-08 00:03:57 +05:00
parent ef877217ad
commit 9b281d48a7
127 changed files with 8008 additions and 90 deletions
@@ -0,0 +1,4 @@
{
"images": [{"filename": "amex_credit_gold.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "amex_credit_green.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "amex_debit_gold.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "amex_debit_green.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "amex_platinum.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "defaultcard.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_business_debit.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_gold.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_islamic.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_masveriyaa.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_odiveriyaa.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_passport.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_platinum.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_prepaid.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_prepaid_business.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_prepaid_travel.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "master_world.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_corporate.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_credit.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_debit.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_debit_generic.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_debit_islamic.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_debit_platinum.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_gold.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_infinite.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_platinum.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_student_black.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_student_blue.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "fais_wear_smart_sticker.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "faisa_card.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "faisa_wear_ring_black.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "faisa_wear_ring_floral.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_bingaa.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_bingaa_mvr.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_bingaa_usd.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_black_platinum.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_blue_everyday.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

@@ -0,0 +1,4 @@
{
"images": [{"filename": "visa_business.png", "idiom": "universal", "scale": "1x"}],
"info": {"author": "xcode", "version": 1}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB