Advertisement
Guest User

Stripe Payment

a guest
Oct 29th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. request{
  2.  
  3. email: "*@hotmail.com"
  4. validation_type: "card"
  5. payment_user_agent: "Stripe Checkout v3 (stripe.js/*)"
  6. user_agent: "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)"
  7. device_id: "*"
  8. referrer: "https://rafflecreator.com/*"
  9. verification_allowed: "true"
  10. time_checkout_opened: "1446022061"
  11. time_checkout_loaded: "1446022009"
  12. card:
  13. number: "**** **** **** ****"
  14. cvc: "***"
  15. exp_month: "*"
  16. exp_year: "*"
  17. name: "*@hotmail.com"
  18. key: "pk_*"
  19. callback: "sjsonp*"
  20. _method: "POST"
  21.  
  22.  
  23.  
  24. response{
  25.  
  26. id: tok_**
  27. object: "token"
  28. card:
  29. id: card_**
  30. object: "card"
  31. address_city: null
  32. address_country: null
  33. address_line1: null
  34. address_line1_check: null
  35. address_line2: null
  36. address_state: null
  37. address_zip: null
  38. address_zip_check: null
  39. brand: "Visa"
  40. country: "*"
  41. cvc_check: null
  42. dynamic_last4: null
  43. exp_month: *
  44. exp_year: *
  45. funding: "credit"
  46. last4: "*"
  47. metadata:
  48. name: "*@hotmail.com"
  49. tokenization_method: null
  50. fingerprint: "*"
  51. type: "Visa"
  52. customer: null
  53. client_ip: "*"
  54. created: 1446022126
  55. email: "*"
  56. livemode: true
  57. type: "card"
  58. used: false
  59. verification_allowed: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement