Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emersonsoares/054c53d1681b86219be3d8beeda426ae to your computer and use it in GitHub Desktop.
Save emersonsoares/054c53d1681b86219be3d8beeda426ae to your computer and use it in GitHub Desktop.
Request Teste
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