PageRenderTime 25ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/vendor/plugins/active_merchant/test/fixtures.yml

https://github.com/bennett/xlsuite
YAML | 301 lines | 215 code | 57 blank | 29 comment | 0 complexity | 322bb48332c1455bfe3ce07f61e284b8 MD5 | raw file
  1. # This file has all of the ActiveMerchant test account credentials.
  2. # Many gateways do not offer publicly available test accounts. In
  3. # order to make testing the gateways easy you can copy this file to
  4. # your home directory as the file ~/.active_merchant/fixtures.yml
  5. # You can then place your own test account credentials in your local
  6. # copy of the file.
  7. #
  8. # If the login is numeric, ensure that you place quotes around it.
  9. # Leading zeros will be lost when YAML parses the file if you don't.
  10. #
  11. # Paste any required PEM certificates after the pem key.
  12. #
  13. authorize_net:
  14. login: X
  15. password: Y
  16. beanstream:
  17. login: merchant id
  18. user: username
  19. password: password
  20. beanstream_interac:
  21. login: merchant id
  22. user: username
  23. password: password
  24. braintree:
  25. login: demo
  26. password: password
  27. card_stream:
  28. login: X
  29. password: Y
  30. cyber_source:
  31. login: X
  32. password: Y
  33. data_cash:
  34. login: X
  35. password: Y
  36. efsnet:
  37. login: X
  38. password: Y
  39. # Working credentials, no need to replace
  40. eway:
  41. login: '87654321'
  42. # Working credentials, no need to replace
  43. exact:
  44. login: "A00427-01"
  45. password: testus
  46. ideal_ing_postbank:
  47. login: LOGIN
  48. password: PASSWORD
  49. pem: |--
  50. PASTE YOUR PEM FILE HERE
  51. linkpoint:
  52. login: STOREID
  53. pem: |--
  54. PASTE YOUR PEM FILE HERE
  55. modern_payments:
  56. login: login
  57. password: password
  58. # Working credentials, no need to replace
  59. moneris:
  60. login: store1
  61. password: yesguy
  62. # Working credentials, no need to replace
  63. # Contact Netbilling for login info to the admin area
  64. netbilling:
  65. login: '104901072025'
  66. net_registry:
  67. login: X
  68. password: Y
  69. payflow:
  70. login: LOGIN
  71. password: PASSWORD
  72. partner: PayPal
  73. payflow_uk:
  74. login: LOGIN
  75. password: PASSWORD
  76. partner: PayPalUk
  77. # Working credentials, no need to replace
  78. pay_junction:
  79. login: 'pj-ql-01'
  80. password: 'pj-ql-01p'
  81. payment_express:
  82. login: LOGIN
  83. password: PASSWORD
  84. # You can use either your API PEM file or API signature with PayPal.
  85. paypal_certificate:
  86. login: LOGIN
  87. password: PASSWORD
  88. subject:
  89. pem: |--
  90. PASTE YOUR PEM FILE HERE
  91. paypal_signature:
  92. login: LOGIN
  93. password: PASSWORD
  94. signature: SIGNATURE
  95. pay_secure:
  96. login: LOGIN
  97. password: PASSWORD
  98. plugnpay:
  99. login: LOGIN
  100. password: PASSWORD
  101. protx:
  102. login: LOGIN
  103. # Working credentials, no need to replace
  104. psigate:
  105. login: teststore
  106. password: psigate1234
  107. psl_card:
  108. login: LOGIN
  109. # PSL doesn't want the test data made public
  110. psl_maestro:
  111. number:
  112. month:
  113. year:
  114. verification_value:
  115. issue_number:
  116. psl_maestro_address:
  117. address1:
  118. address2:
  119. city:
  120. state:
  121. zip:
  122. psl_solo:
  123. number:
  124. month:
  125. year:
  126. verification_value:
  127. issue_number:
  128. psl_solo_address:
  129. address1:
  130. city:
  131. state:
  132. zip:
  133. psl_visa:
  134. number:
  135. month:
  136. year:
  137. verification_value:
  138. psl_visa_address:
  139. address1:
  140. address2:
  141. address3:
  142. city:
  143. zip:
  144. quickpay:
  145. login: X
  146. password: Y
  147. realex:
  148. login: X
  149. password: Y
  150. realex_with_account:
  151. login: X
  152. password: Y
  153. account: testaccount
  154. # Realex doesn't provide public testing data
  155. # Fill in the card numbers with the Realex test
  156. # data.
  157. realex_visa:
  158. number:
  159. month: '6'
  160. year: '2020'
  161. verification_value: '123'
  162. realex_visa_declined:
  163. number:
  164. month: '6'
  165. year: '2020'
  166. verification_value: '123'
  167. realex_visa_referral_a:
  168. number:
  169. month: '6'
  170. year: '2020'
  171. verification_value: '123'
  172. realex_visa_referral_b:
  173. number:
  174. month: '6'
  175. year: '2020'
  176. verification_value: '123'
  177. realex_visa_coms_error:
  178. number:
  179. month: '6'
  180. year: '2020'
  181. verification_value: '123'
  182. realex_mastercard:
  183. number:
  184. month: '6'
  185. year: '2020'
  186. verification_value: '123'
  187. realex_mastercard_declined:
  188. number:
  189. month: '6'
  190. year: '2020'
  191. verification_value: '123'
  192. realex_mastercard_referral_a:
  193. number:
  194. month: '6'
  195. year: '2020'
  196. verification_value: '123'
  197. realex_mastercard_referral_b:
  198. number:
  199. month: '6'
  200. year: '2020'
  201. verification_value: '123'
  202. realex_mastercard_coms_error:
  203. number:
  204. month: '6'
  205. year: '2020'
  206. verification_value: '123'
  207. sage:
  208. login: login
  209. password: password
  210. secure_pay:
  211. login: LOGIN
  212. password: PASSWORD
  213. secure_pay_tech:
  214. login: TESTDIGISPL1
  215. password: d557591484cb2cd12bba445aba420d2c69cd6a88
  216. secure_pay_au:
  217. login:
  218. password:
  219. # Replace with your serial numbers for the skipjack test environment
  220. skipjack:
  221. login: X
  222. password: Y
  223. trans_first:
  224. login: LOGIN
  225. password: PASSWORD
  226. # Working credentials, no need to replace
  227. trust_commerce:
  228. login: 'TestMerchant'
  229. password: 'password'
  230. # Working credentials, no need to replace
  231. usa_epay:
  232. login: 'yCaWGYQsSVR0S48B6AKMK07RQhaxHvGu'
  233. # Working credentials, no need to replace
  234. verify:
  235. login: 'demo'
  236. password: 'password'
  237. viaklix:
  238. login: LOGIN
  239. password: PASSWORD
  240. user: USER
  241. # Working test credentials, no need to replace
  242. wirecard:
  243. login: 56500
  244. password: TestXAPTER