forked from RikudouSage/QrPaymentBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrikudou_qr_payment.yaml
111 lines (111 loc) · 2.77 KB
/
rikudou_qr_payment.yaml
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
rikudou_qr_payment:
cz: # Czech Republic
# you don't have to set all three, either account and bank code or IBAN
account: ''
bankCode: ''
iban: ''
options:
variableSymbol: ''
specificSymbol: ''
constantSymbol: ''
currency: 'CZK'
comment: ''
repeat: 7 # how many days should the bank try to repeat the payment
internalId: ''
amount: 0.0
country: 'CZ'
dueDays: 14 # in how many days is the payment due
sk: # Slovakia
account: ''
bankCode: ''
iban: ''
options:
variableSymbol: ''
specificSymbol: ''
constantSymbol: ''
currency: 'EUR'
comment: ''
internalId: ''
amount: 0.0
country: 'SK'
swift: '' # required
dueDays: 14
eu: # Generic European Union settings
iban: ''
options:
character_set: 'utf-8' # valid options: utf-8, iso-8859-1, iso-8859-2, iso-8859-4, iso-8859-5, iso-8859-7, iso-8859-10, iso-8859-15
bic: '' # BIC and SWIFT are the same thing, in this library swift is alias to bic and thus BIC takes precedence
swift: ''
beneficiary_name: ''
amount: 0.0
purpose: '' # see the rikudou\EuQrPayment\Sepa\Purpose class
remittance_text: ''
information: '' # information and comment are the same thing, information has precedence over comment
comment: ''
currency: 'EUR'
# uncomment the below lines to set different defaults per supported country, format is the same as for eu
# de: # Germany
# iban: ''
# options:
# character_set: 'utf-8'
# bic: ''
# swift: ''
# beneficiary_name: ''
# amount: 0.0
# purpose: ''
# remittance_text: ''
# information: ''
# comment: ''
# currency: 'EUR'
# at: # Austria
# iban: ''
# options:
# character_set: 'utf-8'
# bic: ''
# swift: ''
# beneficiary_name: ''
# amount: 0.0
# purpose: ''
# remittance_text: ''
# information: ''
# comment: ''
# currency: 'EUR'
# nl: # Netherlands
# iban: ''
# options:
# character_set: 'utf-8'
# bic: ''
# swift: ''
# beneficiary_name: ''
# amount: 0.0
# purpose: ''
# remittance_text: ''
# information: ''
# comment: ''
# currency: 'EUR'
# be: # Belgium
# iban: ''
# options:
# character_set: 'utf-8'
# bic: ''
# swift: ''
# beneficiary_name: ''
# amount: 0.0
# purpose: ''
# remittance_text: ''
# information: ''
# comment: ''
# currency: 'EUR'
# fi: # Finland
# iban: ''
# options:
# character_set: 'utf-8'
# bic: ''
# swift: ''
# beneficiary_name: ''
# amount: 0.0
# purpose: ''
# remittance_text: ''
# information: ''
# comment: ''
# currency: 'EUR'