Advertisement
shahin7511

account register response

May 24th, 2017
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. {
  2. "status": "ok",
  3. "message": "User registered successfully",
  4. "user": {
  5. "name": "shahin",
  6. "email": "01955288181@gmail.com",
  7. "phone": "01955288181",
  8. "updated_at": "2017-05-24 06:06:29",
  9. "created_at": "2017-05-24 06:06:22",
  10. "id": 9,
  11. "stripe_account_id": "acct_1AMsdeIL9t1alsLI"
  12. },
  13. "strip_account": {
  14. "id": "acct_1AMsdeIL9t1alsLI",
  15. "object": "account",
  16. "business_logo": null,
  17. "business_name": null,
  18. "business_url": null,
  19. "charges_enabled": true,
  20. "country": "US",
  21. "debit_negative_balances": false,
  22. "decline_charge_on": {
  23. "avs_failure": false,
  24. "cvc_failure": false
  25. },
  26. "default_currency": "usd",
  27. "details_submitted": false,
  28. "display_name": null,
  29. "email": "01955288181@gmail.com",
  30. "external_accounts": {
  31. "object": "list",
  32. "data": [],
  33. "has_more": false,
  34. "total_count": 0,
  35. "url": "/v1/accounts/acct_1AMsdeIL9t1alsLI/external_accounts"
  36. },
  37. "keys": {
  38. "secret": "sk_test_Pw0W5cIPg9al8DmlW0sA5Qc1",
  39. "publishable": "pk_test_GJ4FBMslVuwH2mHeZycURDvw"
  40. },
  41. "legal_entity": {
  42. "additional_owners": null,
  43. "address": {
  44. "city": null,
  45. "country": "US",
  46. "line1": null,
  47. "line2": null,
  48. "postal_code": null,
  49. "state": null
  50. },
  51. "address_kana": {
  52. "city": null,
  53. "country": "US",
  54. "line1": null,
  55. "line2": null,
  56. "postal_code": null,
  57. "state": null,
  58. "town": null
  59. },
  60. "address_kanji": {
  61. "city": null,
  62. "country": "US",
  63. "line1": null,
  64. "line2": null,
  65. "postal_code": null,
  66. "state": null,
  67. "town": null
  68. },
  69. "business_name": null,
  70. "business_name_kana": null,
  71. "business_name_kanji": null,
  72. "business_tax_id_provided": false,
  73. "business_vat_id_provided": false,
  74. "dob": {
  75. "day": null,
  76. "month": null,
  77. "year": null
  78. },
  79. "first_name": null,
  80. "first_name_kana": null,
  81. "first_name_kanji": null,
  82. "gender": null,
  83. "last_name": null,
  84. "last_name_kana": null,
  85. "last_name_kanji": null,
  86. "maiden_name": null,
  87. "personal_address": {
  88. "city": null,
  89. "country": "US",
  90. "line1": null,
  91. "line2": null,
  92. "postal_code": null,
  93. "state": null
  94. },
  95. "personal_address_kana": {
  96. "city": null,
  97. "country": "US",
  98. "line1": null,
  99. "line2": null,
  100. "postal_code": null,
  101. "state": null,
  102. "town": null
  103. },
  104. "personal_address_kanji": {
  105. "city": null,
  106. "country": "US",
  107. "line1": null,
  108. "line2": null,
  109. "postal_code": null,
  110. "state": null,
  111. "town": null
  112. },
  113. "personal_id_number_provided": false,
  114. "phone_number": null,
  115. "ssn_last_4_provided": false,
  116. "type": null,
  117. "verification": {
  118. "details": null,
  119. "details_code": null,
  120. "document": null,
  121. "status": "unverified"
  122. }
  123. },
  124. "managed": true,
  125. "metadata": [],
  126. "product_description": null,
  127. "statement_descriptor": null,
  128. "support_email": null,
  129. "support_phone": null,
  130. "timezone": "Etc/UTC",
  131. "tos_acceptance": {
  132. "date": null,
  133. "ip": null,
  134. "user_agent": null
  135. },
  136. "verification": {
  137. "disabled_reason": "fields_needed",
  138. "due_by": null,
  139. "fields_needed": [
  140. "legal_entity.dob.day",
  141. "legal_entity.dob.month",
  142. "legal_entity.dob.year",
  143. "legal_entity.first_name",
  144. "legal_entity.last_name",
  145. "legal_entity.type",
  146. "tos_acceptance.date",
  147. "tos_acceptance.ip",
  148. "bank_account"
  149. ],
  150. "contacted": false
  151. },
  152. "transfers_enabled": false,
  153. "transfer_schedule": {
  154. "delay_days": 2,
  155. "interval": "daily"
  156. },
  157. "transfer_statement_descriptor": null,
  158. "currencies_supported": [
  159. "usd",
  160. "aed",
  161. "afn",
  162. "all",
  163. "amd",
  164. "ang",
  165. "aoa",
  166. "ars",
  167. "aud",
  168. "awg",
  169. "azn",
  170. "bam",
  171. "bbd",
  172. "bdt",
  173. "bgn",
  174. "bif",
  175. "bmd",
  176. "bnd",
  177. "bob",
  178. "brl",
  179. "bsd",
  180. "bwp",
  181. "bzd",
  182. "cad",
  183. "cdf",
  184. "chf",
  185. "clp",
  186. "cny",
  187. "cop",
  188. "crc",
  189. "cve",
  190. "czk",
  191. "djf",
  192. "dkk",
  193. "dop",
  194. "dzd",
  195. "egp",
  196. "etb",
  197. "eur",
  198. "fjd",
  199. "fkp",
  200. "gbp",
  201. "gel",
  202. "gip",
  203. "gmd",
  204. "gnf",
  205. "gtq",
  206. "gyd",
  207. "hkd",
  208. "hnl",
  209. "hrk",
  210. "htg",
  211. "huf",
  212. "idr",
  213. "ils",
  214. "inr",
  215. "isk",
  216. "jmd",
  217. "jpy",
  218. "kes",
  219. "kgs",
  220. "khr",
  221. "kmf",
  222. "krw",
  223. "kyd",
  224. "kzt",
  225. "lak",
  226. "lbp",
  227. "lkr",
  228. "lrd",
  229. "lsl",
  230. "mad",
  231. "mdl",
  232. "mga",
  233. "mkd",
  234. "mmk",
  235. "mnt",
  236. "mop",
  237. "mro",
  238. "mur",
  239. "mvr",
  240. "mwk",
  241. "mxn",
  242. "myr",
  243. "mzn",
  244. "nad",
  245. "ngn",
  246. "nio",
  247. "nok",
  248. "npr",
  249. "nzd",
  250. "pab",
  251. "pen",
  252. "pgk",
  253. "php",
  254. "pkr",
  255. "pln",
  256. "pyg",
  257. "qar",
  258. "ron",
  259. "rsd",
  260. "rub",
  261. "rwf",
  262. "sar",
  263. "sbd",
  264. "scr",
  265. "sek",
  266. "sgd",
  267. "shp",
  268. "sll",
  269. "sos",
  270. "srd",
  271. "std",
  272. "svc",
  273. "szl",
  274. "thb",
  275. "tjs",
  276. "top",
  277. "try",
  278. "ttd",
  279. "twd",
  280. "tzs",
  281. "uah",
  282. "ugx",
  283. "uyu",
  284. "uzs",
  285. "vnd",
  286. "vuv",
  287. "wst",
  288. "xaf",
  289. "xcd",
  290. "xof",
  291. "xpf",
  292. "yer",
  293. "zar",
  294. "zmw"
  295. ],
  296. "bank_accounts": {
  297. "object": "list",
  298. "data": [],
  299. "has_more": false,
  300. "total_count": 0,
  301. "url": "/v1/accounts/acct_1AMsdeIL9t1alsLI/bank_accounts"
  302. }
  303. }
  304. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement