merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

test_merchant_api-cs.conf (2296B)


      1 # This file is in the public domain.
      2 @INLINE@ test_merchant_api.conf
      3 
      4 [coin_eur_ct_1]
      5 value = EUR:0.01
      6 duration_withdraw = 7 days
      7 duration_spend = 2 years
      8 duration_legal = 3 years
      9 fee_withdraw = EUR:0.00
     10 fee_deposit = EUR:0.00
     11 fee_refresh = EUR:0.01
     12 fee_refund = EUR:0.01
     13 rsa_keysize = 1024
     14 CIPHER = CS
     15 
     16 [coin_eur_ct_10]
     17 value = EUR:0.10
     18 duration_withdraw = 7 days
     19 duration_spend = 2 years
     20 duration_legal = 3 years
     21 fee_withdraw = EUR:0.01
     22 fee_deposit = EUR:0.01
     23 fee_refresh = EUR:0.03
     24 fee_refund = EUR:0.01
     25 rsa_keysize = 1024
     26 CIPHER = CS
     27 
     28 [coin_eur_1]
     29 value = EUR:1
     30 duration_withdraw = 7 days
     31 duration_spend = 2 years
     32 duration_legal = 3 years
     33 fee_withdraw = EUR:0.01
     34 fee_deposit = EUR:0.01
     35 fee_refresh = EUR:0.03
     36 fee_refund = EUR:0.01
     37 rsa_keysize = 1024
     38 CIPHER = CS
     39 
     40 [coin_eur_5]
     41 value = EUR:5
     42 duration_withdraw = 7 days
     43 duration_spend = 2 years
     44 duration_legal = 3 years
     45 fee_withdraw = EUR:0.01
     46 fee_deposit = EUR:0.01
     47 fee_refresh = EUR:0.03
     48 fee_refund = EUR:0.01
     49 rsa_keysize = 1024
     50 CIPHER = CS
     51 
     52 
     53 
     54 
     55 # Sections starting with "doco_" specify which denominations
     56 # the donau should support (and their respective fee structure)
     57 [doco_eur_ct_1]
     58 value = EUR:0.01
     59 duration_withdraw = 1 year
     60 anchor_round = 1 year
     61 duration_spend = 2 years
     62 duration_legal = 3 years
     63 fee_withdraw = EUR:0.00
     64 fee_deposit = EUR:0.00
     65 fee_refresh = EUR:0.01
     66 fee_refund = EUR:0.01
     67 CIPHER = CS
     68 
     69 
     70 [doco_eur_ct_10]
     71 value = EUR:0.10
     72 duration_withdraw = 1 year
     73 anchor_round = 1 year
     74 duration_spend = 2 years
     75 duration_legal = 3 years
     76 fee_withdraw = EUR:0.01
     77 fee_deposit = EUR:0.01
     78 fee_refresh = EUR:0.03
     79 fee_refund = EUR:0.01
     80 CIPHER = CS
     81 
     82 
     83 [doco_eur_1]
     84 value = EUR:1
     85 duration_withdraw = 1 year
     86 anchor_round = 1 year
     87 duration_spend = 2 years
     88 duration_legal = 3 years
     89 fee_withdraw = EUR:0.01
     90 fee_deposit = EUR:0.01
     91 fee_refresh = EUR:0.03
     92 fee_refund = EUR:0.01
     93 CIPHER = CS
     94 
     95 
     96 [doco_eur_5]
     97 value = EUR:5
     98 duration_withdraw = 1 year
     99 anchor_round = 1 year
    100 duration_spend = 2 years
    101 duration_legal = 3 years
    102 fee_withdraw = EUR:0.01
    103 fee_deposit = EUR:0.01
    104 fee_refresh = EUR:0.03
    105 fee_refund = EUR:0.01
    106 CIPHER = CS
    107 
    108 
    109 [doco_eur_10]
    110 value = EUR:10
    111 duration_withdraw = 1 year
    112 anchor_round = 1 year
    113 duration_spend = 2 years
    114 duration_legal = 3 years
    115 fee_withdraw = EUR:0.01
    116 fee_deposit = EUR:0.01
    117 fee_refresh = EUR:0.03
    118 fee_refund = EUR:0.01
    119 CIPHER = CS