|
6 | 6 | $result = \Paynl\Alliance\Merchant::add( |
7 | 7 | array( |
8 | 8 | // Required |
9 | | - 'companyName' => 'allianceAddTest', |
10 | | - 'cocNumber' => '54212458', |
| 9 | + 'companyName' => 'Addv3Test', |
| 10 | + 'cocNumber' => '54292456', |
11 | 11 | 'street' => 'Kopersteden', |
12 | 12 | 'houseNumber' => '10', |
13 | 13 | 'postalCode' => '7547 TK', |
|
16 | 16 | 'accounts' => array( |
17 | 17 | // Minimum of 1 account, you can add more, one account must be primary, the other accounts cannot be primary |
18 | 18 | array( |
19 | | - 'primary' => true, |
20 | | - // One account must be primary |
21 | 19 | 'email' => 'email@test.nl', |
22 | 20 | 'firstname' => 'Andy', |
23 | 21 | 'lastname' => 'Pieters', |
24 | 22 | 'gender' => 'male', |
25 | 23 | 'authorisedToSign' => 2, |
26 | 24 | //0 not authorised, 1 authorised independently, 2 shared authority to sign |
27 | | - 'ubo' => true, |
28 | | - // Ultimate beneficial owner (25% of more shares) |
| 25 | + 'ubo' => 50, //percentage of shares |
| 26 | + 'hasAccess'=> true, |
| 27 | +// 'language' => 'nl', |
| 28 | + 'useCompanyAuth' => true // All company rights |
29 | 29 | ), |
30 | 30 | array( |
31 | | - 'primary' => false, |
32 | 31 | 'email' => 'email2@test.nl', |
33 | 32 | 'firstname' => 'Mede', |
34 | 33 | 'lastname' => 'Eigenaar', |
35 | 34 | 'gender' => 'female', |
36 | 35 | 'authorisedToSign' => 2, |
37 | 36 | //0 not authorised, 1 authorised independently, 2 shared authority to sign |
38 | | - 'ubo' => true, |
39 | | - // Ultimate beneficial owner (25% of more shares) |
| 37 | + 'ubo' => 25, //percentage of shares |
| 38 | + 'hasAccess'=> true, |
| 39 | +// 'language' => 'en', |
| 40 | + 'useCompanyAuth' => false // All company rights |
40 | 41 | ), |
41 | 42 | array( |
42 | | - 'primary' => false, |
43 | 43 | 'email' => 'email4@test.nl', |
44 | 44 | 'firstname' => 'Mede', |
45 | 45 | 'lastname' => 'Eigenaar', |
46 | 46 | 'gender' => 'female', |
47 | 47 | 'authorisedToSign' => 2, |
48 | 48 | //0 not authorised, 1 authorised independently, 2 shared authority to sign |
49 | | - 'ubo' => true, |
50 | | - // Ultimate beneficial owner (25% of more shares) |
| 49 | + 'ubo' => 25, //percentage of shares |
| 50 | + 'hasAccess'=> false, |
| 51 | +// 'language' => 'de', |
| 52 | + 'useCompanyAuth' => false // All company rights |
| 53 | + ), |
| 54 | + array( |
| 55 | + 'email' => 'email5@test.nl', |
| 56 | + 'firstname' => 'Mede', |
| 57 | + 'lastname' => 'Eigenaar2', |
| 58 | + 'gender' => 'female', |
| 59 | + 'authorisedToSign' => 0, |
| 60 | + //0 not authorised, 1 authorised independently, 2 shared authority to sign |
| 61 | + 'ubo' => false, //percentage of shares |
| 62 | + 'hasAccess'=> true, |
| 63 | +// 'language' => 'de', |
| 64 | + 'useCompanyAuth' => false // All company rights |
51 | 65 | ), |
52 | 66 | ), |
53 | 67 |
|
|
64 | 78 | 'bankAccountOwner' => 'Andy Pieters', |
65 | 79 | 'bankAccountNumber' => 'NL91ABNA0417164300', |
66 | 80 | 'bankAccountBIC' => 'ABNANL2A', |
67 | | - 'vatNumber' => 'NL123412413', |
| 81 | +// 'vatNumber' => 'NL807960147B01', |
68 | 82 | 'packageName' => 'Alliance', // Alliance or AlliancePlus |
69 | 83 |
|
70 | 84 | // 'referralProfileId' => 'CP-1234-1234', // Only use this if you know what it is |
|
0 commit comments