Advertisement
victorbh

Untitled

Nov 28th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. {
  2. "transaction": {
  3. "serviceid": "36255",
  4. "amount": 100,
  5. "domain": "create4.us",
  6. "callback": "http://www.create4.us/return",
  7. "enviroment": "sandbox",
  8. "fraud_analysis": "true",
  9. "browser": {
  10. "type": "firefox",
  11. "cookies_accepted": "false",
  12. "host_name": "teste",
  13. "ip_address": "135.968.753.658",
  14. "finger_print": "9586a998fKAsN5as"
  15. },
  16. "payment": {
  17. "method": "Boleto",
  18. "type": "default",
  19. "currency": "BRL",
  20. "brand": "bradesco",
  21. "title": "Pagamento Bradesco",
  22. "instructions": "Instruções para pagamento Bradesco",
  23. "description": "Descrição Pagamento Bradesco",
  24. "overdue": "2018-12-15",
  25. "metadata": {},
  26. "cards": {
  27. "soft_description": "CreditCard",
  28. "card_token": "2c9354e339ed766f2069f38200f2409a",
  29. "number": "411111111111111",
  30. "capture": "true",
  31. "month": 12,
  32. "year": 23,
  33. "cvv": 123,
  34. "installments": 1,
  35. "holder": {
  36. "name": "Fulano de souza",
  37. "dob": "1988-09-06",
  38. "documents": {
  39. "number": "08443841605",
  40. "type": "cpf"
  41. }
  42. }
  43. },
  44. "credentials": {
  45. "access_token": "21323dsd23434ad12178DDasY",
  46. "client_id": "10000",
  47. "client_secret": "oI1EYIa2-yAHdjcN0RzjpbFuIn2R3BCJCniDlHbp7sk"
  48. }
  49. },
  50. "order": {
  51. "id": "123456",
  52. "total": 100,
  53. "additional_value": "xx",
  54. "items": [{
  55. "id": 123,
  56. "name": "Joguinho",
  57. "description": "Joguinho chato",
  58. "image": "http://www.joginhochato.com.br/img.png",
  59. "is_gift": "false",
  60. "category_id": "21",
  61. "quantity": 1,
  62. "unit_price": 100,
  63. "final_price": 100
  64. },
  65. {
  66. "id": 456,
  67. "name": "Macarrão em pó",
  68. "description": "Comida inutil",
  69. "image": "http://www.comidainutil.com.br/img.png",
  70. "is_gift": "true",
  71. "category_id": "11",
  72. "quantity": 2,
  73. "unit_price": 200,
  74. "final_price": 400
  75. }
  76. ],
  77. "customer": {
  78. "type": "juridico",
  79. "id": 12,
  80. "first_name": "Victor",
  81. "last_name": "Santos",
  82. "email": "comercial8@mp.com.br",
  83. "dob": "1990-06-12",
  84. "documents": {
  85. "type": "cpf",
  86. "number": "19119119100"
  87. },
  88. "phones": [{
  89. "code": "31",
  90. "number": "99856-9049",
  91. "type": "celular"
  92. },
  93. {
  94. "code": "31",
  95. "number": "1235-3333",
  96. "type": "comercial"
  97. }
  98. ],
  99. "address": {
  100. "zip_code": "30180100",
  101. "street_name": "Rua Judith",
  102. "street_number": 264,
  103. "complement": "casa",
  104. "suburb": "Liberdade",
  105. "city": "Belo Horizonte",
  106. "state": "MG",
  107. "country": "BR"
  108. }
  109. },
  110. "shipping": {
  111. "name": "Fulano de souza",
  112. "title": "Expresso",
  113. "type": "sedex",
  114. "cost": 22.0,
  115. "address": {
  116. "zip_code": "30662730",
  117. "street_name": "Rua Silva Barbosa",
  118. "street_number": "255",
  119. "complement": "casa",
  120. "suburb": "Sei não",
  121. "city": "Belo Horizonte",
  122. "state": "MG",
  123. "country": "BR"
  124. }
  125. }
  126. }
  127. }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement