Created
June 16, 2016 21:03
-
-
Save emersonsoares/054c53d1681b86219be3d8beeda426ae to your computer and use it in GitHub Desktop.
Request Teste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST https://apisandbox.cieloecommerce.cielo.com.br/1/sales HTTP/1.1 | |
User-Agent: Fiddler | |
Content-Type: application/json | |
MerchantId: b7de7192-a397-4042-9523-fd1924f3aeac | |
MerchantKey: RWRQUNAINFDABDUOTMKIPUPAPIDJQJOXLWLHGTVI | |
RequestId: f3c2a64b-96a4-43b5-9afa-af31e23eb5e4 | |
Host: apisandbox.cieloecommerce.cielo.com.br | |
Content-Length: 418 | |
{ | |
"MerchantOrderId":"2014111703", | |
"Customer":{ | |
"Name":"Customer" | |
}, | |
"Payment":{ | |
"Type":"CreditCard", | |
"Amount":15700, | |
"Provider":"Simulado", | |
"Installments":1, | |
"CreditCard":{ | |
"CardNumber":"0000000000000001", | |
"Holder":"Teste Holder", | |
"ExpirationDate":"12/2021", | |
"SecurityCode":"123", | |
"Brand":"Visa" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment