{"info":{"_postman_id":"bf7f2a36-4d61-492e-927d-b19ef433b2dc","name":"Proxy","description":"<html><head></head><body><p>The following endpoint collection is responsible for credit card request by proxy.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33643847","collectionId":"bf7f2a36-4d61-492e-927d-b19ef433b2dc","publishedId":"2sA358eRPe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-31T11:57:33.000Z"},"item":[{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","","postman.setEnvironmentVariable(\"THIRD_PARTY_PROXY_TOKEN\", jsonData.token);"],"type":"text/javascript","id":"6660734b-f6c5-4f85-82fd-9db92d760d19"}}],"id":"944d21ac-f535-4ef8-b83d-89277bda2811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"{{CLIENT_ID}}\",\r\n\t\"clientSecret\": \"{{CLIENT_SECRET}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/login","description":"<p>This endpoint makes an HTTP POST request to authenticate credentials. The request body should include a client id and a client secret</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>clientId</code> (string, required): Client id that allows access to the system.</li>\n<li><code>clientSecret</code> (string, required): Client secret that allows access to the system.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><code>token</code> (string): Access token to send in <code>Authorization</code> header that allows access for APIs. Example: Authorization: \"Bearer {TOKEN}\".</li>\n<li><code>expiresIn</code> (number): Maximum time in miliseconds that the token is valid.</li>\n</ul>\n","urlObject":{"path":["proxy","v1","login"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"85af6643-bcbf-4d10-9489-01640087fe05","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"{{clientId}}\",\r\n\t\"clientSecret\": \"{{clientSecret}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 22 Jan 2024 19:56:03 GMT"},{"key":"x-amzn-RequestId","value":"663fa70e-0505-46bb-bfb6-aaf8139e7427"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"R9Q8tEMNIAMEi3g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65aec850-3908ed9644ebb5915ef3c581;Sampled=0;lineage=ce874381:0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0173aeb09060ae0dd8c77e399d9e5634.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD79-C1"},{"key":"X-Amz-Cf-Id","value":"v00VdEDKDZ0UeFS1lcO9jXLmxFC51ihdSsXmTv2cvhwuG-cjMulm0g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"expiresIn\": 1705956963921,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGkiOiI1MmM5MjViZC0xOTY0LTQyODUtOTJjOC02ZmI3YjFlNzU1NTkiLCJpYXQiOjE3MDU5NTY5NjM5MjF9.XBLSYc0QyqRmXfbCi7SKbt3i-tLsU5-cuYqLiYN3UiE\"\n}"},{"id":"4e7ae901-e773-4960-8eb3-f66cf80938b0","name":"Invalid Credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"{{clientId}}\",\r\n\t\"clientSecret\": \"{{clientSecret}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"109"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 22 Jan 2024 19:56:22 GMT"},{"key":"x-amzn-RequestId","value":"6a1e4152-1255-49ee-885a-14e141328346"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"R9Q_8FX3oAMEnrw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65aec865-6d05f9924dbbf5361308a532;Sampled=0;lineage=ce874381:0"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 19ae496eb414e9373ed8ce49d0fdbba2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD79-C1"},{"key":"X-Amz-Cf-Id","value":"te8s5GZemsAf1bAFPvSJ_-zzxxXNPJO3LTbeEO9k1UZuUlExOsEpag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"CCA-005\",\n    \"message\": \"The credentials are invalid.\",\n    \"shortMessage\": \"CustomerAccessInvalidCredentials\"\n}"},{"id":"5fc867dd-40e9-41a8-9a2c-296b77ab3219","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 22 Jan 2024 19:56:57 GMT"},{"key":"x-amzn-RequestId","value":"80a2ec8d-279a-4738-a200-5be2e3646f8e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"R9RFgFaWoAMEJJQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-65aec889-1ed9218522d3e102413bc5bf;Sampled=0;lineage=ce874381:0"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 5d9ef69d47a63c80a41bbcf6902f6312.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD79-C1"},{"key":"X-Amz-Cf-Id","value":"Y7_sSpMjas3i_-zuqkFuhCH8GqpcNMH0grTeTzI7RnWaRS09pm38aw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"clientId\",\n            \"constraints\": {\n                \"isString\": \"clientId must be a string\",\n                \"isNotEmpty\": \"clientId should not be empty\",\n                \"isUuid\": \"clientId must be a UUID\"\n            }\n        },\n        {\n            \"property\": \"clientSecret\",\n            \"constraints\": {\n                \"isString\": \"clientSecret must be a string\",\n                \"isNotEmpty\": \"clientSecret should not be empty\"\n            }\n        }\n    ]\n}"}],"_postman_id":"944d21ac-f535-4ef8-b83d-89277bda2811"}],"id":"e2c95858-0b95-4fb6-b9ab-e5e4ecc15718","description":"<p>The following endpoint is responsible for auth login.</p>\n","_postman_id":"e2c95858-0b95-4fb6-b9ab-e5e4ecc15718"},{"name":"Webhooks","item":[{"name":"Transactions","item":[{"name":"Pix","item":[{"name":"Pay In","id":"9ab19e58-e379-4249-9620-0ebdfc9fe7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"a00fcb53-4176-4460-9353-bacad944013b","name":"TRANSACTION.PIX.RECEIVED.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.RECEIVED.REQUESTED\",\n  \"id\": \"99b17993-7cb7-42bc-8938-f4367b91179d\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"PixIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -1.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"requested\",\n        \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n        \"feeId\": \"11a479b9-3e14-49be-964b-6378d2c7bdef\",\n        \"id\": \"09676742-641f-456b-b0c6-75d568ee35bb\",\n        \"name\": \"Fee\",\n        \"operation\": \"pix\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 0,\n            \"name\": \"Rule\",\n            \"ruleId\": \"2bdd2027-3af6-49ab-bde0-5237761b5bdc\",\n            \"type\": \"percentage\",\n            \"value\": 0.5\n          }\n        ],\n        \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n        \"updatedAt\": \"2024-07-26T12:32:49.770Z\",\n        \"value\": 0.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:32:49.770Z\"\n  },\n  \"time\": \"2024-07-26T12:32:52.825Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"41def9bc-67e3-4812-a724-ed54e5d83d3c","name":"TRANSACTION.PIX.RECEIVED.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"url":{"raw":"","query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.RECEIVED.SUCCEEDED\",\n  \"id\": \"f59258f9-9ebf-4fc9-bdda-af48b27ece02\",\n  \"payload\": {\n    \"amount\": 10,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"PixIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -3,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"requested\",\n        \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n        \"feeId\": \"11a479b9-3e14-49be-964b-6378d2c7bdef\",\n        \"id\": \"09676742-641f-456b-b0c6-75d568ee35bb\",\n        \"name\": \"Fee\",\n        \"operation\": \"pix\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 0,\n            \"name\": \"Rule\",\n            \"ruleId\": \"2bdd2027-3af6-49ab-bde0-5237761b5bdc\",\n            \"type\": \"percentage\",\n            \"value\": 0.5\n          }\n        ],\n        \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n        \"updatedAt\": \"2024-07-26T12:32:49.770Z\",\n        \"value\": 0.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:34:36.763Z\"\n  },\n  \"time\": \"2024-07-26T12:34:40.889Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"fa0b8ee3-46cc-4201-baa0-0ed9a4074cef","name":"TRANSACTION.PIX.AUTOMATIC_CONTRACT.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.RECEIVED.REQUESTED\",\n  \"id\": \"99b17993-7cb7-42bc-8938-f4367b91179d\", // Event ID\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"PixIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -0.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 1.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:32:49.770Z\"\n  },\n  \"time\": \"2024-07-26T12:32:52.825Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"0e878c42-5391-470f-a130-31b5a3e2606c","name":"TRANSACTION.PIX.AUTOMATIC_CONTRACT.ACCEPTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_CONTRACT.ACCEPTED\",\n  \"id\": \"843d15b1-52a8-4d77-bae5-5b3f43644409\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2025-12-23T16:52:38.839Z\",\n    \"eventName\": \"PixInAutomaticContract\",\n    \"fee\": -3.5,\n    \"orderId\": \"38c74933-d545-439d-b985-061f0e2d3931\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee Contract\",\n        \"value\": 3.5\n      }\n    ],\n    \"transactionId\": \"195357e6-b615-40da-87d6-c302ec1dc5eb\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2025-12-23T17:16:23.112Z\"\n  },\n  \"time\": \"2025-12-23T17:16:31.627Z\",\n  \"version\": \"v1\"\n}"},{"id":"fc6f0823-dbd9-4eef-af86-e4c6110e7a2a","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.RECEIVED.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.RECEIVED.SUCCEEDED\",\n  \"id\": \"02784f58-61e8-4143-9852-635e51ab8ba7\",\n  \"payload\": {\n    \"amount\": 15,\n    \"createdAt\": \"2025-12-23T17:16:26.780Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"fee\": 0,\n    \"orderId\": \"38c74933-d545-439d-b985-061f0e2d3931\",\n    \"originalTransactionId\": \"195357e6-b615-40da-87d6-c302ec1dc5eb\",\n    \"status\": \"success\",\n    \"transactionId\": \"97803c61-60fe-4c06-ad44-fbe17a96f4d7\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2025-12-23T17:16:26.780Z\"\n  },\n  \"time\": \"2025-12-23T17:16:31.674Z\",\n  \"version\": \"v1\"\n}"},{"id":"be5d3aaf-9d31-4d0e-ae21-17062482f579","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.SCHEDULED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.SCHEDULED\",\n  \"id\": \"10db828d-107e-434f-8b25-5046ed56a34b\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2026-01-20T13:13:08.977Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"expectedAmount\": 0.01,\n    \"fee\": 0,\n    \"orderId\": \"58c02355-0485-4f18-9704-68c7aafbd4ad\",\n    \"status\": \"pending\",\n    \"transactionId\": \"14ab187e-c609-49f5-b96a-0e23cbedd7d0\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2026-01-20T13:13:08.977Z\"\n  }\n}"},{"id":"939d158e-b10c-4e3e-b6f0-f0e324c208a2","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.SCHEDULED_REJECTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.SCHEDULED_REJECTED\",\n  \"id\": \"ee55a30b-ecd0-49e1-a169-3279bf9f2927\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2026-01-20T13:13:08.977Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"expectedAmount\": 0.01,\n    \"fee\": 0,\n    \"orderId\": \"58c02355-0485-4f18-9704-68c7aafbd4ad\",\n    \"status\": \"failed\",\n    \"transactionId\": \"14ab187e-c609-49f5-b96a-0e23cbedd7d0\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2026-01-20T13:13:14.857Z\"\n  },\n  \"time\": \"2026-01-20T13:13:15.050Z\",\n  \"version\": \"v1\"\n}"},{"id":"4e43f733-eade-4dbd-bda0-b9c982a14d34","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.CANCELED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.CANCELED\",\n  \"id\": \"7dbf8fcb-7ffa-435e-a126-36eeecde4c78\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2026-01-20T13:11:38.257Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"expectedAmount\": 0.01,\n    \"fee\": 0,\n    \"orderId\": \"58c02355-0485-4f18-9704-68c7aafbd4ad\",\n    \"status\": \"failed\",\n    \"transactionId\": \"871c6d29-a46e-437a-83ca-8a5672b4562e\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2026-01-20T13:12:48.127Z\"\n  },\n  \"time\": \"2026-01-20T13:12:48.750Z\",\n  \"version\": \"v1\"\n}"},{"id":"0a3f7d62-d239-45e1-b6d6-c60e17b84ff8","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.FAILED\",\n  \"id\": \"9460a064-5ff2-4739-beff-1bd06a850d28\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2026-01-29T19:06:09.052Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"expectedAmount\": 0.54,\n    \"fee\": 0,\n    \"orderId\": \"f05cd400-9bef-4b8e-a4f7-e21531594665\",\n    \"reason\": \"Sandbox failure\",\n    \"status\": \"failed\",\n    \"transactionId\": \"2c990825-b4ea-473a-bd13-b124afb2aa73\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2026-01-29T19:06:57.395Z\"\n  },\n  \"time\": \"2026-01-29T19:06:57.666Z\",\n  \"version\": \"v1\"\n}"},{"id":"2856386c-174c-492f-9676-f2cec1c23de6","name":"TRANSACTION.PIX.AUTOMATIC_PAYMENT.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.AUTOMATIC_PAYMENT.PAID\",\n  \"id\": \"7cc64a25-8e5b-42c4-8b8b-fb78d8787dfd\",\n  \"payload\": {\n    \"amount\": 0.7,\n    \"createdAt\": \"2026-01-29T18:32:50.848Z\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"expectedAmount\": 0.7,\n    \"fee\": 0,\n    \"orderId\": \"f812bfa7-9b2a-48e1-977a-6833bba7bff3\",\n    \"paidAt\": \"2026-01-29T18:33:40.633Z\",\n    \"status\": \"success\",\n    \"transactionId\": \"8a958404-8ad5-4480-9217-df601824c214\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2026-01-29T18:33:40.633Z\"\n  },\n  \"time\": \"2026-01-29T18:33:40.833Z\",\n  \"version\": \"v1\"\n}"},{"id":"db2114e8-da5c-4aec-8429-8ceca2c6e346","name":"TRANSACTION.PIX.REFUNDED.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.REFUNDED.SUCCEEDED\",\n  \"id\": \"88bc5087-b11e-4bea-a90a-7c9bd40496ed\",\n  \"payload\": {\n    \"amount\": 3,\n    \"createdAt\": \"2024-07-26T12:17:04.144Z\",\n    \"eventName\": \"PixOutRefund\",\n    \"externalId\": \"1735e2a9-5436-47bc-995a-162a6087584f\",\n    \"fee\": 0,\n    \"originalTransactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"status\": \"success\",\n    \"transactionId\": \"53e7e754-0001-4236-b651-1bac9954d699\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:17:04.144Z\"\n  },\n  \"time\": \"2024-07-26T12:17:04.411Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"26c2d66d-c8c4-4c8b-9bbd-296ca183971b","name":"TRANSACTION.PIX.PAYMENT.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.PIX.PAYMENT.REVERSAL.SUCCEEDED\",\r\n  \"id\": \"80a84dce-560b-4b16-8934-05d82f2c8898\",\r\n  \"payload\": {\r\n    \"amount\": 2,\r\n    \"createdAt\": \"2024-07-26T12:22:51.902Z\",\r\n    \"eventName\": \"PixOutReversal\",\r\n    \"externalId\": \"1b650419-972c-4972-96e6-787f1d86a321\",\r\n    \"fee\": 10,\r\n    \"originalTransactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\r\n    \"status\": \"success\",\r\n    \"transactionId\": \"2c73b369-ae88-4f88-a678-a672d730ad70\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T12:22:51.902Z\"\r\n  },\r\n  \"time\": \"2024-07-26T12:22:54.612Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"a6cf515d-cfb1-4bec-9036-dda54d0a50a5","name":"TRANSACTION.PIX.REFUND.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.REFUND.REVERSAL.SUCCEEDED\",\n  \"id\": \"7323932c-7285-411e-bbe1-4175e7cd70e4\",\n  \"payload\": {\n    \"amount\": 0.01,\n    \"createdAt\": \"2024-07-26T12:40:20.639Z\",\n    \"eventName\": \"PixInRefundReversal\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"status\": \"success\",\n    \"transactionId\": \"c1e1d1ed-31b1-4d91-bd70-37f7dbaa4d13\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.639Z\"\n  },\n  \"time\": \"2024-07-26T12:40:23.779Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"9ab19e58-e379-4249-9620-0ebdfc9fe7a1"},{"name":"Pay Out","id":"501afabb-3a55-4b8f-891c-3c34ff4c12b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"c56de310-0187-4b21-8782-5f776f443ac6","name":"TRANSACTION.PIX.PAYMENT.REQUESTED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.PAYMENT.REQUESTED\",\n  \"id\": \"8f9afb1b-47a8-4648-8f37-d8ee1eb05a7b\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"PixOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"success\",\n        \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n        \"feeId\": \"4b18acc3-91ec-4bfb-9bf8-78f4db2f2257\",\n        \"id\": \"af5db776-e122-49c4-b88f-ed7f0a97c927\",\n        \"name\": \"Fee\",\n        \"operation\": \"pix\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 0,\n            \"name\": \"Rule\",\n            \"ruleId\": \"c1a1430e-a35f-45b2-ae16-dd066dca6478\",\n            \"type\": \"flatFee\",\n            \"value\": 10\n          }\n        ],\n        \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n        \"updatedAt\": \"2024-07-26T12:16:08.232Z\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:08.232Z\"\n  },\n  \"time\": \"2024-07-26T12:16:23.309Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"b3de0592-fd3b-446f-ba9b-972b2762393d","name":"TRANSACTION.PIX.PAYMENT.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.PAYMENT.SUCCEEDED\",\n  \"id\": \"fefe9a8a-117b-4fe5-a5ba-6dd1fe31ecdf\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"PixOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"success\",\n        \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n        \"feeId\": \"4b18acc3-91ec-4bfb-9bf8-78f4db2f2257\",\n        \"id\": \"af5db776-e122-49c4-b88f-ed7f0a97c927\",\n        \"name\": \"Fee\",\n        \"operation\": \"pix\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 0,\n            \"name\": \"Rule\",\n            \"ruleId\": \"c1a1430e-a35f-45b2-ae16-dd066dca6478\",\n            \"type\": \"flatFee\",\n            \"value\": 10\n          }\n        ],\n        \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n        \"updatedAt\": \"2024-07-26T12:16:08.232Z\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:33.520Z\"\n  },\n  \"time\": \"2024-07-26T12:16:34.169Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"c98bbe70-54f4-4f39-b417-d6d86ba87994","name":"TRANSACTION.PIX.PAYMENT.FAILED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.PAYMENT.FAILED\",\n  \"id\": \"df5721b1-f70a-4a7d-b3fe-503ac98d83d7\",\n  \"payload\": {\n    \"amount\": -2,\n    \"createdAt\": \"2024-07-26T12:22:32.016Z\",\n    \"error\": {\n      \"code\": \"PIS-018\",\n      \"message\": \"The minimum amount to send a successfully pix is R$ 5 and you sent R$ -2\"\n    },\n    \"eventName\": \"PixOut\",\n    \"fee\": -20,\n    \"information\": \"Your information\",\n    \"status\": \"failed\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"failed\",\n        \"createdAt\": \"2024-07-26T12:22:51.525Z\",\n        \"feeId\": \"4b18acc3-91ec-4bfb-9bf8-78f4db2f2257\",\n        \"id\": \"422acb9d-e02b-4300-acf4-7b519bae6d6a\",\n        \"name\": \"Fee\",\n        \"operation\": \"pix\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"name\": \"Rule\",\n            \"ruleId\": \"c1a1430e-a35f-45b2-ae16-dd066dca6478\",\n            \"type\": \"flatFee\",\n            \"value\": 10\n          }\n        ],\n        \"transactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\n        \"updatedAt\": \"2024-07-26T12:22:51.525Z\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:22:51.527Z\"\n  },\n  \"time\": \"2024-07-26T12:22:52.158Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"a5a0d05b-1bbb-4a9e-918c-8d5ff1f82167","name":"TRANSACTION.PIX.REFUND.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.REFUND.REQUESTED\",\n  \"id\": \"afb98873-9681-4cc6-aef6-4cebc5dd4586\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"requested\",\n        \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n        \"feeId\": \"9804f648-acb8-419a-9ad2-1ff9c8c01af6\",\n        \"id\": \"5787d6bd-3f84-4622-84b9-738914bd2f67\",\n        \"name\": \"Fee Success\",\n        \"operation\": \"pixRefund\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 1000,\n            \"name\": \"Rule\",\n            \"ruleId\": \"1c648231-f147-425d-86f8-00424fe2d0c4\",\n            \"type\": \"flatFee\",\n            \"value\": 0\n          }\n        ],\n        \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n        \"updatedAt\": \"2024-07-26T12:37:58.542Z\",\n        \"value\": 0\n      }\n    ],\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:37:58.542Z\"\n  },\n  \"time\": \"2024-07-26T12:37:59.279Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"cacc8416-6e6b-4e6c-a063-3c345b8f9f4f","name":"TRANSACTION.PIX.REFUND.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.REFUND.SUCCEEDED\",\n  \"id\": \"b43f22bf-2ddf-4acb-9ae1-e46cbaf5c942\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"requested\",\n        \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n        \"feeId\": \"9804f648-acb8-419a-9ad2-1ff9c8c01af6\",\n        \"id\": \"5787d6bd-3f84-4622-84b9-738914bd2f67\",\n        \"name\": \"Fee Success\",\n        \"operation\": \"pixRefund\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"max\": null,\n            \"min\": 1000,\n            \"name\": \"Rule\",\n            \"ruleId\": \"1c648231-f147-425d-86f8-00424fe2d0c4\",\n            \"type\": \"flatFee\",\n            \"value\": 0\n          }\n        ],\n        \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n        \"updatedAt\": \"2024-07-26T12:37:58.542Z\",\n        \"value\": 0\n      }\n    ],\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:38:33.594Z\"\n  },\n  \"time\": \"2024-07-26T12:38:34.600Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"24249f73-bb9c-4e72-b620-c4743bef233d","name":"TRANSACTION.PIX.REFUND.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.PIX.REFUND.FAILED\",\n  \"id\": \"2cca4db7-0a52-472c-9ac6-37bb8438f50c\",\n  \"payload\": {\n    \"amount\": -0.01,\n    \"createdAt\": \"2024-07-26T12:39:49.839Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"699d84b2-12fd-4b6b-9418-498f8495a174\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"failed\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"failed\",\n        \"createdAt\": \"2024-07-26T12:40:20.539Z\",\n        \"feeId\": \"9804f648-acb8-419a-9ad2-1ff9c8c01af6\",\n        \"id\": \"ffb6c6f9-d6e6-4083-bef5-b07f18804d77\",\n        \"name\": \"Fee Success\",\n        \"operation\": \"pixRefund\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"name\": \"Rule\",\n            \"ruleId\": \"1c648231-f147-425d-86f8-00424fe2d0c4\",\n            \"type\": \"flatFee\",\n            \"value\": 0\n          }\n        ],\n        \"transactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n        \"updatedAt\": \"2024-07-26T12:40:20.539Z\",\n        \"value\": 0\n      }\n    ],\n    \"transactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.540Z\"\n  },\n  \"time\": \"2024-07-26T12:40:21.605Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"501afabb-3a55-4b8f-891c-3c34ff4c12b7"}],"id":"23fbfb94-f27f-41a1-a874-5038622c76aa","description":"<h3 id=\"webhooks-of-pix-transactions\"><strong>Webhooks of Pix Transactions</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><strong>Pay In</strong></p>\n<ul>\n<li><p><code>TRANSACTION.PIX.RECEIVED.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.RECEIVED.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.REFUNDED.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when a pix payment (pay out) is refunded</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.PIX.PAYMENT.REVERSAL.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when sending pix fails and the <code>TRANSACTION.PIX.PAYMENT.FAILED</code> event occurs</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.PIX.REFUND.REVERSAL.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when sending pix fails and the <code>TRANSACTION.PIX.REFUND.FAILED</code> event occurs</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_CONTRACT.REQUESTED</code>→ <code>pending</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_CONTRACT.ACCEPTED</code>→ <code>success</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.SCHEDULED</code> → <code>pending</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.RECEIVED.SCHEDULED_REJECTED</code>→ <code>failed</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.RECEIVED.SUCCEEDED</code> → <code>success</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.CANCELED</code> → <code>failed</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.FAILED</code>→ <code>failed</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.AUTOMATIC_PAYMENT.PAID</code>→ <code>success</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>Pay Out</strong></p>\n<ul>\n<li><p><code>TRANSACTION.PIX.PAYMENT.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.PAYMENT.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.PAYMENT.FAILED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.REFUND.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.REFUND.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.PIX.REFUND.FAILED</code></p>\n</li>\n<li><p><code>TRANSACTION.RESERVE.PAYMENT.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when part of a transaction generated by the <code>TRANSACTION.PIX.RECEIVED.SUCCEEDED</code> event is reserved.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"23fbfb94-f27f-41a1-a874-5038622c76aa"},{"name":"Credit Card","item":[{"name":"Pay In","id":"6690e872-7cff-476d-8d03-b0eabf61eb89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"fb3fb238-27f0-4516-aa29-bbb610e6976f","name":"TRANSACTION.CREDIT_CARD.AUTHORIZATION.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"TRANSACTION.CREDIT_CARD.AUTHORIZATION.REQUESTED\",\n    \"id\": \"9c9c6770-ea4c-41c1-a681-7853ea84b41a\",\n    \"payload\": {\n        \"amount\": 0,\n        \"createdAt\": \"2024-07-26T14:08:02.372Z\",\n        \"eventName\": \"CreditCardInAuthorization\",\n        \"fee\": -1.25,\n        \"information\": \"information\",\n        \"orderId\": \"7a7c7619-39cc-40e3-9746-a24b6d8709f1\",\n        \"status\": \"pending\",\n        \"transactionFees\": [\n            {\n                \"chargeMode\": \"requested\",\n                \"createdAt\": \"2024-07-26T14:08:02.372Z\",\n                \"feeId\": \"66a26add-df8b-486f-a09d-2328dbfabc4c\",\n                \"id\": \"3a3feffe-8cee-4edf-84d1-60105a6d674d\",\n                \"name\": \"CC Authorization\",\n                \"operation\": \"creditCardAuthorization\",\n                \"rules\": [\n                    {\n                        \"currency\": \"BRL\",\n                        \"exchangeRate\": 1,\n                        \"max\": null,\n                        \"min\": 0,\n                        \"name\": \"Fee Rule\",\n                        \"ruleId\": \"84776294-cca0-4b85-8b6a-3fb5864c225f\",\n                        \"type\": \"percentage\",\n                        \"value\": 1.25\n                    }\n                ],\n                \"transactionId\": \"e51af8b1-02c1-453f-8c7c-c81db6211712\",\n                \"updatedAt\": \"2024-07-26T14:08:02.372Z\",\n                \"value\": 1.25\n            }\n        ],\n        \"transactionId\": \"e51af8b1-02c1-453f-8c7c-c81db6211712\",\n        \"type\": \"credit\",\n        \"updatedAt\": \"2024-07-26T14:08:02.372Z\"\n    },\n    \"time\": \"2024-07-26T14:08:03.034Z\",\n    \"version\": \"v1\"\n}"},{"id":"0cfd9582-15fd-41cb-8fb5-e23d24f4fe61","name":"TRANSACTION.CREDIT_CARD.AUTHORIZATION.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.CREDIT_CARD.AUTHORIZATION.FAILED\",\n  \"id\": \"b34431e7-409c-4c8c-a5ee-cadb0d84c45b\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T14:08:02.372Z\",\n    \"error\": {\n      \"code\": \"ACQ-001\",\n      \"message\": \"Failed to communicate with acquirer service\"\n    },\n    \"eventName\": \"CreditCardInAuthorization\",\n    \"fee\": -2.5,\n    \"information\": \"information\",\n    \"orderId\": \"7a7c7619-39cc-40e3-9746-a24b6d8709f1\",\n    \"status\": \"failed\",\n    \"transactionFees\": [\n      {\n        \"chargeMode\": \"failed\",\n        \"createdAt\": \"2024-07-26T14:08:58.345Z\",\n        \"feeId\": \"66a26add-df8b-486f-a09d-2328dbfabc4c\",\n        \"id\": \"94aaed5c-fa03-4753-9dff-25efe8df3fbe\",\n        \"name\": \"CC Authorization\",\n        \"operation\": \"creditCardAuthorization\",\n        \"rules\": [\n          {\n            \"currency\": \"BRL\",\n            \"exchangeRate\": 1,\n            \"name\": \"Fee Rule\",\n            \"ruleId\": \"84776294-cca0-4b85-8b6a-3fb5864c225f\",\n            \"type\": \"percentage\",\n            \"value\": 1.25\n          }\n        ],\n        \"transactionId\": \"e51af8b1-02c1-453f-8c7c-c81db6211712\",\n        \"updatedAt\": \"2024-07-26T14:08:58.345Z\",\n        \"value\": 1.25\n      }\n    ],\n    \"transactionId\": \"e51af8b1-02c1-453f-8c7c-c81db6211712\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T14:08:58.457Z\"\n  },\n  \"time\": \"2024-07-26T14:08:58.893Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"f4ec0bea-afe6-4124-bacd-6b4f8e826333","name":"TRANSACTION.CREDIT_CARD.AUTHORIZATION.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.AUTHORIZATION.SUCCEEDED\",\r\n  \"id\": \"6443ecdc-82de-4b8e-9c1b-2aed48437467\",\r\n  \"payload\": {\r\n    \"amount\": 0,\r\n    \"createdAt\": \"2024-07-26T14:10:52.122Z\",\r\n    \"eventName\": \"CreditCardInAuthorization\",\r\n    \"fee\": -2.5,\r\n    \"information\": \"information\",\r\n    \"orderId\": \"c6019e42-9592-4ace-9ed3-c28d822e79db\",\r\n    \"status\": \"success\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"success\",\r\n        \"createdAt\": \"2024-07-26T14:11:30.121Z\",\r\n        \"feeId\": \"66a26add-df8b-486f-a09d-2328dbfabc4c\",\r\n        \"id\": \"1209a97f-2578-4bf5-ac8b-7a5469688b6b\",\r\n        \"name\": \"CC Authorization\",\r\n        \"operation\": \"creditCardAuthorization\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"name\": \"Fee Rule\",\r\n            \"ruleId\": \"84776294-cca0-4b85-8b6a-3fb5864c225f\",\r\n            \"type\": \"percentage\",\r\n            \"value\": 1.25\r\n          }\r\n        ],\r\n        \"transactionId\": \"a2e6468b-2296-4475-bdeb-e45ae02ce49c\",\r\n        \"updatedAt\": \"2024-07-26T14:11:30.121Z\",\r\n        \"value\": 1.25\r\n      }\r\n    ],\r\n    \"transactionId\": \"a2e6468b-2296-4475-bdeb-e45ae02ce49c\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T14:11:30.121Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:11:30.394Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"a02333d9-d9db-4de1-a2c2-2e5e01009aa7","name":"TRANSACTION.CREDIT_CARD.CAPTURE.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CAPTURE.REQUESTED\",\r\n  \"id\": \"7cfbd799-df01-4a73-952f-56bdfe19119e\",\r\n  \"payload\": {\r\n    \"amount\": 0,\r\n    \"createdAt\": \"2024-07-26T14:18:22.947Z\",\r\n    \"eventName\": \"CreditCardIn\",\r\n    \"expectedAmount\": 5,\r\n    \"fee\": -2,\r\n    \"information\": \"information\",\r\n    \"orderId\": \"109d2054-6bba-4c41-afd0-72f4696bdba5\",\r\n    \"status\": \"pending\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"requested\",\r\n        \"createdAt\": \"2024-07-26T14:18:22.947Z\",\r\n        \"feeId\": \"cf238500-69e1-4011-904b-58914b160090\",\r\n        \"id\": \"e43ffea6-54ee-4fb3-954f-fdbaeb98c27b\",\r\n        \"name\": \"Fee Name\",\r\n        \"operation\": \"creditCard\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": 12000,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"738608d2-888f-4d73-b29b-aa8300ee1705\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 2\r\n          }\r\n        ],\r\n        \"transactionId\": \"ea7763e6-7814-4e31-bd54-cbb912e26833\",\r\n        \"updatedAt\": \"2024-07-26T14:18:22.947Z\",\r\n        \"value\": 2\r\n      }\r\n    ],\r\n    \"transactionId\": \"ea7763e6-7814-4e31-bd54-cbb912e26833\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T14:18:22.947Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:18:23.340Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"07f292f0-c8b0-4415-9604-90b8b8c8baf5","name":"TRANSACTION.CREDIT_CARD.CAPTURE.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CAPTURE.SUCCEEDED\",\r\n  \"id\": \"9bd827b3-3d6e-45d0-bd6b-3b8e6b0d51a5\",\r\n  \"payload\": {\r\n    \"amount\": 5.5,\r\n    \"createdAt\": \"2024-07-26T14:16:17.669Z\",\r\n    \"eventName\": \"CreditCardIn\",\r\n    \"fee\": -4,\r\n    \"orderId\": \"791d81ea-4c74-4ec9-b05b-c993e31dcc90\",\r\n    \"status\": \"success\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"success\",\r\n        \"createdAt\": \"2024-07-26T14:16:17.669Z\",\r\n        \"feeId\": \"cf238500-69e1-4011-904b-58914b160090\",\r\n        \"id\": \"f6ea30ce-5283-4bd9-abb0-f0d4f07df0ff\",\r\n        \"name\": \"Brand Mastercard Review Test\",\r\n        \"operation\": \"creditCard\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": 12000,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"738608d2-888f-4d73-b29b-aa8300ee1705\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 2\r\n          }\r\n        ],\r\n        \"transactionId\": \"6e7a0ee0-8729-4597-912e-b590513c7894\",\r\n        \"updatedAt\": \"2024-07-26T14:16:17.669Z\",\r\n        \"value\": 2\r\n      }\r\n    ],\r\n    \"transactionId\": \"6e7a0ee0-8729-4597-912e-b590513c7894\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T14:16:17.669Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:16:20.392Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"0e563a12-92c3-492c-9b14-bb3353e5110a","name":"TRANSACTION.CREDIT_CARD.CAPTURE.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CAPTURE.FAILED\",\r\n  \"id\": \"7a41d332-c23d-4ea0-8f3d-a5d1d0f8042a\",\r\n  \"payload\": {\r\n    \"amount\": 1,\r\n    \"createdAt\": \"2024-07-26T14:13:56.526Z\",\r\n    \"error\": {\r\n      \"code\": \"ACQ-001\",\r\n      \"message\": \"Failed to communicate with acquirer service\"\r\n    },\r\n    \"eventName\": \"CreditCardIn\",\r\n    \"fee\": -2,\r\n    \"orderId\": \"c6019e42-9592-4ace-9ed3-c28d822e79db\",\r\n    \"status\": \"failed\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"requested\",\r\n        \"createdAt\": \"2024-07-26T14:13:56.526Z\",\r\n        \"feeId\": \"cf238500-69e1-4011-904b-58914b160090\",\r\n        \"id\": \"2f937498-3fc6-4f72-9ff2-164692d0d7d5\",\r\n        \"name\": \"Brand Mastercard Review Test\",\r\n        \"operation\": \"creditCard\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": 12000,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"738608d2-888f-4d73-b29b-aa8300ee1705\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 2\r\n          }\r\n        ],\r\n        \"transactionId\": \"dbf26682-480b-4d6b-ac33-8016d5099d5c\",\r\n        \"updatedAt\": \"2024-07-26T14:13:56.526Z\",\r\n        \"value\": 2\r\n      }\r\n    ],\r\n    \"transactionId\": \"dbf26682-480b-4d6b-ac33-8016d5099d5c\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T14:13:56.526Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:13:56.776Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"42584f81-5807-498a-a4bf-48b27866f25c","name":"TRANSACTION.CREDIT_CARD.CANCELLATION.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.CREDIT_CARD.CANCELLATION.REVERSAL\",\n  \"id\": \"7323932c-7285-411e-bbe1-4175e7cd70e4\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:40:20.639Z\",\n    \"eventName\": \"CreditCardOutCancellationReversal\",\n    \"fee\": 1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\n    \"status\": \"success\",\n    \"transactionId\": \"c1e1d1ed-31b1-4d91-bd70-37f7dbaa4d13\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.639Z\"\n  },\n  \"time\": \"2024-07-26T12:40:23.779Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"2feb74bb-e3fa-4e1c-888e-d5ecabc431b9","name":"TRANSACTION.CREDIT_CARD.REFUND.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.CREDIT_CARD.REFUND.REVERSAL.SUCCEEDED\",\n  \"id\": \"7323932c-7285-411e-bbe1-4175e7cd70e4\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:40:20.639Z\",\n    \"eventName\": \"CreditCardOutCancellationReversal\",\n    \"fee\": 1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\n    \"status\": \"success\",\n    \"transactionId\": \"c1e1d1ed-31b1-4d91-bd70-37f7dbaa4d13\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.639Z\"\n  },\n  \"time\": \"2024-07-26T12:40:23.779Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"6690e872-7cff-476d-8d03-b0eabf61eb89"},{"name":"Pay Out","id":"2510eb13-2c2c-4299-b417-ebc63c7c4d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"da345ab0-ab6a-428b-b103-e1471e3ca286","name":"TRANSACTION.CREDIT_CARD.CANCELLATION.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CANCELLATION.REQUESTED\",\r\n  \"id\": \"875417d8-a4f9-4a63-bf9c-fcd6c1eb8a0a\",\r\n  \"payload\": {\r\n    \"amount\": 0,\r\n    \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n    \"eventName\": \"CreditCardOutCancellation\",\r\n    \"fee\": -1,\r\n    \"orderId\": \"2c187e99-925f-496b-92d0-533cbf54d7c1\",\r\n    \"status\": \"pending\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"success\",\r\n        \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"feeId\": \"6b1adc14-2620-4bf5-897f-094b0dfa00b5\",\r\n        \"id\": \"89dc8074-dae8-43cd-b3bf-42ac278d918e\",\r\n        \"name\": \"Fee Name\",\r\n        \"operation\": \"creditCardCancellation\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": null,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"89341803-b19e-44c4-925a-c38d94719bb6\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 1\r\n          }\r\n        ],\r\n        \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n        \"updatedAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"value\": 1\r\n      }\r\n    ],\r\n    \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n    \"type\": \"debit\",\r\n    \"updatedAt\": \"2024-07-26T14:40:50.566Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:40:50.974Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"90107532-fa88-4d81-97aa-715824184828","name":"TRANSACTION.CREDIT_CARD.CANCELLATION.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CANCELLATION.SUCCEEDED\",\r\n  \"id\": \"55e9e2c9-6b24-4868-b9e1-bbc0641f94d6\",\r\n  \"payload\": {\r\n    \"amount\": 0,\r\n    \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n    \"eventName\": \"CreditCardOutCancellation\",\r\n    \"fee\": -1,\r\n    \"orderId\": \"2c187e99-925f-496b-92d0-533cbf54d7c1\",\r\n    \"status\": \"success\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"success\",\r\n        \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"feeId\": \"6b1adc14-2620-4bf5-897f-094b0dfa00b5\",\r\n        \"id\": \"89dc8074-dae8-43cd-b3bf-42ac278d918e\",\r\n        \"name\": \"Fee Name\",\r\n        \"operation\": \"creditCardCancellation\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": null,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"89341803-b19e-44c4-925a-c38d94719bb6\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 1\r\n          }\r\n        ],\r\n        \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n        \"updatedAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"value\": 1\r\n      }\r\n    ],\r\n    \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n    \"type\": \"debit\",\r\n    \"updatedAt\": \"2024-07-26T14:41:18.800Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:41:19.781Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"fcabf3d2-41bf-467b-a906-982bc74d634f","name":"TRANSACTION.CREDIT_CARD.CANCELLATION.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CANCELLATION.FAILED\",\r\n  \"id\": \"55e9e2c9-6b24-4868-b9e1-bbc0641f94d6\",\r\n  \"payload\": {\r\n    \"amount\": 0,\r\n    \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n    \"eventName\": \"CreditCardOutCancellation\",\r\n    \"fee\": -1,\r\n    \"orderId\": \"2c187e99-925f-496b-92d0-533cbf54d7c1\",\r\n    \"status\": \"failed\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"failed\",\r\n        \"createdAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"feeId\": \"6b1adc14-2620-4bf5-897f-094b0dfa00b5\",\r\n        \"id\": \"89dc8074-dae8-43cd-b3bf-42ac278d918e\",\r\n        \"name\": \"Fee Name\",\r\n        \"operation\": \"creditCardCancellation\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": null,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"89341803-b19e-44c4-925a-c38d94719bb6\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 1\r\n          }\r\n        ],\r\n        \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n        \"updatedAt\": \"2024-07-26T14:40:50.566Z\",\r\n        \"value\": 1\r\n      }\r\n    ],\r\n    \"transactionId\": \"1abb899e-4225-4287-94a8-769d08bd03cd\",\r\n    \"type\": \"debit\",\r\n    \"updatedAt\": \"2024-07-26T14:41:18.800Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:41:19.781Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"9a3995fd-33e4-4c9a-92dc-ddfbaa0f8369","name":"TRANSACTION.CREDIT_CARD.CHARGEBACK.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.CREDIT_CARD.CHARGEBACK.SUCCEEDED\",\r\n  \"id\": \"43e820aa-3d1d-4b92-b364-9e10e1a888f4\",\r\n  \"payload\": {\r\n    \"amount\": -6,\r\n    \"createdAt\": \"2024-07-26T14:48:34.920Z\",\r\n    \"eventName\": \"CreditCardInChargeBack\",\r\n    \"fee\": -2.2,\r\n    \"orderId\": \"24747172-42f1-4d98-99c8-1ce9099abae0\",\r\n    \"originalTransactionId\": \"5193d801-4eac-4219-9825-1a227cb1335e\",\r\n    \"status\": \"success\",\r\n    \"transactionFees\": [\r\n      {\r\n        \"chargeMode\": \"success\",\r\n        \"createdAt\": \"2024-07-26T14:48:34.920Z\",\r\n        \"feeId\": \"07a390c2-6e35-4232-8b19-7dd01c2d4806\",\r\n        \"id\": \"605d698f-1a3a-4508-a87d-0f670f2ddddb\",\r\n        \"name\": \"Fee Name\",\r\n        \"operation\": \"creditCardChargeBack\",\r\n        \"rules\": [\r\n          {\r\n            \"currency\": \"BRL\",\r\n            \"exchangeRate\": 1,\r\n            \"max\": null,\r\n            \"min\": 0,\r\n            \"name\": \"Rule\",\r\n            \"ruleId\": \"203ca708-0d4e-4942-b238-2d58b6f2ff5b\",\r\n            \"type\": \"flatFee\",\r\n            \"value\": 1\r\n          }\r\n        ],\r\n        \"transactionId\": \"6bf39876-d62c-45e6-8fb7-363c180c706d\",\r\n        \"updatedAt\": \"2024-07-26T14:48:34.920Z\",\r\n        \"value\": 2.2\r\n      }\r\n    ],\r\n    \"transactionId\": \"6bf39876-d62c-45e6-8fb7-363c180c706d\",\r\n    \"type\": \"debit\",\r\n    \"updatedAt\": \"2024-07-26T14:48:34.920Z\"\r\n  },\r\n  \"time\": \"2024-07-26T14:48:35.619Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"62ee9110-8c73-4549-9c12-1d6f19fcdae1","name":"TRANSACTION.CREDIT_CARD.REFUND.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"TRANSACTION.CREDIT_CARD.REFUND.REQUESTED\",\n    \"id\": \"29e0163e-dfd8-4065-9d16-9423154d35ec\",\n    \"payload\": {\n        \"amount\": -0.1,\n        \"createdAt\": \"2024-10-08T21:26:33.927Z\",\n        \"eventName\": \"CreditCardInRefund\",\n        \"externalId\": \"d1e2e5f4-6d2a-42a4-9512-d5b860765523\",\n        \"fee\": 0,\n        \"orderId\": \"f913edee-0244-4152-90a0-025b1a6a214d\",\n        \"originalTransactionId\": \"27d33f74-9436-43cf-b78c-525c7e85df5e\",\n        \"status\": \"pending\",\n        \"transactionId\": \"d6d731a3-7f5e-4ab0-a55e-7a40a716e491\",\n        \"type\": \"debit\",\n        \"updatedAt\": \"2024-10-08T21:26:33.927Z\"\n    },\n    \"time\": \"2024-10-08T21:26:34.439Z\",\n    \"version\": \"v1\"\n}"},{"id":"8c0f5f43-27b0-4faa-855a-2d148c1970f9","name":"TRANSACTION.CREDIT_CARD.REFUND.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"TRANSACTION.CREDIT_CARD.REFUND.SUCCEEDED\",\n    \"id\": \"f9890f32-c01d-4831-817c-17a67300e9ab\",\n    \"payload\": {\n        \"amount\": -0.1,\n        \"createdAt\": \"2024-10-08T21:29:38.849Z\",\n        \"eventName\": \"CreditCardInRefund\",\n        \"externalId\": \"ad81b551-c256-4f17-b257-fca3964960d3\",\n        \"fee\": 0,\n        \"orderId\": \"b85104c4-1767-4456-bf83-6d604389adc4\",\n        \"originalTransactionId\": \"f8c1be85-243a-4e72-b318-0dbcbac78904\",\n        \"status\": \"success\",\n        \"transactionId\": \"f1ceef9b-0642-4053-af30-cf73bad74d8d\",\n        \"type\": \"debit\",\n        \"updatedAt\": \"2024-10-08T21:29:38.849Z\"\n    },\n    \"time\": \"2024-10-08T21:29:39.142Z\",\n    \"version\": \"v1\"\n}"},{"id":"00081a64-a61e-41d3-8bd8-9e6d94eae4c5","name":"TRANSACTION.CREDIT_CARD.REFUND.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"TRANSACTION.CREDIT_CARD.REFUND.FAILED\",\n    \"id\": \"6c2ef9a0-fe88-49c6-8bf8-650c47f01440\",\n    \"payload\": {\n        \"amount\": -0.01,\n        \"createdAt\": \"2024-10-08T21:37:20.681Z\",\n        \"eventName\": \"CreditCardInRefund\",\n        \"externalId\": \"ec9bd318-2289-4b61-9137-57c562b1d40d\",\n        \"fee\": 0,\n        \"orderId\": \"b85104c4-1767-4456-bf83-6d604389adc4\",\n        \"originalTransactionId\": \"f8c1be85-243a-4e72-b318-0dbcbac78904\",\n        \"status\": \"failed\",\n        \"transactionId\": \"117660f0-3ea8-475b-b8ec-596f852a2899\",\n        \"type\": \"debit\",\n        \"updatedAt\": \"2024-10-08T21:37:20.681Z\"\n    },\n    \"time\": \"2024-10-08T21:37:23.735Z\",\n    \"version\": \"v1\"\n}"}],"_postman_id":"2510eb13-2c2c-4299-b417-ebc63c7c4d93"}],"id":"edf8da6f-dc91-48c2-86d8-ae753e7dce14","description":"<h4 id=\"webhooks-of-credit-card-transactions\">Webhooks of Credit Card Transactions</h4>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><strong>Pay In</strong></p>\n<ul>\n<li><p><code>TRANSACTION.CREDIT_CARD.CAPTURE.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CAPTURE.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CAPTURE.FAILED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.AUTHORIZATION.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.AUTHORIZATION.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.AUTHORIZATION.FAILED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CANCELLATION.REVERSAL.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when cancellation fails and the <code>TRANSACTION.CREDIT_CARD.CANCELLATION.FAILED</code> event occurs.</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.REFUND.REVERSAL.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when refund fails and the <code>TRANSACTION.CREDIT_CARD.REFUND.FAILED</code> event occurs</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Pay Out</strong></p>\n<ul>\n<li><p><code>TRANSACTION.CREDIT_CARD.CANCELLATION.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CANCELLATION.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CANCELLATION.FAILED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.CHARGEBACK.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when a chargeback occurs on a received payment.</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.RESERVE.PAYMENT.SUCCEEDED</code></p>\n<ul>\n<li>This event occurs when part of a transaction generated by the <code>TRANSACTION.CREDIT_CARD.CAPTURE.SUCCEEDED</code> event is reserved.</li>\n</ul>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.REFUND.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.REFUND.SUCCEEDED</code></p>\n</li>\n<li><p><code>TRANSACTION.CREDIT_CARD.REFUND.FAILED</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"edf8da6f-dc91-48c2-86d8-ae753e7dce14"},{"name":"Onlne Bank Transfer","item":[{"name":"Pay In","id":"887b3ba6-86d3-417d-8805-2172547d8788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing transaction information of the Pay In type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"bbb7c33f-1488-416b-a866-88dcaa02e50b","name":"TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.REQUESTED\",\n  \"id\": \"99b17993-7cb7-42bc-8938-f4367b91179d\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"PixIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -0.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 1.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:32:49.770Z\"\n  },\n  \"time\": \"2024-07-26T12:32:52.825Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"2164a6ec-530c-4282-a3dc-f7dd293a96f2","name":"TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"url":{"raw":"","query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.SUCCEEDED\",\n  \"id\": \"f59258f9-9ebf-4fc9-bdda-af48b27ece02\",\n  \"payload\": {\n    \"amount\": 10,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"PixIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -1.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 0.5\n      },\n      {\n        \"name\": \"Fee Name\",\n        \"value\": 1\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:34:36.763Z\"\n  },\n  \"time\": \"2024-07-26T12:34:40.889Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"950241ed-8b1c-4f7e-8a14-621b6828e609","name":"TRANSACTION.ONLINE_BANK_TRANSFER.REFUNDED.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.REFUNDED.SUCCEEDED\",\n  \"id\": \"88bc5087-b11e-4bea-a90a-7c9bd40496ed\",\n  \"payload\": {\n    \"amount\": 3,\n    \"createdAt\": \"2024-07-26T12:17:04.144Z\",\n    \"eventName\": \"PixOutRefund\",\n    \"externalId\": \"1735e2a9-5436-47bc-995a-162a6087584f\",\n    \"fee\": 0,\n    \"originalTransactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"status\": \"success\",\n    \"transactionId\": \"53e7e754-0001-4236-b651-1bac9954d699\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:17:04.144Z\"\n  },\n  \"time\": \"2024-07-26T12:17:04.411Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"5b22bf6e-179e-4dbc-a1f9-6ece2032405a","name":"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REVERSAL.SUCCEEDED\",\r\n  \"id\": \"80a84dce-560b-4b16-8934-05d82f2c8898\",\r\n  \"payload\": {\r\n    \"amount\": 2,\r\n    \"createdAt\": \"2024-07-26T12:22:51.902Z\",\r\n    \"eventName\": \"PixOutReversal\",\r\n    \"externalId\": \"1b650419-972c-4972-96e6-787f1d86a321\",\r\n    \"fee\": 0,\r\n    \"originalTransactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\r\n    \"status\": \"success\",\r\n    \"transactionId\": \"2c73b369-ae88-4f88-a678-a672d730ad70\",\r\n    \"type\": \"credit\",\r\n    \"updatedAt\": \"2024-07-26T12:22:51.902Z\"\r\n  },\r\n  \"time\": \"2024-07-26T12:22:54.612Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"},{"id":"0f4c186e-08a3-4d5b-815d-0f6ac9231f33","name":"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REVERSAL.SUCCEEDED\",\n  \"id\": \"7323932c-7285-411e-bbe1-4175e7cd70e4\",\n  \"payload\": {\n    \"amount\": 0.01,\n    \"createdAt\": \"2024-07-26T12:40:20.639Z\",\n    \"eventName\": \"PixInRefundReversal\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"status\": \"success\",\n    \"transactionId\": \"c1e1d1ed-31b1-4d91-bd70-37f7dbaa4d13\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.639Z\"\n  },\n  \"time\": \"2024-07-26T12:40:23.779Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"887b3ba6-86d3-417d-8805-2172547d8788"},{"name":"Pay Out","id":"a3e1aff9-4dfb-4dd1-8779-d846fc929c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing transaction information of the Pay Out type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"016d8e9d-a4e0-4059-9f83-bb0911f9ac70","name":"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REQUESTED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REQUESTED\",\n  \"id\": \"8f9afb1b-47a8-4648-8f37-d8ee1eb05a7b\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"PixOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:08.232Z\"\n  },\n  \"time\": \"2024-07-26T12:16:23.309Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"a93c29a5-6aea-4d63-9b3c-2f9df6f48e57","name":"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.SUCCEEDED\",\n  \"id\": \"fefe9a8a-117b-4fe5-a5ba-6dd1fe31ecdf\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"PixOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 9\n      },\n      {\n        \"name\": \"Fee Name\",\n        \"value\": 1\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:33.520Z\"\n  },\n  \"time\": \"2024-07-26T12:16:34.169Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"ea4f1b53-1566-44fc-9cc7-49e709dadf98","name":"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.FAILED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.FAILED\",\n  \"id\": \"df5721b1-f70a-4a7d-b3fe-503ac98d83d7\",\n  \"payload\": {\n    \"amount\": -2,\n    \"createdAt\": \"2024-07-26T12:22:32.016Z\",\n    \"error\": {\n      \"code\": \"PIS-018\",\n      \"message\": \"The minimum amount to send a successfully pix is R$ 5 and you sent R$ -2\"\n    },\n    \"eventName\": \"PixOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"failed\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:22:51.527Z\"\n  },\n  \"time\": \"2024-07-26T12:22:52.158Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"df98b05a-3807-44c9-b835-9ade6ce0a18e","name":"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REQUESTED\",\n  \"id\": \"afb98873-9681-4cc6-aef6-4cebc5dd4586\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"pending\",\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:37:58.542Z\"\n  },\n  \"time\": \"2024-07-26T12:37:59.279Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"1d6b9b8b-d04e-4fc4-a64e-7c7711c65bc1","name":"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.SUCCEEDED\",\n  \"id\": \"b43f22bf-2ddf-4acb-9ae1-e46cbaf5c942\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"success\",\n    \"transactionFees\": [],\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:38:33.594Z\"\n  },\n  \"time\": \"2024-07-26T12:38:34.600Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"11adc0db-cd71-4ce4-becd-e45a9e20e760","name":"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.FAILED\",\n  \"id\": \"2cca4db7-0a52-472c-9ac6-37bb8438f50c\",\n  \"payload\": {\n    \"amount\": -0.01,\n    \"createdAt\": \"2024-07-26T12:39:49.839Z\",\n    \"eventName\": \"PixInRefund\",\n    \"externalId\": \"699d84b2-12fd-4b6b-9418-498f8495a174\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"failed\",\n    \"transactionFees\": [],\n    \"transactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.540Z\"\n  },\n  \"time\": \"2024-07-26T12:40:21.605Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"a3e1aff9-4dfb-4dd1-8779-d846fc929c49"}],"id":"50ef9510-dba4-4570-864b-39ec5fca0511","description":"<h3 id=\"webhooks-of-online-bank-transfer-transactions\"><strong>Webhooks of Online Bank Transfer Transactions</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><strong>Pay In</strong><ul>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.REQUESTED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.SUCCEEDED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUNDED.SUCCEEDED</code><ul>\n<li>This event occurs when an Online Bank Transfer payment (pay out) is refunded</li>\n</ul>\n</li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REVERSAL.SUCCEEDED</code><ul>\n<li>This event occurs when sending an Online Bank Transfer fails and the <code>TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.FAILED</code> event occurs</li>\n</ul>\n</li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REVERSAL.SUCCEEDED</code><ul>\n<li>This event occurs when sending an Online Bank Transfer fails and the <code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.FAILED</code> event occurs</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Pay Out</strong><ul>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.REQUESTED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.SUCCEEDED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.PAYMENT.FAILED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.REQUESTED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.SUCCEEDED</code></li>\n<li><code>TRANSACTION.ONLINE_BANK_TRANSFER.REFUND.FAILED</code></li>\n<li><code>TRANSACTION.RESERVE.PAYMENT.SUCCEEDED</code><ul>\n<li>This event occurs when part of a transaction generated by the <code>TRANSACTION.ONLINE_BANK_TRANSFER.RECEIVED.SUCCEEDED</code> event is reserved.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"50ef9510-dba4-4570-864b-39ec5fca0511"},{"name":"E-Wallet","item":[{"name":"Pay In","id":"1fa8773f-d1bb-474a-8a4e-207d09617a47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing transaction information of the Pay In type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"de6640fe-1d50-4a77-b7cd-330a0dd16e69","name":"TRANSACTION.E_WALLET.RECEIVED.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.RECEIVED.REQUESTED\",\n  \"id\": \"99b17993-7cb7-42bc-8938-f4367b91179d\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"EWalletIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -0.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 1.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:32:49.770Z\"\n  },\n  \"time\": \"2024-07-26T12:32:52.825Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"d6c791eb-4dfd-4525-b248-3b78731b81d8","name":"TRANSACTION.E_WALLET.RECEIVED.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"url":{"raw":"","query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.RECEIVED.SUCCEEDED\",\n  \"id\": \"f59258f9-9ebf-4fc9-bdda-af48b27ece02\",\n  \"payload\": {\n    \"amount\": 10,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"EWalletIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -1.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 0.5\n      },\n      {\n        \"name\": \"Fee Name\",\n        \"value\": 1\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:34:36.763Z\"\n  },\n  \"time\": \"2024-07-26T12:34:40.889Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"7a186f99-8df0-41d0-9ff2-fb810cae1a84","name":"TRANSACTION.E_WALLET.REFUNDED.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.REFUNDED.SUCCEEDED\",\n  \"id\": \"88bc5087-b11e-4bea-a90a-7c9bd40496ed\",\n  \"payload\": {\n    \"amount\": 3,\n    \"createdAt\": \"2024-07-26T12:17:04.144Z\",\n    \"eventName\": \"EWALLETOutRefund\",\n    \"externalId\": \"1735e2a9-5436-47bc-995a-162a6087584f\",\n    \"fee\": 0,\n    \"originalTransactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"status\": \"success\",\n    \"transactionId\": \"53e7e754-0001-4236-b651-1bac9954d699\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:17:04.144Z\"\n  },\n  \"time\": \"2024-07-26T12:17:04.411Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"72dbaabf-6710-43d2-b29d-d76347996684","name":"TRANSACTION.E_WALLET.PAYMENT.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"TRANSACTION.E_WALLET.PAYMENT.REVERSAL.SUCCEEDED\",\n    \"id\": \"80a84dce-560b-4b16-8934-05d82f2c8898\",\n    \"payload\": {\n        \"amount\": 2,\n        \"createdAt\": \"2024-07-26T12:22:51.902Z\",\n        \"eventName\": \"EWalletOutReversal\",\n        \"externalId\": \"1b650419-972c-4972-96e6-787f1d86a321\",\n        \"fee\": 0,\n        \"originalTransactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\n        \"status\": \"success\",\n        \"transactionId\": \"2c73b369-ae88-4f88-a678-a672d730ad70\",\n        \"type\": \"credit\",\n        \"updatedAt\": \"2024-07-26T12:22:51.902Z\"\n    },\n    \"time\": \"2024-07-26T12:22:54.612Z\",\n    \"version\": \"v1\"\n}"},{"id":"40fe2bfc-219d-491f-a70f-c942e47efc84","name":"TRANSACTION.E_WALLET.REFUND.REVERSAL.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.REFUND.REVERSAL.SUCCEEDED\",\n  \"id\": \"7323932c-7285-411e-bbe1-4175e7cd70e4\",\n  \"payload\": {\n    \"amount\": 0.01,\n    \"createdAt\": \"2024-07-26T12:40:20.639Z\",\n    \"eventName\": \"EWalletInRefundReversal\",\n    \"fee\": 0,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"status\": \"success\",\n    \"transactionId\": \"c1e1d1ed-31b1-4d91-bd70-37f7dbaa4d13\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.639Z\"\n  },\n  \"time\": \"2024-07-26T12:40:23.779Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"1fa8773f-d1bb-474a-8a4e-207d09617a47"},{"name":"Pay Out","id":"bd514d60-f148-4cb0-ab5a-614fdcbe1a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing transaction information of the Pay Out type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"634b662d-84f5-4629-b03c-8d846565ce6d","name":"TRANSACTION.E_WALLET.PAYMENT.REQUESTED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.PAYMENT.REQUESTED\",\n  \"id\": \"8f9afb1b-47a8-4648-8f37-d8ee1eb05a7b\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"EWalletOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:08.232Z\"\n  },\n  \"time\": \"2024-07-26T12:16:23.309Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"7bfd1fcf-d91d-4b55-8d9c-30ad93865423","name":"TRANSACTION.E_WALLET.PAYMENT.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.PAYMENT.SUCCEEDED\",\n  \"id\": \"fefe9a8a-117b-4fe5-a5ba-6dd1fe31ecdf\",\n  \"payload\": {\n    \"amount\": -6,\n    \"createdAt\": \"2024-07-26T12:16:08.232Z\",\n    \"eventName\": \"EWalletOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 9\n      },\n      {\n        \"name\": \"Fee Name\",\n        \"value\": 1\n      }\n    ],\n    \"transactionId\": \"966c8cdb-16bb-4d88-a468-4d2e17bac055\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:16:33.520Z\"\n  },\n  \"time\": \"2024-07-26T12:16:34.169Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"c3dc2c94-43be-4f50-a679-33fcbad2bab6","name":"TRANSACTION.E_WALLET.PAYMENT.FAILED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.PAYMENT.FAILED\",\n  \"id\": \"df5721b1-f70a-4a7d-b3fe-503ac98d83d7\",\n  \"payload\": {\n    \"amount\": -2,\n    \"createdAt\": \"2024-07-26T12:22:32.016Z\",\n    \"error\": {\n      \"code\": \"PIS-018\",\n      \"message\": \"The minimum amount to send a successfully pix is R$ 5 and you sent R$ -2\"\n    },\n    \"eventName\": \"EWalletOut\",\n    \"fee\": -10,\n    \"information\": \"Your information\",\n    \"status\": \"failed\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 10\n      }\n    ],\n    \"transactionId\": \"082a7970-f160-4b02-a330-b58e016d8b7a\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:22:51.527Z\"\n  },\n  \"time\": \"2024-07-26T12:22:52.158Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"f25256c8-ae0b-40f8-a351-169f5af1dcf7","name":"TRANSACTION.E_WALLET.REFUND.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.REFUND.REQUESTED\",\n  \"id\": \"afb98873-9681-4cc6-aef6-4cebc5dd4586\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"EWalletInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"pending\",\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:37:58.542Z\"\n  },\n  \"time\": \"2024-07-26T12:37:59.279Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"c17ac8f1-3466-4eba-9cb5-47c212ebe9d4","name":"TRANSACTION.E_WALLET.REFUND.SUCCEEDED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.REFUND.SUCCEEDED\",\n  \"id\": \"b43f22bf-2ddf-4acb-9ae1-e46cbaf5c942\",\n  \"payload\": {\n    \"amount\": -5,\n    \"createdAt\": \"2024-07-26T12:37:58.542Z\",\n    \"eventName\": \"EWalletInRefund\",\n    \"externalId\": \"343f71fd-a7dd-40b1-853e-09b473b94a79\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"success\",\n    \"transactionFees\": [],\n    \"transactionId\": \"def1d235-077f-4abb-b6f1-7e4a1ccf6270\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:38:33.594Z\"\n  },\n  \"time\": \"2024-07-26T12:38:34.600Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"58f56a38-9c68-40b5-abd1-923ef3f3204d","name":"TRANSACTION.E_WALLET.REFUND.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.E_WALLET.REFUND.FAILED\",\n  \"id\": \"2cca4db7-0a52-472c-9ac6-37bb8438f50c\",\n  \"payload\": {\n    \"amount\": -0.01,\n    \"createdAt\": \"2024-07-26T12:39:49.839Z\",\n    \"eventName\": \"EWalletInRefund\",\n    \"externalId\": \"699d84b2-12fd-4b6b-9418-498f8495a174\",\n    \"fee\": -1,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"originalTransactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"status\": \"failed\",\n    \"transactionFees\": [],\n    \"transactionId\": \"0e32f3e4-d161-4896-990f-64a74502a8bf\",\n    \"type\": \"debit\",\n    \"updatedAt\": \"2024-07-26T12:40:20.540Z\"\n  },\n  \"time\": \"2024-07-26T12:40:21.605Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"bd514d60-f148-4cb0-ab5a-614fdcbe1a97"}],"id":"d2a6be9c-259d-4970-9a24-979381067114","description":"<h3 id=\"webhooks-of-e-wallet-transactions\"><strong>Webhooks of E-Wallet Transactions</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><strong>Pay In</strong><ul>\n<li><code>TRANSACTION.E_WALLET.RECEIVED.REQUESTED</code></li>\n<li><code>TRANSACTION.E_WALLET.RECEIVED.SUCCEEDED</code></li>\n<li><code>TRANSACTION.E_WALLET.REFUNDED.SUCCEEDED</code><ul>\n<li>This event occurs when an E-Wallet payment (pay out) is refunded</li>\n</ul>\n</li>\n<li><code>TRANSACTION.E_WALLET.PAYMENT.REVERSAL.SUCCEEDED</code><ul>\n<li>This event occurs when sending an E-Wallet fails and the <code>TRANSACTION.E_WALLET.PAYMENT.FAILED</code> event occurs</li>\n</ul>\n</li>\n<li><code>TRANSACTION.E_WALLET.REFUND.REVERSAL.SUCCEEDED</code><ul>\n<li>This event occurs when sending an E-Wallet fails and the <code>TRANSACTION.E_WALLET.REFUND.FAILED</code> event occurs</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Pay Out</strong><ul>\n<li><code>TRANSACTION.E_WALLET.PAYMENT.REQUESTED</code></li>\n<li><code>TRANSACTION.E_WALLET.PAYMENT.SUCCEEDED</code></li>\n<li><code>TRANSACTION.E_WALLET.PAYMENT.FAILED</code></li>\n<li><code>TRANSACTION.E_WALLET.REFUND.REQUESTED</code></li>\n<li><code>TRANSACTION.E_WALLET.REFUND.SUCCEEDED</code></li>\n<li><code>TRANSACTION.E_WALLET.REFUND.FAILED</code></li>\n<li><code>TRANSACTION.RESERVE.PAYMENT.SUCCEEDED</code><ul>\n<li>This event occurs when part of a transaction generated by the <code>TRANSACTION.E_WALLET.RECEIVED.SUCCEEDED</code> event is reserved.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"d2a6be9c-259d-4970-9a24-979381067114"},{"name":"Oxxo Pay","item":[{"name":"Pay In","id":"5811c705-19d4-4631-bb65-4371eb98507b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing transaction information of the Pay In type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"3752f874-7515-4020-9d98-6028ed207b18","name":"TRANSACTION.OXXO_PAY.RECEIVED.REQUESTED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.OXXO_PAY.RECEIVED.REQUESTED\",\n  \"id\": \"99b17993-7cb7-42bc-8938-f4367b91179d\",\n  \"payload\": {\n    \"amount\": 0,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"OxxoPayIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -0.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"pending\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 1.5\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:32:49.770Z\"\n  },\n  \"time\": \"2024-07-26T12:32:52.825Z\",\n  \"version\": \"v1\"\n}\n"},{"id":"93091e45-7a23-407d-835f-db1cd6f3b2a9","name":"TRANSACTION.OXXO_PAY.RECEIVED.SUCCEEDED","originalRequest":{"method":"POST","header":[{"key":"content-hmac","value":"sha256=09a180e94a2616aa1865851cb37d8f8c7903278f070587c33a147b8d8fad55a2","description":"The hmac should be used to validate the request origin with the secret key of received when webhook is registered"}],"url":{"raw":"","query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"event\": \"TRANSACTION.OXXO_PAY.RECEIVED.SUCCEEDED\",\n  \"id\": \"f59258f9-9ebf-4fc9-bdda-af48b27ece02\",\n  \"payload\": {\n    \"amount\": 10,\n    \"createdAt\": \"2024-07-26T12:32:49.770Z\",\n    \"eventName\": \"OxxoPayIn\",\n    \"expectedAmount\": 10,\n    \"fee\": -1.5,\n    \"orderId\": \"a8654d54-1ba1-42d0-b940-fb87c5806944\",\n    \"status\": \"success\",\n    \"transactionFees\": [\n      {\n        \"name\": \"Fee\",\n        \"value\": 0.5\n      },\n      {\n        \"name\": \"Fee Name\",\n        \"value\": 1\n      }\n    ],\n    \"transactionId\": \"2b696f25-1c99-4104-a4d6-385721f69010\",\n    \"type\": \"credit\",\n    \"updatedAt\": \"2024-07-26T12:34:36.763Z\"\n  },\n  \"time\": \"2024-07-26T12:34:40.889Z\",\n  \"version\": \"v1\"\n}\n"}],"_postman_id":"5811c705-19d4-4631-bb65-4371eb98507b"}],"id":"a47db656-a129-4400-bfcf-33c54e698584","description":"<h3 id=\"webhooks-of-oxxo-pay-transactions\"><strong>Webhooks of Oxxo Pay Transactions</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><strong>Pay In</strong></p>\n<ul>\n<li><p><code>TRANSACTION.OXXO_PAY.RECEIVED.REQUESTED</code></p>\n</li>\n<li><p><code>TRANSACTION.OXXO_PAY.RECEIVED.SUCCEEDED</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"a47db656-a129-4400-bfcf-33c54e698584"}],"id":"5c711e96-403e-46d1-9b6b-0862a92408a6","description":"<p>This section contains some examples of transaction webhooks.</p>\n<blockquote>\n<p><strong>All monetary values are floating point numbers with two decimal places.</strong> </p>\n</blockquote>\n<p><strong>Payload field data example</strong></p>\n<p>If a field has the description (Optional) it means that depending on the event it may not be present, the field will be sent if it exists in the record of the transaction that generated the event.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  Transaction amount\n  It is negative if the type is debit and positive if the type is credit\n  \"amount\": -0.6,\n  (Optional) Expected amount if is a pending credit transaction\n  \"expectedAmount\": 0,\n  \"createdAt\": \"Creation date\",\n  \"eventName\": \"PixInRefund\",\n  (Optional)\n  \"information\": \"Some aditional information\"\n  (Optional)\n  \"externalId\": \"Idempotency key\",\n   Total fee paid\n  \"fee\": 0,\n  (Optional) This field is empty if it is a debit type transaction\n  \"orderId\": \"Order identifier\",\n  (Optional) This field exists when the transaction was generated from \n  another transaction\n  \"originalTransactionId\": \"Original transaction identifier\",\n  Transaction status\n  \"status\": \"pending\" | \"success\" | \"failed\",\n  (Optional) Fees paid\n  \"transactionFees\": [\n    {\n      Indicates the status of the transaction at the time of billing\n      \"chargeMode\": \"requested\" | \"success\" | \"failed\"\n      \"createdAt\": \"Creation date\",\n      \"feeId\": \"Fee identifier\",\n      \"id\": \"Transaction fee identifier\",\n      \"name\": \"Fee Name\",\n      Indicates the category of transaction in which the fee was charged\n      \"operation\": \"pix\" | \"pixRefund\" | \"creditCard\" | \"creditCardRefund\" |\n       \"creditCardChargeBack\" | \"creditCardAuthorization\" | \n       \"creditCardCancellation\" | \"mexicanPayment\" | \"mexicanPaymentRefund\"\n      \"rules\": [\n        {\n          The fee rule currency\n          \"currency\": \"BRL\" | \"USD\" | \"MXN\",\n          Exchange rate value when a currency conversion occurs for billing\n          \"exchangeRate\": 1,\n          Maximum transaction amount for charging the fee\n          \"max\": null | 2000,\n          Minimum transaction amount to charge the fee\n          \"min\": 1000,\n          \"name\": \"Rule Name\",\n          \"ruleId\": \"Rule identifier\",\n          Rule type\n          Whether it is a fee calculated with a percentage or a fixed amount\n          \"type\": \"percentage\" | \"flatFee\",\n          \"value\": 0\n        }\n      ],\n      Reference of the transaction in which the fee was charged\n      \"transactionId\": \"Transaction identifier\",\n      \"updatedAt\": \"Update date\",\n      It is the sum of the value of all rules\n      \"value\": 0\n    }\n  ],\n  \"transactionId\": \"Transaction identifier\",\n  Transaction type\n  \"type\": \"credit\" | \"debit\",\n  (Optional) Error data\n  \"error\": {\n     Error details             \n     \"message\": \"Failed to communicate with pix service\",\n     Error code\n     \"code\": \"ACQ-001\"\n   }\n  \"updatedAt\": \"Update date\"\n}\n\n</code></pre>\n","_postman_id":"5c711e96-403e-46d1-9b6b-0862a92408a6"},{"name":"Orders","item":[{"name":"Pix","item":[{"name":"Create order","id":"f8f63e29-83e1-4e22-ac2e-7a11e07542be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"685aa4d3-8b2e-4991-8bef-ecbecb741365","name":"ORDER.PIX.OPENED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"a5976220-b67c-48a6-bad1-51031aae098f\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.PIX.OPENED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 100,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"pix\",\r\n    \"information\": \"Pix order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"open\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"f45f182e-9d76-4933-8650-0947ea18f11a","name":"ORDER.PIX.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"a5976220-b67c-48a6-bad1-51031aae098f\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.PIX.PAID\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 100,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"pix\",\r\n    \"information\": \"Pix order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"paid\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"0050ebaf-279f-4cc2-a2b9-c909d7f049fe","name":"ORDER.PIX.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"event\": \"ORDER.PIX.FAILED\",\r\n  \"id\": \"43de9466-57d8-45ef-96fa-cb02851d62aa\",\r\n  \"payload\": {\r\n    \"amount\": 2,\r\n    \"createdAt\": \"2024-07-26T15:04:21.960Z\",\r\n    \"id\": \"7340d249-f740-4a88-ad69-0c8e353430c5\",\r\n    \"paymentMethod\": \"pix\",\r\n    \"status\": \"failed\",\r\n    \"updatedAt\": \"2024-07-26T15:04:21.960Z\"\r\n  },\r\n  \"time\": \"2024-07-26T15:04:22.271Z\",\r\n  \"version\": \"v1\"\r\n}\r\n"}],"_postman_id":"f8f63e29-83e1-4e22-ac2e-7a11e07542be"}],"id":"82195003-adea-4494-b79d-ddbdded55d37","description":"<h3 id=\"webhooks-of-pix-orders\"><strong>Webhooks of Pix Orders</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><code>ORDER.PIX.OPENED</code></p>\n</li>\n<li><p><code>ORDER.PIX.FAILED</code></p>\n</li>\n<li><p><code>ORDER.PIX.PAID</code></p>\n</li>\n</ul>\n","_postman_id":"82195003-adea-4494-b79d-ddbdded55d37"},{"name":"Credit Card","item":[{"name":"Create order","id":"73a26dfa-304f-4009-8ada-17b0b473bab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"ed01cf83-3441-4f1e-8d37-de8da94a923f","name":"ORDER.CREDITCARD.OPENED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"b25bc5e8-defc-4815-babc-bd06d1919a60\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.OPENED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 2,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"d2d3b719-965a-4f6c-9ba6-469c44aced54\",\r\n    \"status\": \"open\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"8388d57f-d3c3-4dc8-9015-0083d27bf115","name":"ORDER.CREDITCARD.AUTHORIZED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"c94fc9af-67c1-4c80-90e9-da4aad72100f\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.AUTHORIZED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 7,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"5abb7012-802e-4564-891b-c5856a95fd56\",\r\n    \"status\": \"authorized\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"3184d8f5-0530-42d4-95ff-749f337a4537","name":"ORDER.CREDITCARD.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"47af4182-1786-4203-b4b2-4bdb584e80df\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.PAID\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 7,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"paid\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"8c69ec7b-2912-4d42-ab3f-69a02f967eef","name":"ORDER.CREDITCARD.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"08727c3f-9711-412a-a182-c762ddb4838d\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.FAILED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 0.02,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"failed\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"70f614a7-5671-4de6-81a9-cd492ba79d32","name":"ORDER.CREDITCARD.UNAUTHORIZED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"b25bc5e8-defc-4815-babc-bd06d1919a60\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.UNAUTHORIZED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 2,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"fa60d0d0-2e50-43f5-a0c5-02673608af52\",\r\n    \"status\": \"unauthorized\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"f5f90f4e-3be7-4050-adbe-831d238d6de3","name":"ORDER.CREDITCARD.CANCELED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"bf363eea-59fb-4266-b55b-f69ff57d9cee\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.CREDITCARD.CANCELED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 0,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"creditCard\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"fa60d0d0-2e50-43f5-a0c5-02673608af52\",\r\n    \"status\": \"canceled\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"}],"_postman_id":"73a26dfa-304f-4009-8ada-17b0b473bab5"}],"id":"c26f8a5d-ab8a-4641-9f57-979911012a99","description":"<h3 id=\"webhooks-of-credit-card-orders\"><strong>Webhooks of Credit Card Orders</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><code>ORDER.CREDITCARD.OPENED</code></p>\n</li>\n<li><p><code>ORDER.CREDITCARD.FAILED</code></p>\n</li>\n<li><p><code>ORDER.CREDITCARD.PAID</code></p>\n</li>\n<li><p><code>ORDER.CREDITCARD.AUTHORIZED</code></p>\n</li>\n<li><p><code>ORDER.CREDITCARD.UNAUTHORIZED</code></p>\n</li>\n<li><p><code>ORDER.CREDITCARD.CANCELED</code></p>\n</li>\n</ul>\n","_postman_id":"c26f8a5d-ab8a-4641-9f57-979911012a99"},{"name":"Online Bank Transfer","item":[{"name":"Create order","id":"f0cde9d4-9484-4d95-86dc-f08226d38bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing order information of the Credit Card type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"3e310d48-7c25-4175-ae5f-18faeeb828d7","name":"ORDER.ONLINE_BANK_TRANSFER.OPENED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"b25bc5e8-defc-4815-babc-bd06d1919a60\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.ONLINE_BANK_TRANSFER.OPENED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 2,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"onlineBankTransfer\",\r\n    \"information\": \"Credit card order\",\r\n    \"id\": \"d2d3b719-965a-4f6c-9ba6-469c44aced54\",\r\n    \"status\": \"open\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"2c38a232-942a-4a41-a84f-a3dde3f4cefb","name":"ORDER.ONLINE_BANK_TRANSFER.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"47af4182-1786-4203-b4b2-4bdb584e80df\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.ONLINE_BANK_TRANSFER.PAID\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 7,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"onlineBankTransfer\",\r\n    \"information\": \"Online Bank Transfer order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"paid\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"4915c94c-535c-4866-9ad5-99f0ae38bf10","name":"ORDER.ONLINE_BANK_TRANSFER.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"08727c3f-9711-412a-a182-c762ddb4838d\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.ONLINE_BANK_TRANSFER.FAILED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 0.02,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"onlineBankTransfer\",\r\n    \"information\": \"Online Bank Transfer order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"failed\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"}],"_postman_id":"f0cde9d4-9484-4d95-86dc-f08226d38bbe"}],"id":"afd949e1-4f9c-4e4f-9a89-6989df6b82a8","description":"<h3 id=\"online-bank-transfer-order-webhooks\"><strong>Online Bank Transfer Order Webhooks</strong></h3>\n<p>This type of webhook records transactions related to payment requests made via Online Bank Transfer</p>\n<h4 id=\"status-descriptions\">Status Descriptions</h4>\n<ul>\n<li><code>open</code>: The request is open and awaiting payment</li>\n<li><code>failed</code>: The payment for the request failed or was rejected</li>\n<li><code>paid</code>: The payment was successful</li>\n</ul>\n<h4 id=\"event-and-status-relationships\">Event and Status Relationships</h4>\n<ul>\n<li><code>ORDER.ONLINE_BANK_TRANSFER.OPENED</code> → <code>open</code></li>\n<li><code>ORDER.ONLINE_BANK_TRANSFER.FAILED</code> → <code>failed</code></li>\n<li><code>ORDER.ONLINE_BANK_TRANSFER.PAID</code> → <code>paid</code></li>\n</ul>\n<h4 id=\"event-sequence\">Event Sequence</h4>\n<ul>\n<li><code>{Convert Gateway}</code> is the base url for convrt api</li>\n</ul>\n","_postman_id":"afd949e1-4f9c-4e4f-9a89-6989df6b82a8"},{"name":"E-Wallet","item":[{"name":"Create order","id":"9fa599e6-5776-4ccc-abf4-1a1fd0728669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing order information of the Credit Card type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"570c8f47-7e5b-4617-a538-0a2c5bff7543","name":"ORDER.E_WALLET.OPENED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"b25bc5e8-defc-4815-babc-bd06d1919a60\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.E_WALLET.OPENED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 2,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"eWallet\",\r\n    \"information\": \"EWallet order\",\r\n    \"id\": \"d2d3b719-965a-4f6c-9ba6-469c44aced54\",\r\n    \"status\": \"open\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"dede9523-35fa-42d3-99ca-4010f2770135","name":"ORDER.E_WALLET.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"47af4182-1786-4203-b4b2-4bdb584e80df\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.E_WALLET.PAID\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 7,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"eWallet\",\r\n    \"information\": \"EWallet order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"paid\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"497a5dfc-32e7-43ae-ba1f-fad96aadaef5","name":"ORDER.E_WALLET.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"08727c3f-9711-412a-a182-c762ddb4838d\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.E_WALLET.FAILED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 0.02,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"eWallet\",\r\n    \"information\": \" EWallet order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"failed\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"}],"_postman_id":"9fa599e6-5776-4ccc-abf4-1a1fd0728669"}],"id":"34755dca-fe11-4622-870e-3b14d2a9375e","description":"<h3 id=\"online-bank-transfer-order-webhooks\"><strong>Online Bank Transfer Order Webhooks</strong></h3>\n<p>This type of webhook records transactions related to payment requests made via E-Wallet</p>\n<h4 id=\"status-descriptions\">Status Descriptions</h4>\n<ul>\n<li><code>open</code>: The request is open and awaiting payment</li>\n<li><code>failed</code>: The payment for the request failed or was rejected</li>\n<li><code>paid</code>: The payment was successful</li>\n</ul>\n<h4 id=\"event-and-status-relationships\">Event and Status Relationships</h4>\n<ul>\n<li><code>ORDER.E_WALLET.OPENED</code> → <code>open</code></li>\n<li><code>ORDER.E_WALLET.FAILED</code> → <code>failed</code></li>\n<li><code>ORDER.E_WALLET.PAID</code> → <code>paid</code></li>\n</ul>\n<h4 id=\"event-sequence\">Event Sequence</h4>\n<ul>\n<li><code>{Convert Gateway}</code> is the base url for convrt api</li>\n</ul>\n","_postman_id":"34755dca-fe11-4622-870e-3b14d2a9375e"},{"name":"Oxxo Pay","item":[{"name":"Create order","id":"ba3f1f1d-962b-4a31-a106-660203112dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","description":"<p>Each example represents an event containing order information of the Credit Card type.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"36198f1e-6341-40e5-8b18-8b015e31f354","name":"ORDER.OXXO_PAY.OPENED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"b25bc5e8-defc-4815-babc-bd06d1919a60\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.OXXO_PAY.OPENED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 2,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"oxxoPay\",\r\n    \"information\": \"Oxxo Pay order\",\r\n    \"id\": \"d2d3b719-965a-4f6c-9ba6-469c44aced54\",\r\n    \"status\": \"open\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"25dfb624-0b32-4f78-baff-0a9e6fc14499","name":"ORDER.OXXO_PAY.PAID","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"47af4182-1786-4203-b4b2-4bdb584e80df\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.OXXO_PAY.PAID\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 7,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"oxxoPay\",\r\n    \"information\": \"Oxxo Pay order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"paid\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"},{"id":"1196b512-c08d-4d59-be82-b2898d1b4ae8","name":"ORDER.OXXO_PAY.FAILED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"08727c3f-9711-412a-a182-c762ddb4838d\",\r\n  \"time\": \"2024-03-13T18:04:59.883Z\",\r\n  \"event\": \"ORDER.OXXO_PAY.FAILED\",\r\n  \"version\": \"v1\",\r\n  \"payload\": {\r\n    \"createdAt\": \"2024-03-13T18:12:02.610Z\",\r\n    \"amount\": 0.02,\r\n    \"externalId\": \"2d142d23-7d0b-4517-8433-6681\",\r\n    \"paymentMethod\": \"oxxoPay\",\r\n    \"information\": \" Oxxo pay order\",\r\n    \"id\": \"3bff98e0-afcf-408a-9e93-40c14d2fa575\",\r\n    \"status\": \"failed\",\r\n    \"updatedAt\": \"2024-03-13T18:12:02.610Z\"\r\n  }\r\n}\r\n"}],"_postman_id":"ba3f1f1d-962b-4a31-a106-660203112dd8"}],"id":"193de51e-5eb6-4a63-8c37-0d6abd897186","description":"<h3 id=\"oxxo-pay-order-webhooks\"><strong>Oxxo Pay Order Webhooks</strong></h3>\n<p>This type of webhook records transactions related to payment requests made via Oxxo Pay</p>\n<h4 id=\"status-descriptions\">Status Descriptions</h4>\n<ul>\n<li><p><code>open</code>: The request is open and awaiting payment</p>\n</li>\n<li><p><code>failed</code>: The payment for the request failed or was rejected</p>\n</li>\n<li><p><code>paid</code>: The payment was successful</p>\n</li>\n</ul>\n<h4 id=\"event-and-status-relationships\">Event and Status Relationships</h4>\n<ul>\n<li><p><code>ORDER.OXXO_PAY.OPENED</code> → <code>open</code></p>\n</li>\n<li><p><code>ORDER.OXXO_PAY.FAILED</code> → <code>failed</code></p>\n</li>\n<li><p><code>ORDER.OXXO_PAY.PAID</code> → <code>paid</code></p>\n</li>\n</ul>\n<h4 id=\"event-sequence\">Event Sequence</h4>\n<ul>\n<li><code>{Convert Gateway}</code> is the base url for convrt api</li>\n</ul>\n","_postman_id":"193de51e-5eb6-4a63-8c37-0d6abd897186"}],"id":"01919cbd-bd40-4a79-ae84-8657b18e9002","description":"<h3 id=\"order-webhook-events\">Order webhook events</h3>\n<p>This section contains some examples of order webhooks</p>\n<blockquote>\n<p><strong>All monetary values are floating point numbers with two decimal places.</strong> </p>\n</blockquote>\n<p><strong>Payload field data example</strong></p>\n<p>If a field has the description <code>(Optional)</code> it means that depending on the event it may not be present, the field will be sent if it exists in the record of the order that generated the event.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 100.50, // Order amount, awas positive\n  (Optional)\n  \"externalId\": \"Idempotency key\",\n  \"paymentMethod\": \"pix\" | \"creditCard\" | \"codi\" | \"speiCodi\" | \"spei\",\n  (Optional)\n  \"information\": \"Some additional information\",\n  \"id\": \"Oder identifier\",\n  \"status\": \"open\" | \"paid\" | \"authorized\" | \"unauthorized\" | \"canceled\" | \"failed\"\n  \"updatedAt\": \"Update date\",\n  \"createdAt\": \"Creation date\"\n}\n\n</code></pre>\n","_postman_id":"01919cbd-bd40-4a79-ae84-8657b18e9002"},{"name":"Payment Links","item":[{"name":"Pix","item":[{"name":"Create Payment Link","id":"6abc8d48-fbd8-41c2-92be-22c22f9b38de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"dc41447a-d73e-49e4-9b0d-98ebfabd1526","name":"PAYMENT_LINK.PENDING","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b23aeb20-f45b-4b9c-82eb-2ed19ccf81d4\",\r\n    \"event\": \"PAYMENT_LINK.PENDING\",\r\n    \"version\": \"v1\",\r\n    \"time\": \"2025-03-21T15:26:11.266Z\",\r\n    \"payload\": {\r\n        \"accountId\": \"0e9b2c69-db69-458c-9ad5-97b35bf63cc7\",\r\n        \"amount\": 0.99,\r\n        \"chosenPaymentMethod\": \"pix\",\r\n        \"createdAt\": \"2024-03-12T20:00:09.715Z\",\r\n        \"currency\": \"BRL\",\r\n        \"id\": \"f1ef0b89-0a14-4c73-9dcc-1106696e433e\",\r\n        \"region\": \"BR\",\r\n        \"status\": \"pending\",\r\n        \"updatedAt\": \"2024-03-12T20:00:09.715Z\"\r\n    }\r\n}"},{"id":"df7e6788-33b8-4480-bcd5-0eace83225bb","name":"PAYMENT_LINK.CANCELLED","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b23aeb20-f45b-4b9c-82eb-2ed19ccf81d4\",\r\n    \"event\": \"PAYMENT_LINK.CANCELLED\",\r\n    \"version\": \"v1\",\r\n    \"time\": \"2025-03-21T15:26:11.266Z\",\r\n    \"payload\": {\r\n        \"accountId\": \"0e9b2c69-db69-458c-9ad5-97b35bf63cc7\",\r\n        \"amount\": 0.99,\r\n        \"chosenPaymentMethod\": \"pix\",\r\n        \"createdAt\": \"2024-03-12T20:00:09.715Z\",\r\n        \"currency\": \"BRL\",\r\n        \"id\": \"f1ef0b89-0a14-4c73-9dcc-1106696e433e\",\r\n        \"region\": \"BR\",\r\n        \"status\": \"cancelled\",\r\n        \"updatedAt\": \"2024-03-12T20:00:09.715Z\"\r\n    }\r\n}"}],"_postman_id":"6abc8d48-fbd8-41c2-92be-22c22f9b38de"}],"id":"36088220-af79-401c-92cc-72638152c6a6","description":"<h3 id=\"webhooks-of-pix-orders\"><strong>Webhooks of Pix Orders</strong></h3>\n<h4 id=\"events\"><strong>Events</strong></h4>\n<ul>\n<li><p><code>ORDER.PIX.OPENED</code></p>\n</li>\n<li><p><code>ORDER.PIX.FAILED</code></p>\n</li>\n<li><p><code>ORDER.PIX.PAID</code></p>\n</li>\n</ul>\n","_postman_id":"36088220-af79-401c-92cc-72638152c6a6"}],"id":"c4d432a8-309b-429e-8c81-6fbfb1ffa420","description":"<h3 id=\"payment-link-webhook-events\">Payment link webhook events</h3>\n<p>This section contains some examples of payment link webhooks</p>\n<blockquote>\n<p><strong>All monetary values are floating point numbers with two decimal places.</strong> </p>\n</blockquote>\n<p><strong>Payload field data example</strong></p>\n<p>If a field has the description <code>(Optional)</code> it means that depending on the event it may not be present, the field will be sent if it exists in the record of the order that generated the event.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n  \"amount\": 100.39,  \n  \"chosenPaymentMethod\": \"pix\",  \n  \"accountType\": \"payIn\" | \"payOut\" | \"full\",\n  \"expiresIn\": 7200,  \n  \"code\": \"ABC1234\",  \n  \"merchantId\": \"Merchant identifier\",  \n  (Optional)\n  \"accountId\": \"Account identifier\", \n  (Optional)\n  \"description\": \"Some additional information\",  \n  (Optional)\n  \"transactionId\": \"Transaction identifier\",\n  (Optional)\n  \"orderId\": \"Order identifier\",  \n  \"currencies\": [\"BRL\", \"USD\"],  \n  \"currency\": \"BRL\",  \n  \"id\": \"Payment link identifier\",  \n  \"status\": \"pending\" | “paid” | “expired” | “cancelled” | “awaitingPayment” |  “failed” | “processing”,\n  \"notificationChannels\": [\"channel 1\", \"channel 2\"],  \n  \"updatedAt\": \"Update date\",  \n  \"createdAt\": \"Creation date\"  \n}\n\n</code></pre>\n","_postman_id":"c4d432a8-309b-429e-8c81-6fbfb1ffa420"},{"name":"Payment Links","item":[{"name":"Pix","item":[{"name":"Create Payment Link","id":"9ae2c528-6f5c-4075-9544-2a8478acbf8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"fc28b69f-19d5-4069-a2f5-6f38a562fee8","name":"PAYMENT_LINK.PENDING","originalRequest":{"method":"POST","header":[],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b23aeb20-f45b-4b9c-82eb-2ed19ccf81d4\",\r\n    \"event\": \"PAYMENT_LINK.PENDING\",\r\n    \"version\": \"v1\",\r\n    \"time\": \"2025-03-21T15:26:11.266Z\",\r\n    \"payload\": {\r\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\r\n        \"accountType\": \"full\",\r\n        \"amount\": 3,\r\n        \"code\": \"D2005F\",\r\n        \"createdAt\": \"2025-04-08T22:02:09.738Z\",\r\n        \"currencies\": [\r\n            \"BRL\"\r\n        ],\r\n        \"currency\": \"BRL\",\r\n        \"data\": {\r\n            \"pix\": {\r\n                \"document\": \"122.604.854-48\",\r\n                \"expiresIn\": 86337\r\n            }\r\n        },\r\n        \"expiresIn\": 86337,\r\n        \"id\": \"d0386dad-8a13-4944-9795-f288fa5e1d61\",\r\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\r\n        \"notificationChannels\": [],\r\n        \"orderData\": {},\r\n        \"origin\": \"MerchantPanel\",\r\n        \"paymentMethods\": [\r\n            \"pix\"\r\n        ],\r\n        \"product\": {\r\n            \"lowerName\": \"product\",\r\n            \"name\": \"Product\"\r\n        },\r\n        \"region\": \"BR\",\r\n        \"status\": \"pending\",\r\n        \"updatedAt\": \"2025-04-08T22:02:09.738Z\"\r\n    }\r\n}"},{"id":"b9b39403-614a-48e6-b872-fa3a2d6fd6bd","name":"PAYMENT_LINK.CANCELLED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b23aeb20-f45b-4b9c-82eb-2ed19ccf81d4\",\r\n    \"event\": \"PAYMENT_LINK.CANCELLED\",\r\n    \"version\": \"v1\",\r\n    \"time\": \"2025-03-21T15:26:11.266Z\",\r\n    \"payload\": {\r\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\r\n        \"accountType\": \"full\",\r\n        \"amount\": 3,\r\n        \"code\": \"D2005F\",\r\n        \"createdAt\": \"2025-04-08T22:02:09.738Z\",\r\n        \"currencies\": [\r\n            \"BRL\"\r\n        ],\r\n        \"currency\": \"BRL\",\r\n        \"data\": {\r\n            \"pix\": {\r\n                \"document\": \"122.604.854-48\",\r\n                \"expiresIn\": 86337\r\n            }\r\n        },\r\n        \"expiresIn\": 86337,\r\n        \"id\": \"d0386dad-8a13-4944-9795-f288fa5e1d61\",\r\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\r\n        \"notificationChannels\": [],\r\n        \"orderData\": {},\r\n        \"origin\": \"MerchantPanel\",\r\n        \"paymentMethods\": [\r\n            \"pix\"\r\n        ],\r\n        \"product\": {\r\n            \"lowerName\": \"product\",\r\n            \"name\": \"Product\"\r\n        },\r\n        \"region\": \"BR\",\r\n        \"status\": \"cancelled\",\r\n        \"updatedAt\": \"2025-04-08T22:02:09.738Z\"\r\n    }\r\n}"},{"id":"92f3e9f4-e4c4-4293-aeea-69cf30a131d6","name":"PAYMENT_LINK.AWAITING_PAYMENT","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"PAYMENT_LINK.AWAITING_PAYMENT\",\n    \"id\": \"d0b95672-97a2-4081-af4c-cb8637865c74\",\n    \"payload\": {\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n        \"accountType\": \"full\",\n        \"amount\": 900,\n        \"chosenPaymentMethod\": \"pix\",\n        \"code\": \"6D905C\",\n        \"createdAt\": \"2025-04-08T21:47:15.107Z\",\n        \"currencies\": [\n            \"BRL\"\n        ],\n        \"currency\": \"BRL\",\n        \"data\": {\n            \"pix\": {\n                \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n                \"accountType\": \"full\",\n                \"amount\": 900,\n                \"capture\": true,\n                \"currencies\": [\n                    \"BRL\"\n                ],\n                \"currency\": \"BRL\",\n                \"document\": \"105.471.766-43\",\n                \"documentNumber\": \"10547176643\",\n                \"expiresIn\": 8640000,\n                \"externalId\": \"JSIN1293SDJ\",\n                \"information\": null,\n                \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n                \"name\": \"Pedro Henrique Pimenta Rubinger\",\n                \"orderOrigin\": \"PaymentLink\",\n                \"paymentMethods\": [\n                    \"pix\"\n                ],\n                \"region\": \"BR\"\n            }\n        },\n        \"description\": null,\n        \"expiresIn\": 10201372,\n        \"id\": \"efb38192-4a5f-456a-b71a-26198311e2dc\",\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n        \"notificationChannels\": [],\n        \"notificationUrl\": null,\n        \"orderData\": {\n            \"emv\": \"00020126580014BR.GOV.BCB.PIX0136123E4567-E12B-12D1-A456-4266554400005204000053039865802BR5913PEDRO HENRIQUE PIMENTA RUBINGER6008BRASILIA62070503***63041D3D\",\n            \"expiresIn\": 8640000\n        },\n        \"orderId\": \"5462dff0-a8f1-4401-9707-75181dde122d\",\n        \"origin\": \"MerchantPanel\",\n        \"paymentMethods\": [\n            \"pix\"\n        ],\n        \"product\": {\n            \"description\": \"Let's go\",\n            \"lowerName\": \"hey ho\",\n            \"name\": \"Hey Ho\"\n        },\n        \"region\": \"BR\",\n        \"status\": \"awaitingPayment\",\n        \"updatedAt\": \"2025-04-08T21:47:56.419Z\"\n    },\n    \"time\": \"2025-04-08T21:47:56.956Z\",\n    \"version\": \"v1\"\n}"},{"id":"d75ed4c9-b4b8-4380-b69d-d912c6fec921","name":"PAYMENT_LINK.PROCESSING","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"PAYMENT_LINK.PROCESSING\",\n    \"id\": \"d0b95672-97a2-4081-af4c-cb8637865c74\",\n    \"payload\": {\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n        \"accountType\": \"full\",\n        \"amount\": 900,\n        \"chosenPaymentMethod\": \"pix\",\n        \"code\": \"6D905C\",\n        \"createdAt\": \"2025-04-08T21:47:15.107Z\",\n        \"currencies\": [\n            \"BRL\"\n        ],\n        \"currency\": \"BRL\",\n        \"data\": {\n            \"pix\": {\n                \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n                \"accountType\": \"full\",\n                \"amount\": 900,\n                \"capture\": true,\n                \"currencies\": [\n                    \"BRL\"\n                ],\n                \"currency\": \"BRL\",\n                \"document\": \"105.471.766-43\",\n                \"documentNumber\": \"10547176643\",\n                \"expiresIn\": 8640000,\n                \"externalId\": \"JSIN1293SDJ\",\n                \"information\": null,\n                \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n                \"name\": \"Pedro Henrique Pimenta Rubinger\",\n                \"orderOrigin\": \"PaymentLink\",\n                \"paymentMethods\": [\n                    \"pix\"\n                ],\n                \"region\": \"BR\"\n            }\n        },\n        \"description\": null,\n        \"expiresIn\": 10201372,\n        \"id\": \"efb38192-4a5f-456a-b71a-26198311e2dc\",\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n        \"notificationChannels\": [],\n        \"notificationUrl\": null,\n        \"orderData\": {\n            \"emv\": \"00020126580014BR.GOV.BCB.PIX0136123E4567-E12B-12D1-A456-4266554400005204000053039865802BR5913PEDRO HENRIQUE PIMENTA RUBINGER6008BRASILIA62070503***63041D3D\",\n            \"expiresIn\": 8640000\n        },\n        \"orderId\": \"5462dff0-a8f1-4401-9707-75181dde122d\",\n        \"origin\": \"MerchantPanel\",\n        \"paymentMethods\": [\n            \"pix\"\n        ],\n        \"product\": {\n            \"description\": \"Let's go\",\n            \"lowerName\": \"hey ho\",\n            \"name\": \"Hey Ho\"\n        },\n        \"region\": \"BR\",\n        \"status\": \"processing\",\n        \"updatedAt\": \"2025-04-08T21:47:56.419Z\"\n    },\n    \"time\": \"2025-04-08T21:47:56.956Z\",\n    \"version\": \"v1\"\n}"},{"id":"e14e6f44-03f1-4753-959e-6427065345a4","name":"PAYMENT_LINK.PAID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"PAYMENT_LINK.PAID\",\n    \"id\": \"94c815a4-78d3-488e-a41e-707caa6e4c9a\",\n    \"payload\": {\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n        \"accountType\": \"full\",\n        \"amount\": 90,\n        \"chosenPaymentMethod\": \"pix\",\n        \"code\": \"EC2595\",\n        \"createdAt\": \"2025-04-08T18:06:19.544Z\",\n        \"currencies\": [\n            \"BRL\"\n        ],\n        \"currency\": \"BRL\",\n        \"data\": {\n            \"pix\": {\n                \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n                \"accountType\": \"full\",\n                \"amount\": 90,\n                \"capture\": true,\n                \"currencies\": [\n                    \"BRL\"\n                ],\n                \"currency\": \"BRL\",\n                \"document\": \"105.471.766-43\",\n                \"documentNumber\": \"10547176643\",\n                \"expiresIn\": 6828,\n                \"information\": null,\n                \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n                \"name\": \"Pedro Henrique Pimenta Rubinger\",\n                \"orderOrigin\": \"PaymentLink\",\n                \"paymentMethods\": [\n                    \"pix\"\n                ],\n                \"region\": \"BR\"\n            }\n        },\n        \"description\": null,\n        \"expiresIn\": 6828,\n        \"id\": \"6e1223a8-0feb-4c7e-a1ee-5b16a4379cca\",\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n        \"notificationChannels\": [],\n        \"notificationUrl\": null,\n        \"orderData\": {\n            \"emv\": \"00020126580014BR.GOV.BCB.PIX0136123E4567-E12B-12D1-A456-4266554400005204000053039865802BR5913PEDRO HENRIQUE PIMENTA RUBINGER6008BRASILIA62070503***63041D3D\",\n            \"expiresIn\": 6828\n        },\n        \"orderId\": \"580b6f43-e20b-49d7-8a5f-9199ba4bc0e5\",\n        \"origin\": \"MerchantPanel\",\n        \"paymentMethods\": [\n            \"pix\"\n        ],\n        \"product\": {\n            \"description\": \"Let's go\",\n            \"lowerName\": \"hey ho\",\n            \"name\": \"Hey Ho\"\n        },\n        \"region\": \"BR\",\n        \"status\": \"paid\",\n        \"transactionId\": null,\n        \"updatedAt\": \"2025-04-08T18:06:54.546Z\"\n    },\n    \"time\": \"2025-04-08T18:08:02.366Z\",\n    \"version\": \"v1\"\n}"},{"id":"37a1f3c8-d80a-487e-ac58-c09982d476d0","name":"PAYMENT_LINK.EXPIRED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"PAYMENT_LINK.EXPIRED\",\n    \"id\": \"5c092127-04d1-4703-b238-b1c250ec8244\",\n    \"payload\": {\n        \"accountId\": \"bf5279f7-425b-41ab-9ae0-f7d47a030cd5\",\n        \"accountType\": \"full\",\n        \"amount\": 99.99,\n        \"chosenPaymentMethod\": \"pix\",\n        \"code\": \"862351\",\n        \"createdAt\": \"2025-04-08T16:44:27.250Z\",\n        \"currencies\": [\n            \"BRL\"\n        ],\n        \"currency\": \"BRL\",\n        \"data\": {\n            \"pix\": {\n                \"expiresIn\": 3600\n            }\n        },\n        \"description\": \"Purchase of product X\",\n        \"expiresIn\": 3600,\n        \"id\": \"f5faf0b3-5854-45c9-82e0-d523a6821c9c\",\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n        \"notificationChannels\": [],\n        \"notificationUrl\": null,\n        \"orderData\": {},\n        \"orderId\": null,\n        \"origin\": \"MerchantConnection\",\n        \"paymentMethods\": [\n            \"pix\",\n            \"creditCard\"\n        ],\n        \"product\": {\n            \"description\": \"Purchase of product X\",\n            \"lowerName\": \"product z\",\n            \"name\": \"Product z\"\n        },\n        \"region\": \"BR\",\n        \"status\": \"expired\",\n        \"transactionId\": null,\n        \"updatedAt\": \"2025-04-08T17:44:58.406Z\"\n    },\n    \"time\": \"2025-04-08T17:45:00.991Z\",\n    \"version\": \"v1\"\n}"},{"id":"53e6f736-1418-4d2f-8ce2-3eeac68fe84e","name":"PAYMENT_LINK.FAILED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":""},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"event\": \"PAYMENT_LINK.FAILED\",\n    \"id\": \"abb66942-9904-463b-8abb-41f1a0355931\",\n    \"payload\": {\n        \"accountId\": \"17042350-6e46-426d-a009-c0887470d595\",\n        \"accountType\": \"full\",\n        \"amount\": 1000,\n        \"chosenPaymentMethod\": \"pix\",\n        \"code\": \"5645B9\",\n        \"createdAt\": \"2025-04-09T11:55:45.710Z\",\n        \"currencies\": [\n            \"BRL\"\n        ],\n        \"currency\": \"BRL\",\n        \"data\": {\n            \"pix\": {\n                \"accountId\": \"17042350-6e46-426d-a009-c0887470d595\",\n                \"accountType\": \"full\",\n                \"amount\": 1000,\n                \"capture\": true,\n                \"currencies\": [\n                    \"BRL\"\n                ],\n                \"currency\": \"BRL\",\n                \"documentNumber\": \"12260485448\",\n                \"expiresIn\": 86358,\n                \"information\": null,\n                \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n                \"name\": \"My Name\",\n                \"orderOrigin\": \"PaymentLink\",\n                \"paymentMethods\": [\n                    \"pix\"\n                ],\n                \"region\": \"BR\"\n            }\n        },\n        \"description\": null,\n        \"expiresIn\": 86358,\n        \"id\": \"873d4583-7a63-4e2f-80c5-b4a16ae250c6\",\n        \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n        \"notificationChannels\": [],\n        \"notificationUrl\": null,\n        \"orderData\": {\n            \"emv\": \"\",\n            \"expiresIn\": 86358\n        },\n        \"orderId\": \"f6d8593a-9604-4874-a303-17377968a82a\",\n        \"origin\": \"MerchantPanel\",\n        \"paymentMethods\": [\n            \"pix\"\n        ],\n        \"product\": {\n            \"lowerName\": \"product\",\n            \"name\": \"Product\"\n        },\n        \"region\": \"BR\",\n        \"status\": \"failed\",\n        \"updatedAt\": \"2025-04-09T11:56:18.619Z\"\n    },\n    \"time\": \"2025-04-09T11:56:19.118Z\",\n    \"version\": \"v1\"\n}"}],"_postman_id":"9ae2c528-6f5c-4075-9544-2a8478acbf8a"}],"id":"56dc936e-69cf-4f9e-ae69-3a948638afc5","description":"<h3 id=\"pix-payment-links-webhooks\"><strong>Pix Payment Links Webhooks</strong></h3>\n<p>This type of webhook records events related to payment requests made through the system. Payment links are generated for the available payment methods, allowing the payer to access a secure page and complete the transaction quickly and conveniently, without the need for manual.</p>\n<h4 id=\"status-descriptions\">Status Descriptions</h4>\n<ul>\n<li><p><code>pending</code>: The payment link was created</p>\n</li>\n<li><p><code>paid</code>: The payment was successful paid</p>\n</li>\n<li><p><code>expired</code>: The payment link was expired</p>\n</li>\n<li><p><code>cancelled</code>: The payment link was cancelled</p>\n</li>\n<li><p><code>processing</code>: The payment link is being processed</p>\n</li>\n<li><p><code>awaitingPayment</code>: Payment generated awaiting customer action</p>\n</li>\n<li><p><code>failed</code>: Payment failed</p>\n</li>\n</ul>\n<h4 id=\"event-and-status-relationships\">Event and Status Relationships</h4>\n<ul>\n<li><p><code>PAYMENT_LINK.PENDING</code> → <code>pending</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.PAID</code> → <code>paid</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.EXPIRED</code> → <code>expired</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.CANCELLED</code> → <code>cancelled</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.PROCESSING</code> → <code>processing</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.AWAITING_PAYMENT</code> → <code>awaitingPayment</code></p>\n</li>\n<li><p><code>PAYMENT_LINK.FAILED</code> → <code>failed</code></p>\n</li>\n</ul>\n<h4 id=\"event-sequence\">Event Sequence</h4>\n<ul>\n<li><code>{Convert Gateway}</code> is the base url for convrt api</li>\n</ul>\n<img src=\"https://content.pstmn.io/f5782ae8-e2b8-453f-a41f-53968a852691/aW1hZ2UucG5n\" alt height=\"1395\" width=\"956\" />","_postman_id":"56dc936e-69cf-4f9e-ae69-3a948638afc5"}],"id":"ee812883-2cec-413c-b978-37ecdc11e589","description":"<h3 id=\"payment-link-webhook-events\">Payment link webhook events</h3>\n<p>This section contains some examples of payment link webhooks</p>\n<blockquote>\n<p><strong>All monetary values are floating point numbers with two decimal places.</strong> </p>\n</blockquote>\n<p><strong>Payload field data example</strong></p>\n<p>If a field has the description <code>(Optional)</code> it means that depending on the event it may not be present, the field will be sent if it exists in the record of the order that generated the event.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n  \"amount\": 100.39,  \n  \"chosenPaymentMethod\": \"pix\",  \n  \"accountType\": \"payIn\" | \"payOut\" | \"full\",\n  \"expiresIn\": 7200,  \n  \"code\": \"ABC1234\",  \n  \"merchantId\": \"Merchant identifier\",  \n  (Optional)\n  \"accountId\": \"Account identifier\", \n  (Optional)\n  \"description\": \"Some additional information\",  \n  (Optional)\n  \"transactionId\": \"Transaction identifier\",\n  (Optional)\n  \"orderId\": \"Order identifier\",  \n  \"currencies\": [\"BRL\", \"USD\"],  \n  \"currency\": \"BRL\",  \n  \"id\": \"Payment link identifier\",  \n  \"status\": \"pending\" | “paid” | “expired” | “cancelled” | “awaitingPayment” |  “failed” | “processing”,\n  \"notificationChannels\": [\"channel 1\", \"channel 2\"],\n  \"origin\": \"MerchantPanel\",\n  \"orderData\": {\n     Order data depending on de chosen payment method\n  },\n  \"product\": {\n      \"lowerName\": \"product\",\n      \"name\": \"Product\",\n      (Optional)\n      \"description\": \"Product Description\"\n   },\n  \"updatedAt\": \"Update date\",\n  \"createdAt\": \"Creation date\"  \n}\n\n</code></pre>\n","_postman_id":"ee812883-2cec-413c-b978-37ecdc11e589"}],"id":"59f06bfd-10d9-436b-b3af-3c7f7f0e1c19","description":"<p>This section contain the possible webhook notifications</p>\n<ul>\n<li><p>We expect to receive the status HTTP 200 in the response</p>\n</li>\n<li><p>Output IPs</p>\n<ul>\n<li><p><code>SANDBOX: 34.237.15.246</code></p>\n</li>\n<li><p><code>PRODUÇÃO: 44.213.150.110</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Webhook data example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  Event type of the Webhook Event\n  The list of possible events will be described in each section.\n  \"event\": \"ENTITY.PAYMENT_METHOD.TYPE.STATUS\" | \"ENTITY.PAYMENT_METHOD.STATUS\",\n  \"id\": \"Webhook event identifier\",\n  The data in the payload depends on the entity type\n  Examples of data present in each entity below\n  \"payload\": {},\n  \"time\": \"Time of webhook event creation\",\n  \"version\": \"Version of the wehook API\"\n}\n\n</code></pre>\n<p><strong>Retry proccess</strong></p>\n<p>When we receive an unexpected status while sending the webhook, the attempt is cached so that it can be resent at another time. A timeout is added for the next attempt based on the number of previous attempts. After ten attempts, we consider the sending a failure and remove the attempt from the cache. The table below indicates the time interval between attempts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Seconds</th>\n<th>Minutes</th>\n<th>Hours</th>\n<th>Attempt</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>60</td>\n<td>1</td>\n<td>0.016</td>\n<td>1-2 attempts</td>\n</tr>\n<tr>\n<td>120</td>\n<td>2</td>\n<td>0.033</td>\n<td>3rd attempt</td>\n</tr>\n<tr>\n<td>300</td>\n<td>5</td>\n<td>0.083</td>\n<td>4th attempt</td>\n</tr>\n<tr>\n<td>1200</td>\n<td>20</td>\n<td>0.333</td>\n<td>5th attempt</td>\n</tr>\n<tr>\n<td>21600</td>\n<td>360</td>\n<td>6</td>\n<td>6th attempt</td>\n</tr>\n<tr>\n<td>43200</td>\n<td>720</td>\n<td>12</td>\n<td>7th attempt onward</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Instructions for Validating HMAC Hash</strong></p>\n<p><strong>About HMAC</strong></p>\n<p>HMAC (Hash-based Message Authentication Code) is a method used for verifying the integrity of information transmitted over an untrusted medium. It involves utilizing a secret key shared between parties to validate the transmitted information.</p>\n<p>We employ CryptoJS with the <code>HmacSHA256</code> method to generate a hash using the hash key passed as a parameter.</p>\n<p><strong>Request Body</strong> <strong><code>prop data</code></strong></p>\n<ul>\n<li>The example consists of transforming the body of the webhook into json format and converting it to a string, then we use the HmacSHA256 function from the cryptoJS library, using the converted body and a Secret Key to generate the hmac.<br />  The Secret Key is generated when registering the webhook through the merchant panel<br />  After generating this hmac, we compare it with the one received as a parameter of the main function and check the validity of the hmac</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const cryptoJS = require(\"crypto-js\");\nconst hmac = \"42b29f4a6432b45b20cff60f9587bcae0188680b137b2a39a285714525c90af3\";\nconst data = {\n  id: \"92c429cd-2d14-4cd4-a870-2a6590343c26\", //  Webhook Event Id\n  time: \"2024-03-11T14:26:02.778Z\", //  Time of Webhook Event creation\n  event: \"TRANSACTION.PIX.REFUNDED.SUCCEEDED\", //  Event type of the Webhook Event\n  payload: {\n    amount: 12.5, // Amount to be transfer\n    orderId: \"d6d55e06-b0ef-462f-8f14-eb5fa9cca92e\", // Order Id\n    fee: 0, // Fee Value to be paid\n    externalId: \"279dc90b-92ef-4ad3-824c-1c070e72fa36\", // External Id\n    eventName: \"PixIn\", // Event Name\n    transactionFees: [], // Array of Transaction Fees\n    type: \"credit\", // Transaction type\n    balanceAfterTransaction: 18967.75, // Balance After This Transaction\n    transactionId: \"34a12bf9-e7b7-43a5-9d06-40c0dc2ce5fe\", // Transaction Id\n    status: \"success\", // Transaction Status [pending, success, failed]\n    expectedAmount: 0, // Expected amount if is a pending credit transaction\n    createdAt: \"2023-12-20T19:28:18.281Z\", // Created Date\n    updatedAt: \"2023-12-20T19:28:34.038Z\", // Updated Date\n  },\n  version: \"v1\", // Version of the Wehook API\n};\nconst key = \"secretKey\";\nfunction main(receivedHmac) {\n  const dataText = JSON.stringify(data);\n  const hmac = cryptoJS.HmacSHA256(dataText, key);\n  const hash = hmac.toString(cryptoJS.enc.Hex);\n  console.log(hash);\n  const hmacIsValid = receivedHmac === hash;\n  console.log(`IsValid: ${hmacIsValid}`);\n}\nmain(hmac);\n\n</code></pre>\n","_postman_id":"59f06bfd-10d9-436b-b3af-3c7f7f0e1c19"},{"name":"Transactions","item":[{"name":"Credit Card","item":[{"name":"Create Credit Card Order","id":"0c3f61e8-5c33-43c1-8787-0744ded637ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 5.01,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        // \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        // \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card","description":"<p>The endpoint makes an HTTP POST request to create a new order using a credit card. The request body should include the amount, external ID (optional), billing information, credit card details, installment, type, and notification URL. The credit card details should include the token, first six and last four digits, expiration month and year, and optionally wallet information and threads pass through details.</p>\n<h4 id=\"zero-auth-for-1-authentication-requests-capture--false\">Zero Auth for $1 Authentication Requests (capture = false)</h4>\n<p>If the <code>capture</code> field is sent as false and the <code>amount</code> is 1, instead of a regular authorization, Convrt will perform a Zero Auth authentication (<strong>only Cielo for now</strong>).</p>\n<h4 id=\"multifunctional-cards-rule\">Multifunctional Cards Rule</h4>\n<p>In Brazil, some cards have both types enabled, credit and debit, and these are categorized as multiple. However, despite having both functions, only one of them can be effectively enabled, and in a credit transaction, the reason for the failure may be that the card is only enabled for debit, for example. In these cases, we will return the error <strong>AQS-025 - Authorization failed - SCA is required</strong>, <strong>indicating that the transaction requires 3DS and that the card has been stored for 30 minutes for a future retry</strong>, where Convrt should redirect the transaction as a debit in an attempt to succeed.</p>\n<h4 id=\"operation-flow\">Operation flow</h4>\n<p>The flow of this operation will depend on the payment processor and whether the capture field sent in the request is true. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Capture: <code>true</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: Synchronous</p>\n</li>\n<li><p>Pmi: Synchronous</p>\n</li>\n<li><p>Xpate: Asynchronous or Synchronous</p>\n<ul>\n<li>Synchronous if <code>threadsPassThrough</code> field is provided in the request</li>\n</ul>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n<li><p>Andamos Creando: Asynchronous or Synchronous</p>\n<ul>\n<li>Synchronous if credit card doesn't need 3DS</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Capture: <code>false</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: Synchronous</p>\n</li>\n<li><p>Pmi: Asynchronous</p>\n</li>\n<li><p>Xpate: This processor does not perform this operation</p>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n<li><p>Andamos Creando: This processor does not perfom this operation</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is <strong>BRL 0.01</strong>, the credit card transaction will be <em>rejected</em>, simulating an <strong>integration error</strong> and returning an <em>error</em>.</p>\n</li>\n<li><p>If the <strong>amount</strong> falls within the range of <strong>BRL 0.2</strong> to <strong>BRL 1.99</strong>, the credit card transaction will be <em>rejected</em>, and the status will be returned as <strong>failed</strong>.</p>\n</li>\n<li><p>If the <strong>amount</strong> falls within the range of <strong>BRL 2.00</strong> to BRL <strong>4.99</strong>, the credit card transaction will be <em>rejected</em>, and the status will be returned as <strong>unauthorized</strong>.</p>\n</li>\n<li><p>If the <strong>amount</strong> is <strong>BRL 5.00</strong>, the credit card transaction is <em>accepted</em>, and the status returns as <strong>open</strong>.</p>\n<ul>\n<li>A <strong>nextStep</strong> object will be returned with the URL to be called and the parameter that must be sent, the route for this call can be found <a href=\"https://\">here</a>.</li>\n</ul>\n</li>\n<li><p>If the <strong>amount</strong> is greater than <strong>BRL 5.00</strong>, the credit card transaction is <strong>confirmed</strong>, and the status returns as <strong>authorized.</strong></p>\n</li>\n<li><p>Automatic blacklist blocking timeout simulations (status returned as <strong>failed</strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Amount (BRL)</strong></th>\n<th><strong>Simulation value</strong></th>\n<th><strong>Blocking timeout</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>2.10</code></td>\n<td><code>AUTOMATIC_BLACKLIST_FIVE_MINUTES_TIMEOUT_BLOCKING</code></td>\n<td>5 minutes</td>\n</tr>\n<tr>\n<td><code>2.20</code></td>\n<td><code>AUTOMATIC_BLACKLIST_THIRTY_MINUTES_TIMEOUT_BLOCKING</code></td>\n<td>30 minutes</td>\n</tr>\n<tr>\n<td><code>2.30</code></td>\n<td><code>AUTOMATIC_BLACKLIST_ONE_HOUR_TIMEOUT_BLOCKING</code></td>\n<td>1 hour</td>\n</tr>\n<tr>\n<td><code>2.40</code></td>\n<td><code>AUTOMATIC_BLACKLIST_FOUR_HOURS_TIMEOUT_BLOCKING</code></td>\n<td>4 hours</td>\n</tr>\n<tr>\n<td><code>2.50</code></td>\n<td><code>AUTOMATIC_BLACKLIST_ONE_DAY_TIMEOUT_BLOCKING</code></td>\n<td>1 day</td>\n</tr>\n<tr>\n<td><code>2.60</code></td>\n<td><code>AUTOMATIC_BLACKLIST_TWO_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>2 days</td>\n</tr>\n<tr>\n<td><code>2.70</code></td>\n<td><code>AUTOMATIC_BLACKLIST_THREE_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>3 days</td>\n</tr>\n<tr>\n<td><code>2.80</code></td>\n<td><code>AUTOMATIC_BLACKLIST_FOUR_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>4 days</td>\n</tr>\n<tr>\n<td><code>2.90</code></td>\n<td><code>AUTOMATIC_BLACKLIST_SIX_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>6 days</td>\n</tr>\n<tr>\n<td><code>3.00</code></td>\n<td><code>AUTOMATIC_BLACKLIST_EIGHT_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>8 days</td>\n</tr>\n<tr>\n<td><code>3.10</code></td>\n<td><code>AUTOMATIC_BLACKLIST_TEN_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>10 days</td>\n</tr>\n<tr>\n<td><code>3.20</code></td>\n<td><code>AUTOMATIC_BLACKLIST_THIRTY_DAYS_TIMEOUT_BLOCKING</code></td>\n<td>30 days</td>\n</tr>\n<tr>\n<td><code>3.30</code></td>\n<td><code>AUTOMATIC_BLACKLIST_ZERO_TIMEOUT_BLOCKING</code></td>\n<td>0 minutes</td>\n</tr>\n<tr>\n<td><code>3.40</code></td>\n<td><code>AUTOMATIC_BLACKLIST_PERMANENT_BLOCKING</code></td>\n<td>Permanent</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h3 id=\"homologation-xpate-testing-instructions\">Homologation Xpate Testing Instructions</h3>\n<ul>\n<li><p>Capture must be <code>true</code>, Xpate can't create a standalone authorization order, only sale orders. If capture prop is false, an error is returned like the example: <strong>Capture Option Is Not Available</strong></p>\n</li>\n<li><p>Amount value must be between $5.00 and $1000.00. If value is not in the range, an error is returned like the example: <strong>Amount Out Of Range</strong></p>\n</li>\n<li><p>If <strong>threadsPassThrough</strong> is not sent in request, Xpate will send a redirect URL to initiate 3DS flow, customer will need to confirm credit card data. Like example in <strong>Redirect URl</strong>.</p>\n</li>\n<li><p>Test Credit card :</p>\n<ul>\n<li><p>Number: 5286940020000304 - CVV: 196</p>\n</li>\n<li><p>Number: 4761070000000004 - CVV: 196</p>\n</li>\n<li><p>Number: 5286940020000908 - CVV: 196</p>\n</li>\n</ul>\n</li>\n<li><p>If Xpate returns an failed status, the order and transactions will be with failed status and a processorReason e failedReason object will be returned with order data. Like Example <strong>Failed Status Order</strong></p>\n</li>\n</ul>\n<h3 id=\"homologation-pxp-testing-instructions\">Homologation PXP Testing Instructions</h3>\n<ul>\n<li><p>In threadsPassThrough property, PXP doesn't accept <code>\"mode\": \"challenge\"</code>. If threadsPassThrough mode is challenge, an error is returned like example: <strong>Not Option Available To 3DS param</strong></p>\n</li>\n<li><p>To use <strong>recurrent type,</strong> it's ncessary use specific cards:</p>\n<ul>\n<li><p>Number: 4522947655492323 - CVV: (any 3 numbers value, example: 389)</p>\n</li>\n<li><p>Number: 5580071186345292 - CVV: (any 3 numbers value, example: 910)</p>\n</li>\n</ul>\n</li>\n<li><p>If PXP returns an failed status, the order and transactions will be with failed status and a processorReason e failedReason object will be returned with order data. Like Example <strong>Failed Status Order</strong></p>\n</li>\n</ul>\n<h3 id=\"pmi-testing-instructions\">PMI Testing Instructions</h3>\n<h4 id=\"homologation-and-production\">Homologation and Production</h4>\n<ul>\n<li><p>Only credit cards issued in Mexico will be accepted.</p>\n</li>\n<li><p>To create a recurring order, you must include <code>\"type\": \"recurrent\"</code> in the request data.</p>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<h4 id=\"homologation-and-production-1\">Homologation and Production</h4>\n<ul>\n<li><p>The billing document number property needs to be a CPF or CNPJ.</p>\n</li>\n<li><p>If the <code>threadsPassThrough</code> field is provided with 3ds data, the <code>dsReferenceId</code> field must be provided with the <code>RequestID</code> returned in the authentication process.</p>\n</li>\n</ul>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li><p>To make the most of the Simulated payment method, you can create a card number using an online card generator or by choosing random numbers.</p>\n</li>\n<li><p>For either option, the first 15 digits of the card can be random and the last digit must be the number corresponding to the status of the transaction you want to test.</p>\n</li>\n<li><p>The Security Code (CVV) and validity information can be random, keeping the CVV with 3 digits and the validity year and month.</p>\n</li>\n<li><p>The table below shows the simulation scenarios for each card ending.</p>\n<ul>\n<li>Test card 402400715376319<strong>1</strong>, for example, will simulate authorized status.</li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Card End</th>\n<th>Transaction Status</th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0  <br />1  <br />4</td>\n<td>Authorized</td>\n<td>Operation successfully completed</td>\n<td>5479471197489200  <br />5522425678703551  <br />4556007742558534</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Unauthorized</td>\n<td>Not authorized</td>\n<td>5277704137479962</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Unauthorized</td>\n<td>Expired card</td>\n<td>5540534698636903</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Unauthorized</td>\n<td>Blocked card</td>\n<td>5462814058779335</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Unauthorized</td>\n<td>Time out</td>\n<td>5537004032352836</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Unauthorized</td>\n<td>Canceled card</td>\n<td>5292847979747797</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Unauthorized</td>\n<td>Credit card Problems</td>\n<td>372252748966188</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Random Authorization</td>\n<td>Operation successfully / Time out</td>\n<td>5457042291408739</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"andamos-creando-testing-instructions\">Andamos Creando Testing Instructions</h3>\n<ul>\n<li><p>Capture must be <code>true</code>, Andamos Creando can't create a standalone authorization order, only sale orders. If capture prop is false, an error is returned like the example: <strong>Capture Option Is Not Available</strong></p>\n</li>\n<li><p>If Andamos Creando returns an failed status, the order and transactions will be with failed status and a processorReason e failedReason object will be returned with order data. Like Example <strong>Failed Status Order</strong></p>\n</li>\n<li><p>Test Credit Cards</p>\n<ul>\n<li><p>Number: 4242424242424242 - Synchronous Success</p>\n</li>\n<li><p>Number: 4032037236725541 - Synchronous Decline</p>\n</li>\n<li><p>Number: 4242424242424846 - Asynchronous 3DS</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes:</h3>\n<ul>\n<li><p>The externalId prop is an optional unique idempotency key saved in order's data. When request send a externalId that already exists, the saved order is returned and It's not updated. See <strong>Already saved External Id</strong> example.</p>\n</li>\n<li><p>The capture prop is a boolean that indicates if the credit card order must be s<strong>tandalone authorization</strong> or a <strong>sale</strong>. If it's true, order will be salve as a sale, If it's false, order will be a <strong>standalone authorization</strong>. If capture prop is not sent, the default value is true.</p>\n</li>\n<li><p>For standalone authorizations, the response will not contain the transactionId because it is only an authorization transaction. To obtain the transactionId, it is necessary to capture the transaction in the credit card capture API.</p>\n</li>\n<li><p>During the creation of the order, validation may occur where risk tools are used. If validation results in failure, the request will be rejected and the reason for failure indicating the validations that failed.</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>capture</code> (boolean): Indicates whether to capture the payment immediately.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the order.</p>\n</li>\n<li><p><code>externalId</code> (string, optional): An optional idempotency key.</p>\n</li>\n<li><p><code>notificationUrl</code> (string): URL for receiving notifications.</p>\n</li>\n<li><p><code>billing</code> (object): An object with different requirements according to acquirer. For more details, read the section below.</p>\n</li>\n<li><p><code>creditCard.holderName</code>(string): Credit card holder name.</p>\n</li>\n<li><p><code>creditCard.cardNumber</code> (string): Credit card full PAN.</p>\n</li>\n<li><p><code>creditCard.cvv</code> (string): Credit card security code.</p>\n</li>\n<li><p><code>creditCard.expMonth</code> (number): Expiration month of the credit card.</p>\n</li>\n<li><p><code>creditCard.expYear</code> (number): Expiration year of the credit card.</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.version</code> (enum(\"2.1.0\", \"2.2.0\")): Version of threads pass through.</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.eci</code> (string): ECI (Electronic Commerce Indicator).</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.authenticationValue</code> (string): Authentication value (CAVV/AAV).</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.dsTransactionId</code> (string): DS transaction id returned by the third 3DS service. This ID is usually returned as a UUID.</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.dsReferenceId</code> (string): DS reference id returned by the third 3DS service. This field works similarly to a traceId. It is returned in most cases and is used to <strong>track an authentication request</strong>.</p>\n</li>\n<li><p><code>creditCard.threadsPassThrough.mode</code> (enum(\"challenge\", \"frictionless\")): Method used in 3DS authentication. Possible values: \"challenge\" or \"frictionless\".</p>\n</li>\n<li><p><code>creditCard.installment</code> (number): Number of installments.</p>\n</li>\n<li><p><code>creditCard.type</code> (enum(\"standard\", \"recurrent\")): Indicate if transaction will be availiable for recurrence.</p>\n</li>\n<li><p><code>notificationUrl</code> (string): URL for receiving notifications.</p>\n</li>\n</ul>\n<h3 id=\"external-tokenization\">External Tokenization</h3>\n<p>Network tokenization allows integrators to send a DPAN (Device Primary Account Number) and cryptogram instead of raw card data. When <code>externalTokenization</code> is present in the request, <code>cardNumber</code>, <code>cvv</code>, and other card-specific fields are not required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dpan</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Device Primary Account Number (tokenized card number from card network)</td>\n</tr>\n<tr>\n<td><code>cryptogram</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique authentication code generated by the card network for each transaction</td>\n</tr>\n<tr>\n<td><code>expMonth</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration month (1-12). May differ from the original card expiration</td>\n</tr>\n<tr>\n<td><code>expYear</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration year (e.g., 2030). May differ from the original card expiration</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>externalTokenization</code> object is nested inside the <code>creditCard</code> (or <code>debitCard</code>) object.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 1000,\n  \"capture\": true,\n  \"notificationUrl\": \"https://your-webhook-url.com\",\n  \"creditCard\": {\n    \"holderName\": \"John Doe\",\n    \"type\": \"standard\",\n    \"installment\": 1,\n    \"externalTokenization\": {\n      \"dpan\": \"5067220000000001\",\n      \"cryptogram\": \"YwAAAAAABaYcCMX/OhNRQAAAAAA=\",\n      \"expMonth\": 12,\n      \"expYear\": 2030\n    }\n  },\n  \"billing\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"documentNumber\": \"11222333000181\",\n    \"address\": \"Rua Example 123\",\n    \"city\": \"Sao Paulo\",\n    \"zip\": \"01310100\",\n    \"country\": \"BRA\",\n    \"ipAddress\": \"127.0.0.1\",\n    \"email\": \"john@example.com\",\n    \"phoneNumber\": \"5511999999999\"\n  }\n}\n\n</code></pre>\n<h5 id=\"currently-the-external-tokenization-works-only-for-cielo-processor\">Currently the external tokenization works only for Cielo processor.</h5>\n<h4 id=\"request-body---billing\">Request Body - billing</h4>\n<p>As stated above, <code>billing</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>property</strong></th>\n<th><strong>type</strong></th>\n<th><strong>description</strong></th>\n<th><strong>PXP</strong></th>\n<th><strong>Pmi</strong></th>\n<th><strong>Xpate</strong></th>\n<th><strong>Inovio</strong></th>\n<th><strong>Cielo</strong></th>\n<th><strong>Andamos Creando</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td><code>string</code></td>\n<td>First name of the customer</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td><code>string</code></td>\n<td>Last name of the customer</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><code>string</code></td>\n<td>Customer`s country</td>\n<td><code>required</code> only if <code>address</code>, <code>city</code>, <code>zip</code> or <code>phoneNumber</code> is defined</td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td><code>string</code></td>\n<td>Customer`s state</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><code>string</code></td>\n<td>Customer`s address</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td><code>string</code></td>\n<td>Customer`s city</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td><code>string</code></td>\n<td>Customer`s zip code</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>Customer`s email</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s phone number</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td><code>string</code></td>\n<td>Customer`s IP address</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>documentNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s document number</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body---threadspassthrough\">Request Body - ThreadsPassThrough</h4>\n<p>As stated above, <code>creditCard.threadsPassThrough</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>property</strong></th>\n<th><strong>type</strong></th>\n<th><strong>description</strong></th>\n<th><strong>PXP</strong></th>\n<th><strong>Pmi</strong></th>\n<th><strong>Xpate</strong></th>\n<th><strong>Inovio</strong></th>\n<th><strong>Cielo</strong></th>\n<th><strong>Andamos Creando</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Is required?</code></td>\n<td></td>\n<td>3DS data</td>\n<td>False</td>\n<td>False</td>\n<td>True</td>\n<td>False</td>\n<td></td>\n<td>Not Suported</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td><code>string</code></td>\n<td>Type of 3DS validation (<code>challenge ou</code> <code>frictionless</code>)</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td>Not Suported</td>\n</tr>\n<tr>\n<td><code>dsTransactionId</code></td>\n<td><code>string</code></td>\n<td>Id of validation</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td>Not Suported</td>\n</tr>\n<tr>\n<td><code>version</code></td>\n<td><code>string</code></td>\n<td>The version used in 3DS validation</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td>Not Suported</td>\n</tr>\n<tr>\n<td><code>eci</code></td>\n<td><code>string</code></td>\n<td>Electronic Commerce Indicator</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td>Not Suported</td>\n</tr>\n<tr>\n<td><code>authenticationValue</code></td>\n<td><code>string</code></td>\n<td>Authentication value resulted from 3DS validations</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td>Not Suported</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"risk-validation\">Risk Validation</h3>\n<p>Creating a payment is subject to undergoing a risk validation process. The transaction will only check risk validation if is provided the document number and if the documentNumber is a CPF.</p>\n<p>Risk validation is an anti-fraud procedure performed to determine whether the payer is eligible for the payment transaction. Currently, we consider the following criteria:</p>\n<ul>\n<li><p><strong>Age</strong>: Checks if the CPF holder, the payer, is of legal age.</p>\n</li>\n<li><p><strong>Life Status</strong>: Verifies that the CPF holder does not have a death record—ensuring the person is alive at the time of the inquiry. This is important for preventing fraud or registration errors.</p>\n</li>\n<li><p><strong>Government Restrictions</strong>: Assesses whether there are any active government restrictions on the CPF, such as prohibitions related to public agencies, which could hinder the transaction.</p>\n</li>\n</ul>\n<h3 id=\"blacklist-validation\">Blacklist Validation</h3>\n<p>During order creation, payer information is validated against blacklist/whitelist rules.</p>\n<ul>\n<li><p>If one or more blacklist matches are found and no whitelist match exists, the order can be blocked.</p>\n</li>\n<li><p>If a whitelist match exists for the same context, blacklist validation is bypassed.</p>\n</li>\n</ul>\n<h4 id=\"blacklist-identifier-types\">Blacklist identifier types</h4>\n<p>The following identifier types may be used in blacklist validation:</p>\n<ul>\n<li><p><code>documentNumber</code></p>\n</li>\n<li><p><code>ipv4</code></p>\n</li>\n<li><p><code>address</code></p>\n</li>\n<li><p><code>email</code></p>\n</li>\n<li><p><code>zip</code></p>\n</li>\n<li><p><code>phoneNumber</code></p>\n</li>\n<li><p><code>bin</code></p>\n</li>\n<li><p><code>emailDomain</code></p>\n</li>\n<li><p><code>cardFingerprint</code></p>\n</li>\n</ul>\n<h4 id=\"example-blacklist-return\">Example blacklist return</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": \"TSC-009\",\n  \"message\": \"Some payer's information are invalid because they are in blacklist\",\n  \"shortMessage\": \"PayerIsInBlacklist\",\n  \"details\": {\n    \"failedReason\": {\n      \"code\": \"TSC-009\",\n      \"origin\": \"blacklist\",\n      \"details\": \"Some payer's information are invalid because they are in blacklist\",\n      \"data\": {\n        \"email\": \"blocked-user@example.com\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"response-status\">Response status</h3>\n<ul>\n<li><p><code>200 Ok</code>: The order already exists, you will see the data of the created order. For a new order you must check the externalId property, it works as an idepotency key and the field must be unique to create a new order. A new order is created if you do not provide the field either.</p>\n</li>\n<li><p><code>201 Created</code>: The order has been successfully created and the request has been processed by the processor, you will see the result in the response data.</p>\n</li>\n<li><p><code>202 Accepted</code>: The order request has been accepted and the request will be processed by the processor, you will see the result in the response data.</p>\n</li>\n</ul>\n<h3 id=\"bin-query-information-response\">BIN Query information response</h3>\n<ul>\n<li><p><code>cardBrand:</code> mastercard, amex, visa, elo</p>\n</li>\n<li><p><code>cardType:</code> multiple, credit, debit or debit_meal</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"currency\": { \"type\": \"string\" },\n    \"orderId\": { \"type\": \"string\" },\n    \"paymentMethod\": { \"type\": \"string\" },\n    \"status\": { \"type\": \"string\" },\n    \"transactionFees\": { \"type\": \"array\" },\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n  }\n}\n\n</code></pre>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<ul>\n<li>Find below a detailed list of possible errors returned by the API, with reference codes and reason.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS-005</td>\n<td>Invalid credentials for Credit Card Service</td>\n</tr>\n<tr>\n<td>CCS-012</td>\n<td>Insufficient funds to complete operation</td>\n</tr>\n<tr>\n<td>CCS-013</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>CCS-014</td>\n<td>Invalid CVV code</td>\n</tr>\n<tr>\n<td>CCS-015</td>\n<td>Invalid amount to create order</td>\n</tr>\n<tr>\n<td>CCS-016</td>\n<td>Invalid Card Brand</td>\n</tr>\n<tr>\n<td>CCS-017</td>\n<td>Invalid Currency</td>\n</tr>\n<tr>\n<td>CCS-018</td>\n<td>Service Unavailable</td>\n</tr>\n<tr>\n<td>CCS-019</td>\n<td>Something happened when creating transaction</td>\n</tr>\n<tr>\n<td>CCS-020</td>\n<td>Invalid Payment Account</td>\n</tr>\n<tr>\n<td>CCS-021</td>\n<td>Invalid Expiration Date</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","create-order-credit-card"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c37bffc2-fd1a-4937-856c-12f44e32ea45","name":"Create Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 50.00,\n    \"externalId\": \"1\",\n    \"information\": \"information\", // optional\n    \"billing\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Jones\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"Brasil\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"+12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"holder name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"333\",\n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 1,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dev.convrt.cc/proxy/v1/create-credit-card-0rder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"currency\": \"BRL\",\n\t\"orderId\": \"da81b179-4a49-4359-87a5-d096f4f45d47\",\n\t\"paymentMethod\": \"creditCard\",\n\t\"status\": \"open\",\n\t\"transactionFees\": [],\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n}"},{"id":"6d5ff3c5-6605-40a1-b636-8d2ff224b791","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 50.00,\n    \"externalId\": \"1\",\n    \"information\": \"information\", // optional\n    \"billing\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Jones\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"Brasil\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"+12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"holder name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"333\",\n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 1,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-credit-card-0rder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"7de35692-2539-4f63-a797-c74cbda4b19d","name":"Already Saved External Id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"lonzoId","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 200,\n    \"externalId\": \"Already saved externalId\",\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"Country\",\n        \"ipAddress\": \"127.0.0.1\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 2,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"da81b179-4a49-4359-87a5-d096f4f45d47\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"open\",\n    \"transactionFees\": []\n}"},{"id":"e5473213-f07c-4e47-939d-e7d1a5c1bf2b","name":"Error With Processor Reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"b0c5c831-c25b-4a73-af81-1b3d8efe349a","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    //\"currency\": \"USD\",\n    //\"externalId\": \"dca234a03fd34eb-a86f04-47d4-8331u-b6ti2173309c64\", // opcional (idempotency key)\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"61610283015\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"EU\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Bruce Wayne\", // req\n        \"cardNumber\": \"4200350000000801\", // 13 - 19 req\n        \"cvv\": \"123\", // 3 - 4 req \n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        //\"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        //\"walletName\": \"Bruce Wayne\", // Optional\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 1,\n        \"type\": \"standard\" // standard - recurrent\n    }\n    // \"notificationUrl\": \"https://webhook.site/2ba2bd59-a89f-4cd9-bbfb-9a786d76c89f\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"597"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 09 Aug 2024 16:51:23 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b64906-55c6f1885425cb943bb76e0a;Parent=0ae264c8b3e5ccc1;Sampled=0;lineage=c999a7c1:0|4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"b1997a2b-5472-457a-af72-65a7d3f9710b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amz-apigw-id","value":"cQBZGGvWIAMEcWg="},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8348c06ca24c7faf1ae00ad6facc20b2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"R1KW5aYmCH9OyFfhbiHXw62s34T4ran-tof6eGj3rVoWSpnvWdjwXg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"068a2dc2-fae3-4440-a880-8a893a7f8405\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"processorReason\": {\n        \"processorCode\": \"N/A\",\n        \"processorDetails\": \"Decline for CVV2 failure\",\n        \"processorRaw\": {\n            \"reason\": \"Decline for CVV2 failure\",\n            \"customer_message\": \"An error has occurred\",\n            \"status\": \"error\"\n        },\n        \"processorName\": \"Xpate\"\n    },\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": [\n        {\n            \"id\": \"749be3de-2d68-4181-9da7-6a6b13a50611\",\n            \"name\": \"Taxa PayIn Full - CC - Authorization\",\n            \"value\": 0.1,\n            \"chargeMode\": \"requested\",\n            \"feeId\": \"ffe08515-32c7-4869-b328-a58b3a09bf69\",\n            \"operation\": \"creditCardAuthorization\",\n            \"rules\": [\n                {\n                    \"currency\": \"USD\",\n                    \"exchangeRate\": 1,\n                    \"ruleId\": \"7d5307b8-362f-4d28-a83c-3fecbd84b852\",\n                    \"min\": 0,\n                    \"max\": null,\n                    \"name\": \"Taxa PayIn Full - CC - Authorization\",\n                    \"type\": \"percentage\",\n                    \"value\": 0.1\n                }\n            ],\n            \"transactionId\": \"b9f918ba-d0f6-4148-89c6-ed80163ff572\",\n            \"createdAt\": \"2024-08-09T16:51:23.469Z\",\n            \"updatedAt\": \"2024-08-09T16:51:23.469Z\"\n        },\n        {\n            \"id\": \"c16ffaaa-b06c-4421-99bd-e7296bef2ddd\",\n            \"name\": \"Taxa PayIn Full - CC - Authorization\",\n            \"value\": 0.1,\n            \"chargeMode\": \"failed\",\n            \"feeId\": \"ffe08515-32c7-4869-b328-a58b3a09bf69\",\n            \"operation\": \"creditCardAuthorization\",\n            \"rules\": [\n                {\n                    \"currency\": \"USD\",\n                    \"exchangeRate\": 1,\n                    \"ruleId\": \"7d5307b8-362f-4d28-a83c-3fecbd84b852\",\n                    \"min\": 0,\n                    \"max\": null,\n                    \"name\": \"Taxa PayIn Full - CC - Authorization\",\n                    \"type\": \"percentage\",\n                    \"value\": 0.1\n                }\n            ],\n            \"transactionId\": \"b9f918ba-d0f6-4148-89c6-ed80163ff572\",\n            \"createdAt\": \"2024-08-09T16:51:23.469Z\",\n            \"updatedAt\": \"2024-08-09T16:51:23.469Z\"\n        }\n    ]\n}"},{"id":"4f03d952-ca5f-4c4f-a0ba-da69d22ff397","name":"Capture Option Is Not Available","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-012\",\n  \"message\": \"Unable to create a charge without capturing it.\",\n  \"shortMessage\": \"OptionNotAvailable\"\n}"},{"id":"19df264a-a470-4cec-86dc-f20246d9041e","name":"Amount Out Of Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-013\",\n  \"message\": \"The amount value has to be between $5.00 and $1000.00 for this provider.\",\n  \"shortMessage\": \"MinMaxAmountError\"\n}"},{"id":"e01132ed-98c0-44a1-9444-88d0fb51070d","name":"Not Option Available To 3DS param","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-017\",\n  \"message\": \"'mode' option in 3DS parameters is not available for provider\",\n  \"shortMessage\": \"ThreeDSOptionNotAvailable\"\n}"},{"id":"555c86d3-e944-419e-8c31-2483ba8aaf18","name":"Redirect URl","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"95ac65e6-bc88-472c-be05-978e0d3584d3\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"open\",\n    \"nextStep\": {\n        \"redirect\": {\n            \"method\": \"get\",\n            \"params\": [],\n            \"url\": \"https://api.gateway.xpate.com/pay/9a969152-4d78-455a-be89-e8269ef2c6ba/0d86fe9a-f6fe-46a1-92fc-059d7910d9b9/authenticate/\"\n        },\n        \"type\": \"redirect\"\n    },\n    \"transactionFees\": [],\n    \"transactionId\": \"d53efeb8-4941-4527-8bd3-d595625ab564\"\n}"},{"id":"6642df35-2f99-4db2-8245-4cef1e8af595","name":"Failed Status Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"8bb5c47b-32b9-4559-bdd2-ae19da488518\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"3ec7997e-2ad4-4069-86da-90bbb1ef02ae","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 5.01,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        // \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        // \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"val-001\",\r\n    \"message\": \"Validation Error\",\r\n    \"shortMessage\": \"validationError\",\r\n    \"details\": {\r\n        \"processorName\": \"Cielo\",\r\n        \"validationData\": [\r\n            {\r\n                \"property\": \"billing\",\r\n                \"children\": [\r\n                    {\r\n                        \"property\": \"firstName\",\r\n                        \"constraints\": {\r\n                            \"isString\": \"firstName must be a string\",\r\n                            \"isNotEmpty\": \"firstName should not be empty\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"property\": \"lastName\",\r\n                        \"constraints\": {\r\n                            \"isString\": \"lastName must be a string\",\r\n                            \"isNotEmpty\": \"lastName should not be empty\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"property\": \"documentNumber\",\r\n                        \"constraints\": {\r\n                            \"isInstance\": \"documentNumber must be an instance of DocumentNumber\",\r\n                            \"isNotEmpty\": \"documentNumber should not be empty\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"318a306c-5d81-4645-8b80-bdc4ba260c8e","name":"ABECS Error Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"currency\": \"BRL\", // OPTIONAL\n    \"billing\": {\n        \"firstName\": \"Ryan\",\n        \"lastName\": \"Eloy\",\n        \"documentNumber\": \"47708716861\",\n        \"address\": \"Avenida Reynaldo Porcari\",\n        \"city\": \"Jundiaí\",\n        \"zip\": \"13212-439\",\n        \"country\": \"BRA\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"test.holder@luby.com.br\",\n        \"phoneNumber\": \"11973041534\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Ryan M F Eloy\",\n        \"cardNumber\": \"2340132000588364\",\n        \"cvv\": \"970\",\n        \"expMonth\": 1,\n        \"expYear\": 2026,\n        \"installment\": 1,\n        \"type\": \"recurrent\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.2.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\",\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"91ded959-f2d6-452e-a596-00cae97103df\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Autorizacao negada\",\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"91ded959f2d6452ea596\",\n            \"Customer\": {\n                \"Name\": \"Ryan Eloy\",\n                \"Identity\": \"47708716861\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"ryan.eloy@luby.com.br\",\n                \"Address\": {\n                    \"Street\": \"Avenida Reynaldo Porcari\",\n                    \"ZipCode\": \"13212-439\",\n                    \"City\": \"Jundiaí\",\n                    \"Country\": \"BRA\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"ServiceTaxAmount\": 0,\n                \"Installments\": 1,\n                \"Interest\": 1,\n                \"Capture\": true,\n                \"Authenticate\": false,\n                \"Recurrent\": true,\n                \"CreditCard\": {\n                    \"CardNumber\": \"234013******8364\",\n                    \"Holder\": \"Ryan M F Eloy\",\n                    \"ExpirationDate\": \"01/2026\",\n                    \"SaveCard\": true,\n                    \"CardToken\": \"9028f02a-ab93-4dac-8c99-0510985c8dd2\",\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"First\",\n                        \"Reason\": \"Recurring\"\n                    }\n                },\n                \"Tid\": \"11085651044Q74R2160C\",\n                \"ProofOfSale\": \"148015\",\n                \"SoftDescriptor\": \"TEST\",\n                \"Provider\": \"Cielo\",\n                \"Eci\": \"0\",\n                \"IsQrCode\": false,\n                \"MerchantAdviceCode\": \"24\",\n                \"InitiatedTransactionIndicator\": {\n                    \"Category\": \"C1\",\n                    \"Subcategory\": \"CredentialsOnFile\"\n                },\n                \"SentOrderId\": \"91ded959f2d6452ea596\",\n                \"Amount\": 100,\n                \"ReceivedDate\": \"2025-10-26 13:09:06\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"51\",\n                \"PaymentId\": \"fe96e5e1-0fdb-4060-af5d-5a7a368effc8\",\n                \"Type\": \"CreditCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/fe96e5e1-0fdb-4060-af5d-5a7a368effc8\"\n                    }\n                ]\n            }\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": true,\n    \"failedReason\": {\n        \"code\": \"ABECS-51\",\n        \"details\": \"INSUFFICIENT BALANCE/LIMIT\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"9c1bfcd0-c5ad-42c6-b75a-f22477f44ce0","name":"3DS Required Response (Debit)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 1,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"currency\": \"BRL\", // OPTIONAL\n    \"billing\": {\n        \"firstName\": \"Ryan\",\n        \"lastName\": \"Eloy\",\n        \"documentNumber\": \"47708716861\",\n        \"address\": \"Avenida Reynaldo Porcari\",\n        \"city\": \"Jundiaí\",\n        \"zip\": \"13212-439\",\n        \"country\": \"BRA\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"test.holder@luby.com.br\",\n        \"phoneNumber\": \"11973041534\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Ryan M F Eloy\",\n        \"cardNumber\": \"2340132000588364\",\n        \"cvv\": \"970\",\n        \"expMonth\": 1,\n        \"expYear\": 2026,\n        \"installment\": 1,\n        \"type\": \"recurrent\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"8cb51f22-157c-4222-b5fa-3cdd1a6028fa\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Autorizacao negada\",\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"8cb51f22157c4222b5fa\",\n            \"Customer\": {\n                \"Name\": \"Ryan Eloy\",\n                \"Identity\": \"47708716861\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"ryan.eloy@luby.com.br\",\n                \"Address\": {\n                    \"Street\": \"Avenida Reynaldo Porcari\",\n                    \"ZipCode\": \"13212-439\",\n                    \"City\": \"Jundiaí\",\n                    \"Country\": \"BRA\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"ServiceTaxAmount\": 0,\n                \"Installments\": 1,\n                \"Interest\": 1,\n                \"Capture\": true,\n                \"Authenticate\": false,\n                \"Recurrent\": true,\n                \"CreditCard\": {\n                    \"CardNumber\": \"250031******6380\",\n                    \"Holder\": \"EMCL F C LTDA\",\n                    \"ExpirationDate\": \"10/2034\",\n                    \"SaveCard\": true,\n                    \"CardToken\": \"e88162c5-bc75-4e40-bdc0-ae33af5cbc5c\",\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"First\",\n                        \"Reason\": \"Recurring\"\n                    },\n                    \"PaymentAccountReference\": \"5001F2MV7R542ZGF9RGFEUCPBBSUI\"\n                },\n                \"Tid\": \"11085651044QTL1JONMC\",\n                \"ProofOfSale\": \"173463\",\n                \"SoftDescriptor\": \"TEST\",\n                \"Provider\": \"Cielo\",\n                \"Eci\": \"0\",\n                \"IsQrCode\": false,\n                \"IssuerTransactionId\": \"L0T5Z2\",\n                \"InitiatedTransactionIndicator\": {\n                    \"Category\": \"C1\",\n                    \"Subcategory\": \"CredentialsOnFile\"\n                },\n                \"SentOrderId\": \"8cb51f22157c4222b5fa\",\n                \"Amount\": 1,\n                \"ReceivedDate\": \"2025-11-19 11:42:10\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"51\",\n                \"PaymentId\": \"eaddf19a-d9c1-43ac-a01e-8168a4b70fbb\",\n                \"Type\": \"CreditCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/eaddf19a-d9c1-43ac-a01e-8168a4b70fbb\"\n                    }\n                ]\n            }\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": false,\n    \"failedReason\": {\n        \"code\": \"AQS-025\",\n        \"details\": \"Authorization failed - SCA is required\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"7f010f74-e27a-4dd8-9369-3a8b8c355d83","name":"Invalid Card (Zero Auth)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 1,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        \"installment\": 1,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-credit-card"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"c4f42bc0-a273-4e91-b9ab-11242c61b967\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid card\",\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"Valid\": false,\n            \"ReturnCode\": \"51\",\n            \"ReturnMessage\": \"Autorizacao negada\",\n            \"IssuerTransactionId\": \"M8NEZ2\"\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"failedReason\": {\n        \"code\": \"CCS-027\",\n        \"details\": \"Transaction declined by processor\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"}],"_postman_id":"0c3f61e8-5c33-43c1-8787-0744ded637ef"},{"name":"Create Recurrent Credit Card Order","id":"bca7ccb2-48a7-41d6-bab6-a95ae17a0f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>firstOrderId</strong></td>\n<td>string</td>\n<td>Identifier of the original order to be used for recurrence.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes an HTTP POST request to create a new order using a previously created recurring order without credit card information. The request's body should include the amount, information (optional), externalId (optional), capture (optional), billing and initiator.</p>\n<h4 id=\"zero-auth-for-1-authentication-requests\">Zero Auth for $1 Authentication Requests</h4>\n<p>This does not happen here, as <strong>credit card details are mandatory</strong> in the body of the call.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor and whether the capture field sent in the request is true. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Capture: <code>true</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: This processor does not perform this operation</p>\n</li>\n<li><p>Pmi: Synchronous</p>\n</li>\n<li><p>Xpate: Asynchronous or Synchronous</p>\n<ul>\n<li>Synchronous if <code>threadsPassThrough</code> field is provided in the request</li>\n</ul>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n</ul>\n</li>\n<li><p>Capture: <code>false</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: This processor does not perform this operation</p>\n</li>\n<li><p>Pmi: Asynchronous</p>\n</li>\n<li><p>Xpate: This processor does not perform this operation</p>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is <strong>BRL 0.01</strong>, the credit card transaction will be <em>rejected</em>, simulating an <strong>integration error</strong> and returning an <em>error</em>.</p>\n</li>\n<li><p>If the <strong>amount</strong> falls within the range of <strong>BRL 0.02</strong> to <strong>BRL 1.99</strong>, the credit card transaction will be <em>rejected</em>, and the status will be returned as <strong>failed</strong>.</p>\n</li>\n<li><p>If the <strong>amount</strong> falls within the range of <strong>BRL 2.00</strong> to BRL <strong>4.99</strong>, the credit card transaction will be <em>rejected</em>, and the status will be returned as <strong>unauthorized</strong>.</p>\n</li>\n<li><p>If the <strong>amount</strong> is <strong>BRL 5.00</strong>, the credit card transaction is <em>accepted</em>, and the status returns as <strong>open</strong>.</p>\n<ul>\n<li>A <strong>nextStep</strong> object will be returned with the URL to be called and the parameter that must be sent, the route for this call can be found <a href=\"https://\">here</a>.</li>\n</ul>\n</li>\n<li><p>If the <strong>amount</strong> is greater than <strong>BRL 5.00</strong>, the credit card transaction is <strong>confirmed</strong>, and the status returns as <strong>authorized.</strong></p>\n</li>\n</ul>\n<h3 id=\"homologation-xpate-testing-instructions\">Homologation Xpate Testing Instructions</h3>\n<ul>\n<li><p>Capture must to be <code>true</code>, Xpate <strong>can't</strong> create <strong>a standalone authorization</strong>, <strong>only sale orders</strong>. If capture prop is false, an error is returned like the example: <strong>Capture Option Is Not Available</strong></p>\n</li>\n<li><p>Amount value must be between $5.00 and $1000.00. If value is not in the range, an error is returned like the example: <strong>Amount Out Of Range</strong></p>\n</li>\n<li><p>If Xpate returns an failed status, the order and transactions will be with failed status and a processorReason e failedReason object will be returned with order data. Like Example <strong>Failed Status Order</strong></p>\n</li>\n</ul>\n<h3 id=\"homologation-pxp-testing-instructions\">Homologation PXP Testing Instructions</h3>\n<ul>\n<li><p>Capture must to be <strong>true</strong>, PXP accepts <strong>only recurrent sale orders</strong>. If capture prop is false, an error is returned like the example: <strong>Capture Option Is Not Available</strong></p>\n</li>\n<li><p>If Xpate returns an failed status, the order and transactions will be with failed status and a processorReason e failedReason object will be returned with order data. Like Example: <strong>Failed Status Order</strong></p>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<h4 id=\"homologation-and-production\">Homologation and Production</h4>\n<ul>\n<li>The billing document number property needs to be a CPF or CNPJ.</li>\n</ul>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li><p>The result of the recurring order will depend on the simulation chosen in the first order, if the simulation resulted in authorized or paid.</p>\n</li>\n<li><p>The table below shows the simulation scenarios for each card ending.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Card End</th>\n<th>Transaction Status</th>\n<th><strong>Description</strong></th>\n<th><strong>Recurrence</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0  <br />1  <br />4</td>\n<td>Authorized</td>\n<td>Operation successfully completed</td>\n<td>Authorized/Paid</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Unauthorized</td>\n<td>Not authorized</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Unauthorized</td>\n<td>Expired card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Unauthorized</td>\n<td>Blocked card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Unauthorized</td>\n<td>Time out</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Unauthorized</td>\n<td>Canceled card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Unauthorized</td>\n<td>Credit card Problems</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Random Authorization</td>\n<td>Operation successfully / Time out</td>\n<td>The result of the recurring order will randomly alternate between Authorized and Timeout if the simulation returned Authorized/Paid for the first order.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The recurrent order will only be created if the original order's status is paid, its type is recurrent and is not expired(Original order is expired after 1 year).</p>\n</li>\n<li><p>The capture prop is a boolean that indicates if the credit card order must be <strong>standalone authorization</strong> or a <strong>sale</strong>. If it's true, order will be salve as a <strong>sale</strong>, If it's false, order will be a <strong>standalone authorization</strong>. If capture prop is not sent, the default value is true.</p>\n</li>\n<li><p>Depeding of the credit card service, it is not possible to create a recurrent order</p>\n</li>\n<li><p>Depeding of the credit card service, it is not possible to create a recurrent order.</p>\n</li>\n<li><p>The currency property must be the same as the original order.</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Endpoint: <a href=\"https://\">https://api.sandbox.convrt.cc/proxy/v1/orders/credit-card/:firstOrderId/recurrence</a></p>\n</li>\n</ul>\n<h6 id=\"request-body\">Request Body</h6>\n<ul>\n<li><p><code>amount</code> (number, required): The amount of the order.</p>\n</li>\n<li><p><code>externalId</code> (string, optional): An optional idempotency key.</p>\n</li>\n<li><p><code>capture</code> (boolean, optional): Indicates whether to capture the payment immediately.</p>\n</li>\n<li><p><code>initiator</code>(enum(\"CIT\", \"MIT\"), , required): The type of transactions Indicators. Possible values: \"CIT\" (Customer-Initiated Transactions) or \"MIT\" (Merchant-Initiated Transactions).</p>\n</li>\n<li><p><code>information</code> (string, optional): Information or description about order.</p>\n</li>\n<li><p><code>billing</code> (object): An object with different requirements according to acquirer. For more details, read the section below.</p>\n</li>\n</ul>\n<h3 id=\"external-tokenization\">External Tokenization</h3>\n<p>Network tokenization allows integrators to send a DPAN (Device Primary Account Number) and cryptogram instead of raw card data. When <code>externalTokenization</code> is present in the request, <code>cardNumber</code>, <code>cvv</code>, and other card-specific fields are not required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dpan</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Device Primary Account Number (tokenized card number from card network)</td>\n</tr>\n<tr>\n<td><code>cryptogram</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique authentication code generated by the card network for each transaction</td>\n</tr>\n<tr>\n<td><code>expMonth</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration month (1-12). May differ from the original card expiration</td>\n</tr>\n<tr>\n<td><code>expYear</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration year (e.g., 2030). May differ from the original card expiration</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>externalTokenization</code> object is nested inside the <code>creditCard</code> (or <code>debitCard</code>) object.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 1000,\n  \"capture\": true,\n  \"notificationUrl\": \"https://your-webhook-url.com\",\n  \"initiator\": \"MIT\",\n  \"creditCard\": {\n    \"holderName\": \"John Doe\",\n    \"externalTokenization\": {\n      \"dpan\": \"5067220000000001\",\n      \"cryptogram\": \"YwAAAAAABaYcCMX/OhNRQAAAAAA=\",\n      \"expMonth\": 12,\n      \"expYear\": 2030\n    }\n  }\n  \"billing\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"documentNumber\": \"11222333000181\",\n    \"address\": \"Rua Example 123\",\n    \"city\": \"Sao Paulo\",\n    \"zip\": \"01310100\",\n    \"country\": \"BRA\",\n    \"ipAddress\": \"127.0.0.1\",\n    \"email\": \"john@example.com\",\n    \"phoneNumber\": \"5511999999999\"\n  }\n}\n\n</code></pre>\n<h5 id=\"currently-the-external-tokenization-works-only-for-cielo-processor\">Currently the external tokenization works only for Cielo processor.</h5>\n<h4 id=\"request---billing\">Request - billing</h4>\n<p>As stated above, <code>billing</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-statu\">Response statu</h3>\n<ul>\n<li><p><code>200 Ok</code>: The recurrent order already exists, you will see the data of the created transactions. For a new transaction you must check the externalId property, it works as an idepotency key and the field must be unique to create a new transaction. A new transaction is created if you do not provide the field either.</p>\n</li>\n<li><p><code>201 Created:</code> The recurrent order has been successfully created and the request has been processed by the processor, you will see the result in the response data.</p>\n</li>\n<li><p><code>202 Accepted</code>: The order request has been accepted and the request will be processed by the processor, you will see the result in the response data.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>currency</code> (string): Currency of the order.</p>\n</li>\n<li><p><code>orderId</code> (string): ID of the order.</p>\n</li>\n<li><p><code>paymentMethod</code> (string): Payment method used.</p>\n</li>\n<li><p><code>status</code> (string): Status of the order.</p>\n</li>\n<li><p><code>detail</code> (string): Details of the order.</p>\n</li>\n<li><p><code>transactionFees</code> (array): Array of transaction fees with details.</p>\n</li>\n<li><p><code>cardBrand:</code> mastercard, amex, visa, elo</p>\n</li>\n<li><p><code>cardType:</code> multiple, credit, debit or debit_meal</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<ul>\n<li>Find below a detailed list of possible errors returned by the API, with reference codes and reason.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS-005</td>\n<td>Invalid credentials for Credit Card Service</td>\n</tr>\n<tr>\n<td>CCS-012</td>\n<td>Insufficient funds to complete operation</td>\n</tr>\n<tr>\n<td>CCS-013</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>CCS-014</td>\n<td>Invalid CVV code</td>\n</tr>\n<tr>\n<td>CCS-015</td>\n<td>Invalid amount to create order</td>\n</tr>\n<tr>\n<td>CCS-016</td>\n<td>Invalid Card Brand</td>\n</tr>\n<tr>\n<td>CCS-017</td>\n<td>Invalid Currency</td>\n</tr>\n<tr>\n<td>CCS-018</td>\n<td>Service Unavailable</td>\n</tr>\n<tr>\n<td>CCS-019</td>\n<td>Something happened when creating transaction</td>\n</tr>\n<tr>\n<td>CCS-020</td>\n<td>Invalid Payment Account</td>\n</tr>\n<tr>\n<td>CCS-021</td>\n<td>Invalid Expiration Date</td>\n</tr>\n<tr>\n<td>CCS-029</td>\n<td>Divergent Currency</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n<tr>\n<td>IAT-002</td>\n<td>Order Not Found</td>\n<td>The system could not locate the specified order in its database.</td>\n</tr>\n<tr>\n<td>IAT-012</td>\n<td>The order is not paid</td>\n<td>The original order must be total paid to create a new recurrent order.</td>\n</tr>\n<tr>\n<td>IAT-013</td>\n<td>The original order is not recurrent</td>\n<td>The original must be recurrent type to create a new recurrent order</td>\n</tr>\n<tr>\n<td>IAT-014</td>\n<td>The recurrent order is expired</td>\n<td>The original order is already expired.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":null,"key":"firstOrderId"}]}},"response":[{"id":"cb4a0f7c-510f-4b67-b003-1bf446f8a62d","name":"Create Recurrent Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\",  // OPTIONAL\n    \"creditCard\": { // OPTIONAL\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"7bf8dbb4-5125-4971-bc78-12477c1d8b21\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"paid\",\n    \"transactionFees\": [],\n    \"transactionId\": \"5cffcd17-cd74-4b8a-9a68-4adaeafa4867\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n}"},{"id":"82e4c0ee-254f-42a3-b90a-c570fc7b600e","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"c8efb5ec-8e33-40d0-9ff0-fd5e5acedc03","name":"Create Recurrent Credit Card Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"7bf8dbb4-5125-4971-bc78-12477c1d8b21\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"paid\",\n    \"transactionFees\": [],\n    \"transactionId\": \"5cffcd17-cd74-4b8a-9a68-4adaeafa4867\"\n}"},{"id":"2df02cbf-f27b-48a7-80e2-b1cfee54fc0e","name":"Original Order Is Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-014\",\n    \"message\": \"The recurrent order is expired\",\n    \"shortMessage\": \"orderIsExpired\"\n}"},{"id":"fe767ebb-5375-4b38-b5fa-9d81178bbd7f","name":"Original Order Is Not Recurrent Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-013\",\n    \"message\": \"The original order is not recurrent\",\n    \"shortMessage\": \"OrderIsNotRecurrent\"\n}"},{"id":"6f8f3b8a-1912-41b7-93dd-0c4d4b795f41","name":"Original Order Is Not Finished","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-012\",\n    \"message\": \"The order is not paid\",\n    \"shortMessage\": \"OrderIsNotPaid\"\n}"},{"id":"e06cce3d-3f50-465f-9061-4e659bdb3858","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-002\",\n    \"message\": \"Order Not Found\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"f062c4dc-b8cb-43c0-9f1e-d93b1d9b95c9","name":"Capture Option Is Not Available","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-012\",\n  \"message\": \"Unable to create a charge without capturing it.\",\n  \"shortMessage\": \"OptionNotAvailable\"\n}"},{"id":"de83b9d5-39b5-4d85-af8e-0fe59f61f04c","name":"Amount Out Of Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-013\",\n  \"message\": \"The amount value has to be between $5.00 and $1000.00 for this provider.\",\n  \"shortMessage\": \"MinMaxAmountError\"\n}"},{"id":"d26c0b1f-2abf-4a4d-9ec1-ef24a6888977","name":"Failed Status Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"8bb5c47b-32b9-4559-bdd2-ae19da488518\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"a94bf7f7-e7f4-4ff3-91c6-bd9e8de14f86","name":"ABECS Error Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/credit-card/:firstOrderId/recurrence","host":["{{BASE_URL}}"],"path":["proxy","v1","orders","credit-card",":firstOrderId","recurrence"],"variable":[{"key":"firstOrderId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"66ddcd32-a672-4aff-a3cc-1423849512cb\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"failedReason\": {\n        \"code\": \"ABECS-51\",\n        \"details\": \"INSUFFICIENT BALANCE/LIMIT\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": [],\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"66ddcd32a6724affa3cc\",\n            \"Customer\": {\n                \"Name\": \"Bruce Wayne\",\n                \"Identity\": \"01234567890\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"fake@mail.com\",\n                \"Address\": {\n                    \"Street\": \"Address\",\n                    \"ZipCode\": \"55336890\",\n                    \"City\": \"City\",\n                    \"Country\": \"US\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"ServiceTaxAmount\": 0,\n                \"Installments\": 1,\n                \"Interest\": 0,\n                \"Capture\": true,\n                \"Authenticate\": false,\n                \"Recurrent\": true,\n                \"CreditCard\": {\n                    \"CardNumber\": \"234013******8364\",\n                    \"Holder\": \"Ryan M F Eloy\",\n                    \"ExpirationDate\": \"01/2026\",\n                    \"SaveCard\": true,\n                    \"CardToken\": \"0f8e7c67-cc75-4858-b242-0129bab5fd29\",\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"Used\",\n                        \"Reason\": \"Recurring\"\n                    }\n                },\n                \"Tid\": \"11085651044Q82NS7L1C\",\n                \"ProofOfSale\": \"148033\",\n                \"SoftDescriptor\": \"TEST\",\n                \"Provider\": \"Cielo\",\n                \"Eci\": \"0\",\n                \"IsQrCode\": false,\n                \"MerchantAdviceCode\": \"24\",\n                \"SentOrderId\": \"66ddcd32a6724affa3cc\",\n                \"Amount\": 1,\n                \"ReceivedDate\": \"2025-10-27 04:10:54\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"51\",\n                \"PaymentId\": \"2bb099c0-dc67-4b31-94c8-e76416ac9348\",\n                \"Type\": \"CreditCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/2bb099c0-dc67-4b31-94c8-e76416ac9348\"\n                    }\n                ]\n            }\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"credit\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": true\n}"}],"_postman_id":"bca7ccb2-48a7-41d6-bab6-a95ae17a0f26"},{"name":"Create Recurrent Credit Card Order Without First Order Id","id":"ff650c21-a0b0-4575-bda6-f857a6a3a350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence","description":"<p>This endpoint creates a new order (HTTP POST) to process a recurring payment that was initiated outside Convrt — i.e., when there is no Convrt‑generated first order ID. In this case the request body <strong>must include credit card details (card number and expiration; CVV is optional)</strong>. The field <strong>processorName</strong> is optional: when provided, Convrt uses it to determine which processor will execute the transaction; when omitted, <strong>Convrt will use the single configured credit‑card acquirer account if only one exists</strong> — <strong>if more than one acquirer account is configured, the request fails with a MultipleCreditCardAcquirerAccountsConfigured error.</strong> The request should also include amount, billing and initiator. The fields information, externalId and capture remain optional.</p>\n<h3 id=\"processors-insensitive-case---optional-field\"><strong>Processors (insensitive-case) - OPTIONAL FIELD</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Processor Name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Inovio</td>\n</tr>\n<tr>\n<td>Pmi</td>\n</tr>\n<tr>\n<td>Xpate</td>\n</tr>\n<tr>\n<td>PXP</td>\n</tr>\n<tr>\n<td>Cielo</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"zero-auth-for-1-authentication-requests-capture--false\">Zero Auth for $1 Authentication Requests (capture = false)</h4>\n<p>If the <code>capture</code> field is sent as false and the <code>amount</code> is 1, instead of a regular authorization, Convrt will perform a Zero Auth authentication (<strong>only Cielo for now</strong>).</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor and whether the capture field sent in the request is true. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Capture: <code>true</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: This processor does not perform this operation</p>\n</li>\n<li><p>Pmi: Synchronous</p>\n</li>\n<li><p>Xpate: Asynchronous or Synchronous</p>\n<ul>\n<li>Synchronous if <code>threadsPassThrough</code> field is provided in the request</li>\n</ul>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n</ul>\n</li>\n<li><p>Capture: <code>false</code></p>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: This processor does not perform this operation</p>\n</li>\n<li><p>Pmi: Asynchronous</p>\n</li>\n<li><p>Xpate: This processor does not perform this operation</p>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<h4 id=\"homologation-and-production\">Homologation and Production</h4>\n<ul>\n<li>The billing document number property needs to be a CPF or CNPJ.</li>\n</ul>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li><p>The result of the recurring order will depend on the simulation chosen in the first order, if the simulation resulted in authorized or paid.</p>\n</li>\n<li><p>The table below shows the simulation scenarios for each card ending.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Card End</th>\n<th>Transaction Status</th>\n<th><strong>Description</strong></th>\n<th><strong>Recurrence</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0  <br />1  <br />4</td>\n<td>Authorized</td>\n<td>Operation successfully completed</td>\n<td>Authorized/Paid</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Unauthorized</td>\n<td>Not authorized</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Unauthorized</td>\n<td>Expired card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Unauthorized</td>\n<td>Blocked card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Unauthorized</td>\n<td>Time out</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Unauthorized</td>\n<td>Canceled card</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Unauthorized</td>\n<td>Credit card Problems</td>\n<td>It is not possible to create a recurrence from this simulation, because the status of the first order will be failed.</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Random Authorization</td>\n<td>Operation successfully / Time out</td>\n<td>The result of the recurring order will randomly alternate between Authorized and Timeout if the simulation returned Authorized/Paid for the first order.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The recurrent order will only be created if the original order's status is paid, its type is recurrent and is not expired(Original order is expired after 1 year).</p>\n</li>\n<li><p>The capture prop is a boolean that indicates if the credit card order must be <strong>standalone authorization</strong> or a <strong>sale</strong>. If it's true, order will be salve as a <strong>sale</strong>, If it's false, order will be a <strong>standalone authorization</strong>. If capture prop is not sent, the default value is true.</p>\n</li>\n<li><p>Depeding of the credit card service, it is not possible to create a recurrent order</p>\n</li>\n<li><p>Depeding of the credit card service, it is not possible to create a recurrent order.</p>\n</li>\n<li><p>The currency property must be the same as the original order.</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Endpoint: <a href=\"https://\">https://api.sandbox.convrt.cc/proxy/v1/orders/credit-card/recurrence</a></p>\n</li>\n</ul>\n<h6 id=\"request-body\">Request Body</h6>\n<ul>\n<li><p><code>amount</code> (number, required): The amount of the order.</p>\n</li>\n<li><p><code>externalId</code> (string, optional): An optional idempotency key.</p>\n</li>\n<li><p><code>capture</code> (boolean, optional): Indicates whether to capture the payment immediately.</p>\n</li>\n<li><p><code>initiator</code>(enum(\"CIT\", \"MIT\"), , required): The type of transactions Indicators. Possible values: \"CIT\" (Customer-Initiated Transactions) or \"MIT\" (Merchant-Initiated Transactions).</p>\n</li>\n<li><p><code>information</code> (string, optional): Information or description about order.</p>\n</li>\n<li><p><code>billing</code> (object): An object with different requirements according to acquirer. For more details, read the section below.</p>\n</li>\n</ul>\n<h3 id=\"external-tokenization\">External Tokenization</h3>\n<p>Network tokenization allows integrators to send a DPAN (Device Primary Account Number) and cryptogram instead of raw card data. When <code>externalTokenization</code> is present in the request, <code>cardNumber</code>, <code>cvv</code>, and other card-specific fields are not required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dpan</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Device Primary Account Number (tokenized card number from card network)</td>\n</tr>\n<tr>\n<td><code>cryptogram</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique authentication code generated by the card network for each transaction</td>\n</tr>\n<tr>\n<td><code>expMonth</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration month (1-12). May differ from the original card expiration</td>\n</tr>\n<tr>\n<td><code>expYear</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>DPAN expiration year (e.g., 2030). May differ from the original card expiration</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>externalTokenization</code> object is nested inside the <code>creditCard</code> (or <code>debitCard</code>) object.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 1000,\n  \"capture\": true,\n  \"notificationUrl\": \"https://your-webhook-url.com\",\n  \"creditCard\": {\n    \"holderName\": \"John Doe\",\n    \"installment\": 1,\n    \"externalTokenization\": {\n      \"dpan\": \"5067220000000001\",\n      \"cryptogram\": \"YwAAAAAABaYcCMX/OhNRQAAAAAA=\",\n      \"expMonth\": 12,\n      \"expYear\": 2030\n    }\n  },\n  \"billing\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"documentNumber\": \"11222333000181\",\n    \"address\": \"Rua Example 123\",\n    \"city\": \"Sao Paulo\",\n    \"zip\": \"01310100\",\n    \"country\": \"BRA\",\n    \"ipAddress\": \"127.0.0.1\",\n    \"email\": \"john@example.com\",\n    \"phoneNumber\": \"5511999999999\"\n  }\n}\n\n</code></pre>\n<h5 id=\"currently-the-external-tokenization-works-only-for-cielo-processor\">Currently the external tokenization works only for Cielo processor.</h5>\n<h4 id=\"request---billing\">Request - billing</h4>\n<p>As stated above, <code>billing</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>property</strong></th>\n<th><strong>type</strong></th>\n<th><strong>description</strong></th>\n<th><strong>PXP</strong></th>\n<th><strong>Pmi</strong></th>\n<th><strong>Xpate</strong></th>\n<th><strong>Inovio</strong></th>\n<th><strong>Cielo</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td><code>string</code></td>\n<td>First name of the customer</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td><code>string</code></td>\n<td>Last name of the customer</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><code>string</code></td>\n<td>Customer`s country</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><code>string</code></td>\n<td>Customer`s address</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td><code>string</code></td>\n<td>Customer`s city</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td><code>string</code></td>\n<td>Customer`s zip code</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>Customer`s email</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s phone number</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td><code>string</code></td>\n<td>Customer`s IP address</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>documentNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s document number</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-status\">Response status</h3>\n<ul>\n<li><p><code>200 Ok</code>: The recurrent order already exists, you will see the data of the created transactions. For a new transaction you must check the externalId property, it works as an idepotency key and the field must be unique to create a new transaction. A new transaction is created if you do not provide the field either.</p>\n</li>\n<li><p><code>201 Created:</code> The recurrent order has been successfully created and the request has been processed by the processor, you will see the result in the response data.</p>\n</li>\n<li><p><code>202 Accepted</code>: The order request has been accepted and the request will be processed by the processor, you will see the result in the response data.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>currency</code> (string): Currency of the order.</p>\n</li>\n<li><p><code>orderId</code> (string): ID of the order.</p>\n</li>\n<li><p><code>paymentMethod</code> (string): Payment method used.</p>\n</li>\n<li><p><code>status</code> (string): Status of the order.</p>\n</li>\n<li><p><code>detail</code> (string): Details of the order.</p>\n</li>\n<li><p><code>transactionFees</code> (array): Array of transaction fees with details.</p>\n</li>\n<li><p><code>cardBrand:</code> mastercard, amex, visa, elo</p>\n</li>\n<li><p><code>cardType:</code> multiple, credit, debit or debit_meal</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<ul>\n<li>Find below a detailed list of possible errors returned by the API, with reference codes and reason.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS-005</td>\n<td>Invalid credentials for Credit Card Service</td>\n</tr>\n<tr>\n<td>CCS-012</td>\n<td>Insufficient funds to complete operation</td>\n</tr>\n<tr>\n<td>CCS-013</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>CCS-014</td>\n<td>Invalid CVV code</td>\n</tr>\n<tr>\n<td>CCS-015</td>\n<td>Invalid amount to create order</td>\n</tr>\n<tr>\n<td>CCS-016</td>\n<td>Invalid Card Brand</td>\n</tr>\n<tr>\n<td>CCS-017</td>\n<td>Invalid Currency</td>\n</tr>\n<tr>\n<td>CCS-018</td>\n<td>Service Unavailable</td>\n</tr>\n<tr>\n<td>CCS-019</td>\n<td>Something happened when creating transaction</td>\n</tr>\n<tr>\n<td>CCS-020</td>\n<td>Invalid Payment Account</td>\n</tr>\n<tr>\n<td>CCS-021</td>\n<td>Invalid Expiration Date</td>\n</tr>\n<tr>\n<td>CCS-029</td>\n<td>Divergent Currency</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n<tr>\n<td>IAT-002</td>\n<td>Order Not Found</td>\n<td>The system could not locate the specified order in its database.</td>\n</tr>\n<tr>\n<td>IAT-012</td>\n<td>The order is not paid</td>\n<td>The original order must be total paid to create a new recurrent order.</td>\n</tr>\n<tr>\n<td>IAT-013</td>\n<td>The original order is not recurrent</td>\n<td>The original must be recurrent type to create a new recurrent order</td>\n</tr>\n<tr>\n<td>IAT-014</td>\n<td>The recurrent order is expired</td>\n<td>The original order is already expired.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders","credit-card","recurrence"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"536b7500-066a-4109-afce-0acc3ec4b37a","name":"Create Recurrent Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"processorName\": \"Cielo\",  // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"7bf8dbb4-5125-4971-bc78-12477c1d8b21\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"paid\",\n    \"transactionFees\": [],\n    \"transactionId\": \"5cffcd17-cd74-4b8a-9a68-4adaeafa4867\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n}"},{"id":"6dcf8b76-8b1f-4a90-8fdf-e59a0f97b7c4","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"vendorName\": \"processorName\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"d0076ac5-208f-46a2-bc24-1ba59bcee120","name":"Create Recurrent Credit Card Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"7bf8dbb4-5125-4971-bc78-12477c1d8b21\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"paid\",\n    \"transactionFees\": [],\n    \"transactionId\": \"5cffcd17-cd74-4b8a-9a68-4adaeafa4867\"\n}"},{"id":"5d172f15-4b07-4cc8-842d-9058013d3275","name":"Original Order Is Expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-014\",\n    \"message\": \"The recurrent order is expired\",\n    \"shortMessage\": \"orderIsExpired\"\n}"},{"id":"8b46bba8-8c11-4a64-bef2-677ff3bcb6a4","name":"Original Order Is Not Recurrent Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-013\",\n    \"message\": \"The original order is not recurrent\",\n    \"shortMessage\": \"OrderIsNotRecurrent\"\n}"},{"id":"5edf5fd5-94b1-42f0-86bf-1d84a0d3c2a4","name":"Original Order Is Not Finished","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-012\",\n    \"message\": \"The order is not paid\",\n    \"shortMessage\": \"OrderIsNotPaid\"\n}"},{"id":"299951d5-1b37-45f6-9a9c-2bb510f392e6","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-002\",\n    \"message\": \"Order Not Found\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"cdbc0723-a271-44a7-b82d-f2f5b6d59483","name":"Capture Option Is Not Available","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-012\",\n  \"message\": \"Unable to create a charge without capturing it.\",\n  \"shortMessage\": \"OptionNotAvailable\"\n}"},{"id":"5475927e-194a-467e-b493-3b9923779318","name":"Amount Out Of Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external-connection-id","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-013\",\n  \"message\": \"The amount value has to be between $5.00 and $1000.00 for this provider.\",\n  \"shortMessage\": \"MinMaxAmountError\"\n}"},{"id":"b6618750-abe4-456b-8a00-f67e14bf5189","name":"Failed Status Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"8bb5c47b-32b9-4559-bdd2-ae19da488518\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"ce80c1aa-c90f-4a1c-bb93-d1b98f99c6ff","name":"ABECS Error Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"information\": \"information\", // optional\n    // \"externalId\": \"externalId\", // optional,\n    \"capture\": true, // optional (default 'true')\n    \"processorName\": \"Cielo\", // OPTIONAL\n    \"creditCard\": { // REQUIRED\n        \"holderName\": \"Bruce Wayne\",\n        \"cardNumber\": \"2340132000588364\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n        // \"cvv\": \"970\", // OPTIONAL\n    },\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"US\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"initiator\": \"CIT\" // Values: CIT | MIT\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"66ddcd32-a672-4aff-a3cc-1423849512cb\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"failedReason\": {\n        \"code\": \"ABECS-51\",\n        \"details\": \"INSUFFICIENT BALANCE/LIMIT\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": [],\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"66ddcd32a6724affa3cc\",\n            \"Customer\": {\n                \"Name\": \"Bruce Wayne\",\n                \"Identity\": \"01234567890\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"fake@mail.com\",\n                \"Address\": {\n                    \"Street\": \"Address\",\n                    \"ZipCode\": \"55336890\",\n                    \"City\": \"City\",\n                    \"Country\": \"US\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"ServiceTaxAmount\": 0,\n                \"Installments\": 1,\n                \"Interest\": 0,\n                \"Capture\": true,\n                \"Authenticate\": false,\n                \"Recurrent\": true,\n                \"CreditCard\": {\n                    \"CardNumber\": \"234013******8364\",\n                    \"Holder\": \"Ryan M F Eloy\",\n                    \"ExpirationDate\": \"01/2026\",\n                    \"SaveCard\": true,\n                    \"CardToken\": \"0f8e7c67-cc75-4858-b242-0129bab5fd29\",\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"Used\",\n                        \"Reason\": \"Recurring\"\n                    }\n                },\n                \"Tid\": \"11085651044Q82NS7L1C\",\n                \"ProofOfSale\": \"148033\",\n                \"SoftDescriptor\": \"TEST\",\n                \"Provider\": \"Cielo\",\n                \"Eci\": \"0\",\n                \"IsQrCode\": false,\n                \"MerchantAdviceCode\": \"24\",\n                \"SentOrderId\": \"66ddcd32a6724affa3cc\",\n                \"Amount\": 1,\n                \"ReceivedDate\": \"2025-10-27 04:10:54\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"51\",\n                \"PaymentId\": \"2bb099c0-dc67-4b31-94c8-e76416ac9348\",\n                \"Type\": \"CreditCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/2bb099c0-dc67-4b31-94c8-e76416ac9348\"\n                    }\n                ]\n            }\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"credit\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": true\n}"},{"id":"72b61268-296e-445c-b5bd-1bb54e314df8","name":"Invalid Card (Zero Auth)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 1,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        \"installment\": 1,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/recurrence"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"c4f42bc0-a273-4e91-b9ab-11242c61b967\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid card\",\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"Valid\": false,\n            \"ReturnCode\": \"51\",\n            \"ReturnMessage\": \"Autorizacao negada\",\n            \"IssuerTransactionId\": \"M8NEZ2\"\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"failedReason\": {\n        \"code\": \"CCS-027\",\n        \"details\": \"Transaction declined by processor\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"}],"_postman_id":"ff650c21-a0b0-4575-bda6-f857a6a3a350"},{"name":"Capture Credit Card Order","id":"4dd01f09-52f6-44d7-9b5b-be4ca81fbcfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"external-connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the original order to be captured.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes an HTTP POST request to capture a standalone authorization order. The endpoint's URL should include a order id value and the request body should include the amount, external ID (optional) and notification URL (optional).</p>\n<p>It`s possible to make a full capture or make multiple partial captures while the order still has available amount to capture.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the capture and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>success</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the capture will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>pending</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Sandbox: Synchronous</p>\n</li>\n<li><p>Inovio: Synchronous</p>\n</li>\n<li><p>Pmi: Asynchronous</p>\n</li>\n<li><p>Xpate: This processor does not perform this operation</p>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n</ul>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>Depeding of the credit card service, it is not possible to make a standalone capture and a error is returned.</li>\n</ul>\n<h3 id=\"homologation-xpate-testing-instructions\">Homologation Xpate Testing Instructions</h3>\n<ul>\n<li>It is not available for this processor.</li>\n</ul>\n<h3 id=\"homologation-pxp-testing-instructions\">Homologation PXP Testing Instructions</h3>\n<ul>\n<li>It's possible make a standalone capture.</li>\n</ul>\n<h3 id=\"pmi-testing-instructions\">PMI Testing Instructions</h3>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li>Multiples captures are not accepted. When creating an order with <code>\"capture\": false</code> and using the capture route, the same value as the order creation must be provided.<ul>\n<li>If the value is less than the order value, the request will be accepted and remain pending. However, upon a new capture attempt, the first request will be rejected, and the following error will be returned:<ul>\n<li><strong>Only one capture is allowed by the payment processor</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"production\">Production</h4>\n<ul>\n<li><p>Multiples captures are not accepted. When creating an order with <code>\"capture\": false</code> and using the capture route.</p>\n<ul>\n<li><p>Any capture value will be accepted and processed, but on a second attempt the following error will be returned:</p>\n<ul>\n<li><strong>Only one capture is allowed by the payment processor</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<ul>\n<li><p>Multiples captures are not accepted. When creating an order with <code>\"capture\": false</code> and using the capture route.</p>\n<ul>\n<li><p>Any capture value will be accepted and processed, but on a second attempt the following error will be returned:</p>\n<ul>\n<li><strong>Only one capture is allowed by the payment processor</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>amount</code> (number, required): The amount of the order.</p>\n</li>\n<li><p><code>externalId</code> (string, optional): A unique identifier for the order.</p>\n</li>\n<li><p><code>notificationUrl</code> (string, optional): URL for receiving notifications.</p>\n</li>\n</ul>\n<h3 id=\"response-status\">Response status</h3>\n<ul>\n<li><p><code>200 Ok</code>: The capture transaction already exists, you will see the data of the created transactions. For a new transaction you must check the externalId property, it works as an idepotency key and the field must be unique to create a new transaction. A new transaction is created if you do not provide the field either.</p>\n</li>\n<li><p><code>201 Created:</code> The capture transaction has been successfully created and the request has been processed by the processor, you will see the result in the response data.</p>\n</li>\n<li><p><code>202 Accepted</code>: The order request has been accepted and the request will be processed by the processor, you will see the result in the response data.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response body</h3>\n<ul>\n<li><p><code>currency</code> (string): Currency of the order.</p>\n</li>\n<li><p><code>region</code> (string): Region of the order.</p>\n</li>\n<li><p><code>orderId</code> (string): ID of the order.</p>\n</li>\n<li><p><code>transactionId</code> (string): ID of the transaction.</p>\n</li>\n<li><p><code>accountId</code> (string): ID of account.</p>\n</li>\n<li><p><code>merchantId</code> (string): ID of merchant.</p>\n</li>\n<li><p><code>status</code> (string): Status of the order.</p>\n</li>\n<li><p><code>externalId</code> (string): A unique identifier for the order.</p>\n</li>\n<li><p><code>notificationUrl</code> (string): A url where the notification will be sent.</p>\n</li>\n<li><p><code>category</code> (string): Order category.</p>\n</li>\n<li><p><code>type</code> (string): Transaction type.</p>\n</li>\n<li><p><code>amount</code> (number): Order amount value.</p>\n</li>\n<li><p><code>fee</code> (number): Order total fee value.</p>\n</li>\n<li><p><code>transactionData.vendor</code> (string): Vendor name.</p>\n</li>\n<li><p><code>transactionData.vendorId</code> (string): ID of vendor.</p>\n</li>\n<li><p><code>transactionData.vendorAccountId</code> (string): ID of vendor's account.</p>\n</li>\n<li><p><code>transactionData.vendorReferenceId</code> (string): Reference ID of vendor.</p>\n</li>\n<li><p><code>payer.firstName</code> (string) : First name of customer.</p>\n</li>\n<li><p><code>payer.lastName</code> (string) : Last name of customer.</p>\n</li>\n<li><p><code>payer.documentNumber</code> (string) : Document number of customer.</p>\n</li>\n<li><p><code>payer.address</code> (string) : Address of customer.</p>\n</li>\n<li><p><code>payer.city</code> (string) : City of customer.</p>\n</li>\n<li><p><code>payer.zip</code> (string) : ZIP of customer.</p>\n</li>\n<li><p><code>payer.country</code> (string) : Country of customer.</p>\n</li>\n<li><p><code>payer.ipAddress</code> (string) : IP address of customer.</p>\n</li>\n<li><p><code>transactionFees</code> (array): Array of transaction fees with details</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>This endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-002</td>\n<td>Order Not Found</td>\n<td>The system could not locate the specified order in its database.</td>\n</tr>\n<tr>\n<td>IAT-009</td>\n<td>The order is not authorized</td>\n<td>The order has not been authorized, preventing further actions such as processing or refunds.</td>\n</tr>\n<tr>\n<td>IAT-010</td>\n<td>Capturing the credit card order has already been completed</td>\n<td>The credit card transaction has already been captured and cannot be processed again.</td>\n</tr>\n<tr>\n<td>IAT-011</td>\n<td>The requested amount is greater than the available amount</td>\n<td>The amount requested exceeds the available balance that can be processed for this operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders",":orderId","capture"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>It's a parameter to find order by id</p>\n","type":"text/plain"},"type":"any","value":null,"key":"orderId"}]}},"response":[{"id":"694f527f-9df0-4d22-86ba-8650c2b914b6","name":"Capture Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"dc883771-1fed-42d1-ba3f-41098ea17550\",\n    \"accountId\": \"be1c848a-f1f4-4891-90d3-51f29202c521\",\n    \"merchantId\": \"4793eaf9-dda3-43b3-aed5-f1e04d99bda4\",\n    \"externalId\": \"dc883771-1fed-42d1-ba3f-41098ea17550\",\n    \"orderId\": \"8f640e96-9961-42a8-bc00-2d6e91a4bb4e\",\n    \"category\": \"creditCard\",\n    \"origin\": \"MerchantConnection\",\n    \"type\": \"credit\",\n    \"status\": \"success\",\n    \"amount\": 10,\n    \"fee\": 0,\n    \"balanceAfterTransaction\": 2070,\n    \"transactionData\": {\n        \"vendor\": \"Sandbox\",\n        \"vendorId\": \"fc920381-c3be-4e66-9347-08b3c22a870e\",\n        \"vendorAccountId\": \"71e4829c-2520-4812-9472-15f24e2cdfac\",\n        \"vendorReferenceId\": \"779e2f57-ca2d-496c-8e45-d7802373c74f\"\n    },\n    \"currency\": \"BRL\",\n    \"region\": \"BR\",\n    \"payer\": {\n        \"firstName\": \"albs\",\n        \"lastName\": \"albs\",\n        \"documentNumber\": \"10412762498\",\n        \"address\": \"albs\",\n        \"city\": \"albs\",\n        \"zip\": \"albs\",\n        \"country\": \"albs\",\n        \"ipAddress\": \"1.1.1.1\"\n    },\n    \"eventName\": \"CreditCardIn\",\n    \"createdAt\": \"2024-03-04T16:24:31.575Z\",\n    \"updatedAt\": \"2024-03-04T16:24:31.575Z\",\n    \"operationId\": null,\n    \"information\": null,\n    \"refundedAmount\": 0,\n    \"notificationUrl\": null,\n    \"receiver\": null,\n    \"reservationData\": null,\n    \"originalTransactionId\": null,\n    \"expectedAmount\": 0,\n    \"transactionFees\": []\n}"},{"id":"a8174625-43e0-430c-ae2c-0408850bbbb0","name":"External Connection Does not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"b1806878-2b56-49d4-91e9-fa1379d16fdd","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"external-connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-002\",\n    \"message\": \"Order Not Found\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"e36789a2-ca18-47f1-ba6e-747169269717","name":"Order Isn't Authorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"external-connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-009\",\n    \"message\": \"The order is not authorized\",\n    \"shortMessage\": \"OrderNotIsAuthorized\"\n}"},{"id":"b9660f5d-d987-443d-ab8f-fc56bb3fedb4","name":"Order Has Already Been Captured","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"external-connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-010\",\n    \"message\": \"Capturing the credit card order has already been completed\",\n    \"shortMessage\": \"CreditCardOrderAlreadyFinished\"\n}"},{"id":"7105a66f-c3c4-42ec-9b8c-44345404dd2f","name":"Amount is Greater Than The Availabel Amount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"external-connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/2577daa8-d199-4996-af11-2a2f667238c3\",\n    \"externalId\": \"bcec2384-1f0a-4906-9d4b-d002d321a974\" // optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/capture","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","capture"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-011\",\n    \"message\": \"The requested amount is greater than the available amount\",\n    \"shortMessage\": \"RequestedValueGreaterThanAvailableAmount\"\n}"}],"_postman_id":"4dd01f09-52f6-44d7-9b5b-be4ca81fbcfa"},{"name":"Cancel Credit Card Order","id":"325f5099-cfcd-44cf-b6a4-ba9275ef1e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the original order to be cancelled.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cancel-order\">Cancel Order</h3>\n<p>This endpoint makes an HTTP POST request to cancel a specific order. The endpoint's URL should include an order id value and the request body should include amount and notification URL (optional).</p>\n<p>It`s possible to make a full cancellation or make multiple partial cancellations while the order still has available amount to cancel.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the cancellation and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>success</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the cancellation will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>pending</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Sandbox: Synchronous or Asynchronous</p>\n<ul>\n<li>Asynchronous if the amount is equal to <strong>1.50</strong></li>\n</ul>\n</li>\n<li><p>Inovio: Synchronous</p>\n</li>\n<li><p>Pmi: Asynchronous</p>\n</li>\n<li><p>Xpate: This processor does not perform this operation</p>\n</li>\n<li><p>PXP: Synchronous</p>\n</li>\n<li><p>Cielo: Synchronous</p>\n</li>\n</ul>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Depending on the credit card service, it is not possible to capture an order's amount and an error is returned.</p>\n</li>\n<li><p>Depending on the acquirer, only full cancellation is possible.</p>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li>If the <strong>amount</strong> is <strong>$1.50</strong>, the credit card order will be created with <em>pending</em> status, simulating an asynchronous flow. After a few minutes, the status will be updated.</li>\n</ul>\n<h3 id=\"homologation-xpate-testing-instructions\">Homologation Xpate Testing Instructions</h3>\n<ul>\n<li>It is not available for this processor.</li>\n</ul>\n<h3 id=\"homologation-pxp-testing-instructions\">Homologation PXP Testing Instructions</h3>\n<ul>\n<li><p>It's possible cancel a standalone authorization order.</p>\n</li>\n<li><p>It's only accepts full cancelations, it means that if the amount is lower than the standalone authorization order an error will be returned, like the example: <strong>Only Full Cancelation</strong></p>\n</li>\n</ul>\n<h3 id=\"pmi-testing-instructions\">PMI Testing Instructions</h3>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li><p>Partial cancellations are not accepted. When creating an order with <code>\"capture\": false</code> and using the cancellation route, the same value as the order creation must be provided.</p>\n<ul>\n<li><p>If the value is less than the order value, the request will be rejected, and the following error will be returned:</p>\n<ul>\n<li><strong>This Acquirer Only Accepts Full Cancellation</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<ul>\n<li><p>Partial cancellations are not accepted. When creating an order with <code>\"capture\": false</code> and using the cancellation route, the same value as the order creation must be provided.</p>\n<ul>\n<li><p>If the value is less than the order value, the request will be rejected, and the following error will be returned:</p>\n<ul>\n<li><strong>This Acquirer Only Accepts Full Cancellation</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>amount</code> (number, required): The amount associated with the order.</p>\n</li>\n<li><p><code>notificationUrl</code> (string, optional): The URL to send notifications related to the order cancellation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>transactionId</code> (string): The ID of the transaction.</p>\n</li>\n<li><p><code>accountId</code> (string): The account ID associated with the transaction.</p>\n</li>\n<li><p><code>merchantId</code> (string): The ID of the merchant.</p>\n</li>\n<li><p><code>orderId</code> (string): The ID of the order.</p>\n</li>\n<li><p><code>category</code> (string): The category of the transaction.</p>\n</li>\n<li><p><code>origin</code> (string): The origin of the transaction.</p>\n</li>\n<li><p><code>type</code> (string): The type of the transaction.</p>\n</li>\n<li><p><code>status</code> (string): The status of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the transaction.</p>\n</li>\n<li><p><code>fee</code> (number): The fee associated with the transaction.</p>\n</li>\n<li><p><code>balanceAfterTransaction</code> (number): The balance after the transaction.</p>\n</li>\n<li><p><code>notificationUrl</code> (string): The URL for notifications related to the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>region</code> (string): The region of the transaction.</p>\n</li>\n<li><p><code>payer</code> (object): Details of the payer including first name, last name, document number, address, city, zip, country, and IP address.</p>\n</li>\n<li><p><code>eventName</code> (string): The name of the event associated with the transaction.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp when the transaction was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp when the transaction was last updated.</p>\n</li>\n<li><p><code>externalId</code> (string): The external ID associated with the transaction.</p>\n</li>\n<li><p><code>operationId</code> (string): The operation ID associated with the transaction.</p>\n</li>\n<li><p><code>information</code> (string): Additional information related to the transaction.</p>\n</li>\n<li><p><code>refundedAmount</code> (number): The refunded amount of the transaction.</p>\n</li>\n<li><p><code>receiver</code> (object): Details of the receiver, if applicable.</p>\n</li>\n<li><p><code>reservationData</code> (string): Data related to the reservation of the transaction.</p>\n</li>\n<li><p><code>originalTransactionId</code> (string): The ID of the original transaction, if applicable.</p>\n</li>\n<li><p><code>expectedAmount</code> (number): The expected amount of the transaction.</p>\n</li>\n<li><p><code>transactionFees</code> (array): Array of transaction fees.</p>\n</li>\n<li><p><code>transactionData</code> (object): Additional data related to the transaction.</p>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions-1\">Cielo Testing Instructions</h3>\n<ul>\n<li><p>Partial cancellations are not accepted. When creating an order with <code>\"capture\": false</code> and using the cancellation route, the same value as the order creation must be provided.</p>\n<ul>\n<li><p>If the value is less than the order value, the operation will be requested but when a new cancellation request is sent, the error will be returned:</p>\n<ul>\n<li><strong>This Acquirer Only Accepts Full Cancellation</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-errors\">Response Errors</h4>\n<ul>\n<li>This endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot find or establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>CCS-025</td>\n<td>This acquirer only accepts full cancellation</td>\n<td>The payment processor only allows full cancellations, partial cancellations are not permitted.</td>\n</tr>\n<tr>\n<td>IAT-002</td>\n<td>Order Not Found</td>\n<td>The system could not locate the specified order in its database.</td>\n</tr>\n<tr>\n<td>ONT-005</td>\n<td>The provided paymentMethod provided is invalid for this operation</td>\n<td>The payment method used is not valid for the current transaction or operation.</td>\n</tr>\n<tr>\n<td>IAT-009</td>\n<td>The order is not authorized</td>\n<td>The order has not been authorized, preventing further actions such as refunds or cancellations.</td>\n</tr>\n<tr>\n<td>IAT-011</td>\n<td>The requested amount is greater than the available amount</td>\n<td>The amount requested exceeds the available amount that can be processed for this operation.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transactionId\": \"\",\n    \"accountId\": \"\",\n    \"merchantId\": \"\",\n    \"orderId\": \"\",\n    \"category\": \"\",\n    \"origin\": \"\",\n    \"type\": \"\",\n    \"status\": \"\",\n    \"amount\": 0,\n    \"fee\": 0,\n    \"balanceAfterTransaction\": 0,\n    \"notificationUrl\": \"\",\n    \"currency\": \"\",\n    \"region\": \"\",\n    \"payer\": {\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"documentNumber\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\",\n        \"ipAddress\": \"\"\n    },\n    \"eventName\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"externalId\": null,\n    \"operationId\": null,\n    \"information\": null,\n    \"refundedAmount\": 0,\n    \"receiver\": null,\n    \"reservationData\": null,\n    \"originalTransactionId\": null,\n    \"expectedAmount\": 0,\n    \"transactionFees\": [],\n    \"transactionData\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","orders",":orderId","cancel"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>It's a parameter to find order by id</p>\n","type":"text/plain"},"type":"any","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","key":"orderId"}]}},"response":[{"id":"cc128513-b8e1-4f9a-ab43-c3c206bfa480","name":"Cancel Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/63e7d578-06f3-4d73-b085-c94cb4f6859d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.dev.convrt.cc/proxy/v1/orders/:orderId/cancel","protocol":"https","host":["api","dev","convrt","cc"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"9da9da8a-aff6-4205-b70c-52363899057f\",\n    \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n    \"orderId\": \"30a8fa18-7935-4096-ab92-033ab93f6c83\",\n    \"category\": \"creditCardCancellation\",\n    \"origin\": \"Inovio\",\n    \"type\": \"credit\",\n    \"status\": \"success\",\n    \"amount\": 0,\n    \"fee\": 0,\n    \"balanceAfterTransaction\": 1013951.85,\n    \"notificationUrl\": \"https://webhook.site/63e7d578-06f3-4d73-b085-c94cb4f6859d\",\n    \"currency\": \"BRL\",\n    \"region\": \"BR\",\n    \"payer\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Jones\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"Brasil\",\n        \"ipAddress\": \"1.1.1.1\"\n    },\n    \"eventName\": \"CreditCardInCancellation\",\n    \"createdAt\": \"2024-03-25T12:31:48.203Z\",\n    \"updatedAt\": \"2024-03-25T12:31:48.203Z\",\n    \"externalId\": null,\n    \"operationId\": null,\n    \"information\": null,\n    \"refundedAmount\": 0,\n    \"receiver\": null,\n    \"reservationData\": null,\n    \"originalTransactionId\": null,\n    \"expectedAmount\": 0,\n    \"transactionFees\": [],\n    \"transactionData\": {}\n}"},{"id":"76a91e82-fd97-4938-818b-8c2402219efd","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"external-connection","value":"external connection","description":"It is a required parameter to find account","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/63e7d578-06f3-4d73-b085-c94cb4f6859d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"7e16b153-b2ae-473a-81cc-df32786cfabb","name":"Only Full Cancelation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","description":"It's a parameter to find order by id"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"CCS-025\",\n    \"message\": \"This acquirer only accepts full cancellation\",\n    \"shortMessage\": \"OnlyAcceptsFullCancelation\"\n}"},{"id":"aac627c3-e674-4886-9bb0-53fbb98a6346","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-002\",\n    \"message\": \"Order Not Found\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"63be92a1-142a-4c9d-a702-79688c788a84","name":"Order's Payment Method Not Allowed To Cancel","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ONT-005\",\n    \"message\": \"The provided paymentMethod provided is invalid for this operation\",\n    \"shortMessage\": \"OrderPaymentMethodNotAllowed\"\n}"},{"id":"15e01611-6ca8-4306-ad50-626155f4a708","name":"Order Isn't Authorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-009\",\n    \"message\": \"The order is not authorized\",\n    \"shortMessage\": \"OrderNotIsAuthorized\"\n}"},{"id":"84f963c6-7fd3-45fd-828f-bb7a5388d527","name":"Amount is Greater Than The Availabel Amount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 100,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId","cancel"],"variable":[{"key":"orderId","value":"9b7b67d7-d744-4056-8d30-ab9b10432f4c","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-011\",\n    \"message\": \"The requested amount is greater than the available amount\",\n    \"shortMessage\": \"RequestedValueGreaterThanAvailableAmount\"\n}"}],"_postman_id":"325f5099-cfcd-44cf-b6a4-ba9275ef1e69"},{"name":"Refund Credit Card Transaction","id":"5dcf334f-4411-4bba-853f-991c0df692e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"<p>This field refers to operation amount</p>\n","type":"text"},{"key":"description","value":"Description","description":"<p>This field refers to operation description</p>\n","type":"text"},{"key":"attachment","description":"<p>This field refers to operation attachment</p>\n","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>transactionId</strong></td>\n<td>string</td>\n<td>Identifier of the transaction to be refunded.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes an HTTP POST request to refund a order's transaction. The endpoint's URL should include a order id value and the request body should include the amount, description (optional), attachment (optional).</p>\n<p>It`s possible to make a full refund or make multiple partial refunds while the transaction still has available amount to refund.</p>\n<ul>\n<li>The currency property does not need to be sent in the request because transactions must occur in the same currency as the region. If an unallowed currency is sent, the api will return an error</li>\n</ul>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will always be asynchronous, which means that the refund will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<h3 id=\"homologation-xpate-testing-instructions\">Homologation Xpate Testing Instructions</h3>\n<ul>\n<li>It's possible make partially and full refunds</li>\n</ul>\n<h3 id=\"homologation-pxp-testing-instructions\">Homologation PXP Testing Instructions</h3>\n<ul>\n<li><p>It's possible make partially and full refunds</p>\n</li>\n<li><p>Description is required to make refund. If this prop is not sent in request a error is returned like the example: <strong>Description is required</strong>.</p>\n</li>\n<li><p>To make the refund reach the success status, you must access the portal provided by PXP and move the transaction status to \"Refunded\". The webhook will be sent to CONVRT and the order will be updated successfully.</p>\n</li>\n</ul>\n<h3 id=\"pmi-testing-instructions\">PMI Testing Instructions</h3>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li>Refund requests will be accepted but will not be processed and will remain in a pending status. It will not be possible to request another refund as the system does not accept refund requests for transactions with pending refunds.</li>\n</ul>\n<h3 id=\"request-body-form-data\">Request Body (form-data)</h3>\n<ul>\n<li><p><code>amount</code> (number, required): The amount to refund.</p>\n</li>\n<li><p><code>description</code> (string, optional): The description of the refund.</p>\n<ul>\n<li>This field can be required in credit card depending on the acquirer.</li>\n</ul>\n</li>\n<li><p><code>attachment</code> (file, optional): The attachment of the refund.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>id</code> (string): Id of order</p>\n</li>\n<li><p><code>accountId</code> (string): AccountId of order</p>\n</li>\n<li><p><code>amount</code> (number): Amount to refund</p>\n</li>\n<li><p><code>transactionId</code> (string): Id of transaction</p>\n</li>\n<li><p><code>refundTransactionId</code> (string): Id of refund transaction</p>\n</li>\n<li><p><code>status</code>(optional enum: failed, pending, success): Status of refund transaction</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>This endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot find a connection.</td>\n</tr>\n<tr>\n<td>TSC-014</td>\n<td>Description is required to refund transaction</td>\n<td>A description must be provided to process the refund of this transaction.</td>\n</tr>\n<tr>\n<td>RFU-003</td>\n<td>Refund value greater than the transaction value</td>\n<td>The amount sent in request is greater than the is available to refund the transaction</td>\n</tr>\n<tr>\n<td>RFU-004</td>\n<td>There is already a pending refund transaction for this transaction</td>\n<td>It's only possible to create one refund per time, while exist a peding refund transactions it's not possible create a new refund</td>\n</tr>\n<tr>\n<td>RFU-005</td>\n<td>A debit transaction cannot be reversed</td>\n<td>Debit transactions are non-reversible, hence cannot be refunded.</td>\n</tr>\n<tr>\n<td>RFU-006</td>\n<td>An incomplete transaction cannot be refunded</td>\n<td>This transaction is incomplete and cannot be refunded.</td>\n</tr>\n<tr>\n<td>RFU-007</td>\n<td>The full amount of this transaction has already been refunded</td>\n<td>The full amount of this transaction has already been refunded and no further refunds apply.</td>\n</tr>\n<tr>\n<td>RFU-008</td>\n<td>The amount provided cannot be refunded because this transaction also has refunds of other types performed</td>\n<td>The transaction has already been partially refunded with other refund types involved.</td>\n</tr>\n<tr>\n<td>TNT-008</td>\n<td>The amount to be returned must be greater than zero</td>\n<td>The refund amount must be greater than zero to proceed.</td>\n</tr>\n<tr>\n<td>TNT-009</td>\n<td>Just is allowed refund success transaction</td>\n<td>Only successfully completed transactions are eligible for a refund.</td>\n</tr>\n<tr>\n<td>TNT-010</td>\n<td>The transaction has no amount to be refunded</td>\n<td>This transaction has no remaining balance to be refunded.</td>\n</tr>\n<tr>\n<td>TSC-019</td>\n<td>Transaction is not refundable</td>\n<td>The refund operation is not available to</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","transactions",":transactionId","refund"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13","key":"transactionId"}]}},"response":[{"id":"9bf73c95-e638-4719-901b-5a2eb92c5d2f","name":"Refund Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"c1e60fc4-ef24-480b-98d9-01d162ae5b11\",\n    \"accountId\": \"6cc5f272-3288-40f7-84af-409055674ae3\",\n    \"amount\": -11.25,\n    \"origin\": \"private\",\n    \"transactionId\": \"f82bdd79-0967-4da2-b09e-a273b2853283\",\n    \"refundTransactionId\": \"a5963509-8665-499c-be6a-5bf58717470e\",\n    \"createdAt\": \"2023-12-06T21:56:27.342Z\",\n    \"updatedAt\": \"2023-12-06T21:56:27.342Z\"\n}"},{"id":"610be244-861c-4bbe-8907-58b7ac93ccc3","name":"Refund Already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-004\",\n    \"message\": \"There is already a pending refund transaction for this transaction\",\n    \"shortMessage\": \"RefundTransactionAlreadyExistsToTransaction\"\n}"},{"id":"4fac2a02-397c-48f5-9285-17758c4beb47","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"14f547af-b10e-4c2a-9664-2624618065a3","name":"Description is required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TSC-014\",\n  \"message\": \"Description is required to refund transaction\",\n  \"shortMessage\": \"DescriptionIsRequiredToRefund\"\n}"},{"id":"d331521b-8883-4e71-b4a3-640fbfadb745","name":"Incomplete Transaction Can't be Refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-006\",\n    \"message\": \"An incomplete transaction cannot be refunded\",\n    \"shortMessage\": \"IncompleteTransactionCannotBeRefunded\"\n}"},{"id":"68d076f0-9b52-45a1-ac67-e52716a10881","name":"Debit Transaction Can't be refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"RFU-005\",\n  \"message\": \"A debit transaction cannot be reversed\",\n  \"shortMessage\": \"DebitTransactionCannotBeRefunded\"\n}"},{"id":"0ec54c6b-2bf3-456b-adc2-948eb4376fd0","name":"Processor Not Support Refund Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TSC-019\",\n    \"message\": \"Transaction is not refundable\",\n    \"shortMessage\": \"TransactionIsNotRefundable\"\n}   "},{"id":"c80815a3-da9c-4318-a29b-78947a429704","name":"Refund Has Already Been Refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-007\",\n    \"message\": \"The full amount of this transaction has already been refunded\",\n    \"shortMessage\": \"TransactionAlreadyRefunded\"\n}"},{"id":"19ddcb80-708a-4665-8058-b9dec3e625f2","name":"Transaction Has Others Refunds","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-008\",\n    \"message\": \"The amount provided cannot be refunded because this transaction also has refunds of other types performed\",\n    \"shortMessage\": \"TransactionHaveOthersRefunds\"\n}"},{"id":"a27c250f-2d9a-41db-b6d3-8cb57ae0c2a4","name":"Amount Must Be Greater than 0","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TNT-008\",\n    \"message\": \"The amount to be returned must be greater than zero\",\n    \"shortMessage\": \"AmountToRefundNotAllowed\"\n}"},{"id":"2af344b8-9d2f-490d-994e-104481c3254f","name":"Only Success Transactions Are Allowed To Make Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TNT-009\",\n  \"message\": \"Just is allowed refund success transaction\",\n  \"shortMessage\": \"TransactionNotAllowedToRefund\"\n}"},{"id":"d1557793-9a24-4ce8-93c2-1b5d653841a9","name":"No Amount Available To Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TNT-010\",\n    \"message\": \"The transaction has no amount to be refunded\",\n    \"shortMessage\": \"TransactionNotHaveAmountToRefund\"\n}"},{"id":"50049b60-7407-43c9-b905-a86616113818","name":"Refund Amount Is Greater Than The Available Transaction Amount  Value","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-003\",\n    \"message\": \"Refund value greater than the transaction value\",\n    \"shortMessage\": \"RefundValueGreaterThanTheTransactionValue\"\n}"}],"_postman_id":"5dcf334f-4411-4bba-853f-991c0df692e0"},{"name":"List Orders","id":"a849c2b6-cbb4-4738-a830-99730e119879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"url":"{{BASE_URL}}/proxy/v1/orders","description":"<p>This endpoint makes an HTTP GET request to list account's orders. The request query params could include the startDate(optional), endDate(optional), limit (optional), page (optional), order(optional).</p>\n<p>Format of the startDate and endDate filters: YYYY-MM-DD. Example: 2024-01-01</p>\n<h3 id=\"response-body\">Response body</h3>\n<ul>\n<li><p><code>items</code> (array): List with orders's data.</p>\n</li>\n<li><p><code>pagination.limit</code> (number): Limit used to paginate.</p>\n</li>\n<li><p><code>pagination.page</code> (number): Page of pagination.</p>\n</li>\n<li><p><code>pagination.totalRecords</code> (number): Number of total saved orders.</p>\n</li>\n<li><p><code>pagination.totalPages</code> (number): Number of total pages</p>\n</li>\n<li><p><code>pagination.nextPage</code> (boolean): Indicate next page number.</p>\n</li>\n<li><p><code>pagination.prevPage</code> (number): Indicate previus page number.</p>\n</li>\n<li><p><code>pagination.hasNextPage</code> (number): Indicate if there are more pages to request after actual page.</p>\n</li>\n<li><p><code>pagination.hasPrevPage</code> (number): Indicate if there are more pages to request before actual page.</p>\n</li>\n</ul>\n","urlObject":{"path":["proxy","v1","orders"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>This parameter refers to the maximum number of items that must be returned per page, it is optional with a default value of 10</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>This parameter refers to the current page of the listing</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>This parameter refers to how the list is sorted based on the date the order was created, which can be DESC for descending and ASC for ascending.</p>\n","type":"text/plain"},"key":"order","value":"DESC"},{"disabled":true,"description":{"content":"<p>This parameter refers to the order creation date, records with a date greater than or equal to the one sent will be returned</p>\n","type":"text/plain"},"key":"startDate","value":"2024-01-01"},{"disabled":true,"description":{"content":"<p>This parameter refers to the order creation date, records with a date less than or equal to the one sent will be returned</p>\n","type":"text/plain"},"key":"endDate","value":"2024-12-31"}],"variable":[]}},"response":[{"id":"c8f6dacf-4f63-4cd0-ad47-f4e9368c4fe2","name":"List Orders Succesfully","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"url":{"raw":"{{BASE_URL}}/proxy/v1/orders?limit=1&page=1","host":["{{BASE_URL}}"],"path":["proxy","v1","orders"],"query":[{"key":"limit","value":"1","description":"This parameter refers to the maximum number of items that must be returned per page, it is optional with a default value of 10"},{"key":"page","value":"1","description":"This parameter refers to the current page of the listing"},{"key":"order","value":"DESC","description":"This parameter refers to how the list is sorted based on the date the order was created, which can be DESC for descending and ASC for ascending.","disabled":true},{"key":"startDate","value":"2024-01-01","description":"This parameter refers to the order creation date, records with a date greater than or equal to the one sent will be returned","disabled":true},{"key":"endDate","value":"2024-12-31","description":"This parameter refers to the order creation date, records with a date less than or equal to the one sent will be returned","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"orderData\": {},\n            \"id\": \"097d39d2-1dbf-41cf-a0e6-68b3846be13b\",\n            \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n            \"externalId\": \"externalId\",\n            \"information\": null,\n            \"capture\": null,\n            \"origin\": \"Inovio\",\n            \"status\": \"failed\",\n            \"paymentMethod\": \"creditCard\",\n            \"amount\": 1,\n            \"paymentMethodData\": {\n                \"token\": \"token\",\n                \"firstSix\": \"411111\",\n                \"lastFour\": \"1111\",\n                \"expMonth\": 12,\n                \"expYear\": 2024,\n                \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\",\n                \"walletName\": \"Bruce Wayne\",\n                \"threadsPassThrough\": {\n                    \"version\": \"2.1.0\",\n                    \"eci\": \"eci\",\n                    \"authenticationValue\": \"123\"\n                },\n                \"installment\": 2,\n                \"type\": \"standard\",\n                \"canceledAmount\": 0\n            },\n            \"payer\": {\n                \"firstName\": \"Bruce\",\n                \"lastName\": \"Wayne\",\n                \"documentNumber\": \"01234567890\",\n                \"address\": \"Address\",\n                \"city\": \"City\",\n                \"zip\": \"55336890\",\n                \"country\": \"Country\",\n                \"ipAddress\": \"127.0.0.1\"\n            },\n            \"notificationUrl\": null,\n            \"createdAt\": \"2024-02-13T12:50:45.907Z\",\n            \"updatedAt\": \"2024-02-13T12:50:45.907Z\",\n            \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n            \"transactions\": [\n                {\n                    \"transactionId\": \"818cb86d-361e-4e89-aa49-7cc429bec3a4\",\n                    \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n                    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n                    \"externalId\": \"eaaxtaernaaaaasaasdaals07sa[a4-isad4daaa4a*\",\n                    \"orderId\": \"097d39d2-1dbf-41cf-a0e6-68b3846be13b\",\n                    \"operationId\": null,\n                    \"information\": null,\n                    \"category\": \"creditCard\",\n                    \"origin\": \"MerchantConnection\",\n                    \"type\": \"credit\",\n                    \"status\": \"failed\",\n                    \"amount\": 0,\n                    \"refundedAmount\": 0,\n                    \"fee\": -0.01,\n                    \"balanceAfterTransaction\": 1001333.75,\n                    \"notificationUrl\": \"https://www.inoviopay.com/webhook-return-luby\",\n                    \"currency\": \"BRL\",\n                    \"region\": \"BR\",\n                    \"receiver\": null,\n                    \"payer\": {\n                        \"documentNumber\": \"01234567890\"\n                    },\n                    \"reservationData\": null,\n                    \"eventName\": \"CreditCardIn\",\n                    \"originalTransactionId\": null,\n                    \"expectedAmount\": 1,\n                    \"createdAt\": \"2024-02-13T12:50:46.512Z\",\n                    \"updatedAt\": \"2024-02-13T12:50:53.651Z\",\n                    \"transactionData\": {\n                        \"failedReason\": {\n                            \"code\": \"ACQ-001\",\n                            \"details\": \"Failed to communicate with acquirer service\",\n                            \"origin\": \"acquirer\"\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 1,\n        \"page\": 1,\n        \"totalRecords\": 178,\n        \"totalPages\": 178,\n        \"nextPage\": 2,\n        \"prevPage\": null,\n        \"hasNextPage\": true,\n        \"hasPrevPage\": false\n    }\n}"},{"id":"df128a9a-7cb7-4c92-82ef-47d330c1ecee","name":"External Connection Does Not Exist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"url":{"raw":"{{BASE_URL}}/proxy/v1/orders","host":["{{BASE_URL}}"],"path":["proxy","v1","orders"],"query":[{"key":"limit","value":"10","description":"This parameter refers to the maximum number of items that must be returned per page, it is optional with a default value of 10","disabled":true},{"key":"page","value":"1","description":"This parameter refers to the current page of the listing","disabled":true},{"key":"order","value":"DESC","description":"This parameter refers to how the list is sorted based on the date the order was created, which can be DESC for descending and ASC for ascending.","disabled":true},{"key":"startDate","value":"2024-01-01","description":"This parameter refers to the order creation date, records with a date greater than or equal to the one sent will be returned","disabled":true},{"key":"endDate","value":"2024-12-31","description":"This parameter refers to the order creation date, records with a date less than or equal to the one sent will be returned","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"}],"_postman_id":"a849c2b6-cbb4-4738-a830-99730e119879"},{"name":"Get Order","id":"0a45801c-a51b-4743-b322-a7da0358fc29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"url":"{{BASE_URL}}/proxy/v1/orders/:orderId","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the order to be find.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes an HTTP GET request to get a order's information. The endpoint's URL should include a order id value.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>id</code> (string): ID of order.</p>\n</li>\n<li><p><code>accountId</code> (string): ID of account.</p>\n</li>\n<li><p><code>externalId</code> (string): A unique identifier for the order..</p>\n</li>\n<li><p><code>status</code> (string): Status of order.</p>\n</li>\n<li><p><code>amount</code> (number): Amount of order.</p>\n</li>\n<li><p><code>qrCodeData.emv</code> (string): QR code emv.</p>\n</li>\n<li><p><code>qrCodeData.image</code> (string): QR code imgae.</p>\n</li>\n<li><p><code>qrCodeData.location</code> (string): QR code location.</p>\n</li>\n<li><p><code>payer.documentNumber</code> (string): Document number of payer.</p>\n</li>\n<li><p><code>payer.name</code> (string): Name of payer.</p>\n</li>\n<li><p><code>transaction.transactionId</code> (string): ID of the transaction.</p>\n</li>\n<li><p><code>transaction.orderId</code> (string): ID of the order.</p>\n</li>\n<li><p><code>transaction.accountId</code> (string): ID of account.</p>\n</li>\n<li><p><code>transaction.status</code> (string): Status of the order.</p>\n</li>\n<li><p><code>transaction.externalId</code> (string): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>transaction.category</code> (string): Order category.</p>\n</li>\n<li><p><code>transaction.type</code> (string): Transaction type.</p>\n</li>\n<li><p><code>transaction.amount</code> (number): Order amount value.</p>\n</li>\n<li><p><code>transaction.fee</code> (number): Order total fee value.</p>\n</li>\n<li><p><code>transaction.eventName</code> (string): Transaction event name total fee value.</p>\n</li>\n</ul>\n","urlObject":{"path":["proxy","v1","orders",":orderId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>It's a parameter to find order by id</p>\n","type":"text/plain"},"type":"any","value":null,"key":"orderId"}]}},"response":[{"id":"c04bbe0b-e7b6-4860-adf0-75850989c20e","name":"Get Order Succesfully","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","type":"text","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","type":"text","description":"It is a required parameter to find account"}],"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"f6597dc3-d610-4b28-a08e-8add393917be\",\n    \"accountId\": \"6cc5f272-3288-40f7-84af-409055674ae3\",\n    \"externalId\": \"id of new consumer system \",\n    \"information\": null,\n    \"status\": \"open\",\n    \"amount\": 200.5,\n    \"qrCodeData\": {\n        \"emv\": \"                                                         \\n                                                         \\n    █▀▀▀▀▀█ ▀█▄██▀▄███▀ █ █▄ █▀ ▀█▀ ▀█▀ ▀ ▄▄█ █▀▀▀▀▀█    \\n    █ ███ █ ▀▄█▄█ ▄▀▄▀ █▀▄▀ ▀ █▄ ▀█▀▄  ▀█▀ █▀ █ ███ █    \\n    █ ▀▀▀ █ ▄▀▀ ▀█▀▀▄ ██▀▄█▀▀▀█   ▀ █▀█▀█▄▄   █ ▀▀▀ █    \\n    ▀▀▀▀▀▀▀ ▀▄█▄▀▄█▄▀ █ ▀ █ ▀ █ ▀ ▀▄▀▄▀ █ ▀ █ ▀▀▀▀▀▀▀    \\n    █▄█▄▄ ▀█ ▀ ▄▄▄█ ▄█ ▀ ▀▀█▀▀▀▀ █▀▄▀█▀▄▀▀▀█▄▄▄█▄▄█▄█    \\n     ▄█▄▄ ▀ █▄▀▄█▀ ▀▄▄▀ ▄▄██▀ ▄▀█▄▄▄█▀▄▀█▄   █▀█▄ ██▀    \\n     ▀ ██ ▀ ▄█▀▀▄█  ▄█▀██▄██▀▄█ █ ▀▄▀█▀▀▀ █ ▄▄▀█ ▀█▀█    \\n    ▄▀█▄█ ▀  ▄▄█▄▀▀▀▄▄██▄█▄█ ▀▀▀▀█▄ ▀██▀▀▀█▄▀▀ ▄█  ██    \\n     █▀█▀▄▀  ▄█▄▄   ▀▀▀█ █▀█    ▄█▄ ▄█▄ ▄▄▄  ▀ ▀█  █▄    \\n    █▀▄▀▄▀▀▀▀▄▄ █ ▄  ▄▀ ▄█▀▄███▄ ▀█ ▄▀▀ ▄▀  ▀ ▄███ ▄█    \\n    ▄▄▄█▄▀▀▀▀▄▀▀▄▄██▀ ▀▀█▀▄█▀█▄█▀▄▀█ █   ▀   ▄█▄█▀ ██    \\n     ██▄█▀▀▀██▀ ▄▄▀▄ ▄▀██▀█▀▀▀████▄▀▄█ ▀▄ ▄██▀▀▀█▀▀█     \\n    ▄▄█ █ ▀ █▀▀█▀█ ▄  ▄█  █ ▀ █▀  █▄ ▀▀ ▀█▀▀█ ▀ ██▄██    \\n    ▄▄ ▀▀▀▀██▀▀▀ █▀ ▄██▄█▀▀▀█▀▀▀▄▀▀▀▄ ▀█▄▀▄ ▀█▀██▄█▀█    \\n    ▀ ██▀▀▀█▄▄█▄▄█▄▀▀▄█ ▀▀███ █▀███ ▀▀██▀ █▀ █▄▀▀ ▀▄█    \\n    ▄▄█▀▀▀▀▀▀ █  ██▀█▀  ▀▀██▄███  ▀▄▀  ▄▀ █▀▄▀█   ▀▄█    \\n    ▀▀█▀▀█▀ █  ▀  █████▀▀▀█▀ █▀█▀ ▀█▀ ▀█▀▀▀   ▄ █▀▀ ▀    \\n      ▀▀▄▀▀▀  █ ▀ █ ▄█   ▀█ ▄▀ ▀█▄▀█▀▄█▀▀▀▀▄█▄█▄▀▄▀█▀    \\n    ▄██ ▀█▀▀ ▄▀ ▀█ █ █▀█▄ ██▄█▄▄▀▀▀▄▀▄ ▀ ▀▀▀▄▀ █ █▄█     \\n     █▄▄ ▀▀▀▄█  ▄▀  ▄ █ █▄█▄▀ █▀▀▀▄▀▀  █▄▄ ▄▀▀██▀ ▀█     \\n    ▀▀▀   ▀▀█  ▀██▀▀▄▀ ▀ ▀█▀▀▀█▀  ██ ▀▀█▀ ▀▀█▀▀▀█▄ █▄    \\n    █▀▀▀▀▀█ ▀ █  ▄█▄ ▀█  ██ ▀ █▄█ ▀▀▄ ▀▄▄█ ██ ▀ █ █▀▀    \\n    █ ███ █  ▄▀▄ █▄▄ █▄██ ███▀▀▀█ ▀ █▀▀▀▀▄██▀▀▀▀█  ▄█    \\n    █ ▀▀▀ █ ▀▄▀█▄  ▄▄▄▄█▄███▀ ▀▀▀▄█▀▀▄▄▀▀███▄ ▀▄▀ ▄▀▀    \\n    ▀▀▀▀▀▀▀ ▀  ▀▀   ▀▀▀   ▀ ▀ ▀  ▀   ▀   ▀ ▀     ▀▀ ▀    \\n                                                         \\n                                                         \",\n        \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAADkCAYAAACIV4iNAAAAAklEQVR4AewaftIAAAwDSURBVO3BQW4sy7LgQDKh/W+ZfYY+CiBRJb24v93M/mGtdYWHtdY1HtZa13hYa13jYa11jYe11jUe1lrXeFhrXeNhrXWNh7XWNR7WWtd4WGtd42GtdY2HtdY1HtZa13hYa13jhw+p/KWKSeWkYlJ5o2JS+UTFpDJVTCpTxYnKScWk8kbFpPJGxaQyVbyhMlVMKn+p4hMPa61rPKy1rvGw1rrGD19W8U0qJxWTyqTyRsWk8omKb1KZKk4qTiomlanipGJSmSpOKk5Uvqnim1S+6WGtdY2HtdY1HtZa1/jhl6m8UfGGylQxqUwVk8pJxaQyVUwqJyqfqJhUpopJZap4Q+WkYqo4UXmjYlL5JpU3Kn7Tw1rrGg9rrWs8rLWu8cN/XMWkcqLyhspUMalMFW9UTCpTxUnFGypTxVQxqUwVk8pUcVIxqUwVb1T8X/Kw1rrGw1rrGg9rrWv88P+ZikllUjlRmSpOVE5UpopJ5ZsqfpPKb6r4v+xhrXWNh7XWNR7WWtf44ZdV/CaVqeKNikllqjhRmSreqJhUTireUPlExRsVk8pUMalMKicV31Rxk4e11jUe1lrXeFhrXeOHL1O5icpUMalMFZPKVPGJikllqphUTlSmijdUpopJZar4TRWTyonKVHGicrOHtdY1HtZa13hYa13jhw9V/C9VTConKlPFpHKiMlV8ouITFZ+oOKmYVKaKSWWq+ETFJyr+Sx7WWtd4WGtd42GtdQ37hw+oTBWTylTxhspJxaQyVXxCZao4UZkqJpWpYlL5SxWTyknFpPJGxaTyiYo3VKaKE5WpYlKZKj7xsNa6xsNa6xoPa61r2D98QOWbKk5Upoo3VD5RMamcVHyTylTxTSpTxaQyVUwqU8WkMlW8oXKzik88rLWu8bDWusbDWusa9g+/SGWqeENlqphUpopJZaqYVE4qJpWp4kRlqnhD5Y2KE5WTijdUTiomlZOKT6i8UXGi8kbFJx7WWtd4WGtd42GtdQ37hy9S+UTFGyonFZPKScUbKicVJyqfqDhRmSomlW+qmFSmiknlpOINlaliUjmpmFROKr7pYa11jYe11jUe1lrXsH/4IpWpYlI5qZhUpooTlTcqJpWp4g2VT1RMKm9UTCpTxaQyVUwqU8Wk8k0Vk8pU8YbKScWk8omKTzysta7xsNa6xsNa6xo/fFnFN1WcqJxUnKh8QuWkYlI5UXmjYlL5popJZaqYVKaK36RyUjGpnFRMKlPFpPJND2utazysta7xsNa6xg9fpnJSMamcqEwVU8UbKlPFpDKpnFScqJxUTCpTxaTyCZUTlaliqphUTlRuUjGpTBVTxaTymx7WWtd4WGtd42GtdQ37hw+oTBWTyhsVn1D5RMUbKv9LFd+kclJxonJS8YbKScUbKicVJyonFZ94WGtd42GtdY2HtdY1fvhQxaTyTSpTxUnFpDJV3KRiUrlJxScqPlHxhspU8ZsqvulhrXWNh7XWNR7WWtf44ZdVTCpTxaQyVbyhcqJyUvFGxRsqb1RMKt+kcqIyVUwqJypTxaTyRsVJxUnFpPIJlaniEw9rrWs8rLWu8bDWusYPH1L5TSpvVLyh8ptUpoo3VKaKSeWNiqliUnmjYlJ5o2JSmSpOVKaKE5UTlaliqphUvulhrXWNh7XWNR7WWtf44csqJpWpYlKZKj6hclLxhspUcaIyVZyonFRMKp9QmSqmiknlRGWqeENlqnij4kTlm1R+08Na6xoPa61rPKy1rvHDhypOKiaVqWJS+UTFpDKpTBVvqJxUTCr/SxWTyqQyVZyoTBWTylRxUjGpTBXfVDGp3ORhrXWNh7XWNR7WWtf44UMqn1CZKj6hMlWcqHyi4qTiRGWqmFROKiaVSeWkYlKZKiaV31TxCZUTlZOK/6WHtdY1HtZa13hYa13D/uGLVE4qJpW/VPGGylTxhsp/WcWkMlVMKlPFpDJVvKFyk4pvelhrXeNhrXWNh7XWNX74YyonFW+onFScqJxUTCpTxaQyVUwqJxWTylTxhsonVKaKSeWNikllqphU3qh4Q2WqOFH5TQ9rrWs8rLWu8bDWusYPX1YxqUwVk8qJylTxhso3VZxUvFHxCZWp4o2KE5WTikllUpkqTlS+SWWqOFGZKk5UpopPPKy1rvGw1rrGw1rrGj98SOU3VbxRcaIyVUwqJypTxYnKb6p4o+ITKlPFVPFGxaQyVZyonFR8QuUvPay1rvGw1rrGw1rrGj98qOINlROVT6h8k8pUcaJyUjGpvKHyCZWpYlL5JpWTim9S+UTFpPKXHtZa13hYa13jYa11DfuHD6icVHyTyknFJ1SmihOVb6p4Q2WqeENlqnhDZao4UTmpmFSmihOVqWJS+UTFpDJVfOJhrXWNh7XWNR7WWtf44csqJpXfVHGiMlV8QuWkYlKZKiaVSeWbVN5QOak4UflNKlPFN1VMKn/pYa11jYe11jUe1lrX+OFDFZ+oeENlUnlD5Q2VqeJE5Y2KE5VvqphUPlFxonJS8UbFGypTxRsVk8pvelhrXeNhrXWNh7XWNX74H1P5popJZao4UTlReaPiROUTFZPKicpUcaJyojJVTBUnKlPFicpU8ZtUpopJ5Zse1lrXeFhrXeNhrXWNHz6k8kbFf1nFpDJVvFFxonKi8psqJpWp4g2VqeKNikllqphUPlExqfymh7XWNR7WWtd4WGtdw/7hAyp/qWJSmSpOVKaKE5WbVUwqn6iYVN6omFS+qeKbVN6omFSmik88rLWu8bDWusbDWusaP3yo4kRlqjhRmSq+qeJ/qeINlanijYpJZao4qZhUpoqTikllqvhNKlPFScUbFd/0sNa6xsNa6xoPa61r/PDHVKaKE5WTihOVqWJSmSpOKk5Upoo3VP6SylQxqZyoTBWTyonKGxWTylTxTSpvVHziYa11jYe11jUe1lrX+OGXVZyoTBV/qeITKt9UMamcqEwVJxWTyqQyVUwqU8WkclLxCZUTlROVqWJSmSomlanimx7WWtd4WGtd42GtdY0fvkzlpOJE5Y2KT6icVEwqU8WkMqmcVLyhMlVMKlPFJ1SmikllqjhRmSomlTcqJpWpYlK52cNa6xoPa61rPKy1rvHDh1Q+UTGpTBVvqEwVJxWTyjdVTCqTylTxhsqJyknFGypTxaQyVUwVJxVvqEwV36Tylx7WWtd4WGtd42GtdY0fPlQxqUwVn1A5qfhLFScVk8pUMam8UTGpTBWTyonKScWJylRxojJVfJPKGypTxaTylx7WWtd4WGtd42GtdY0ffpnKScVU8YbKJ1SmijdUpopPqJyoTBVvVLyhMlV8k8pJxaQyVZyonFScVEwqv+lhrXWNh7XWNR7WWtewf/iAyhsVb6i8UXGi8k0Vk8pUMalMFZPKX6o4UTmpmFQ+UTGp/KWKE5Wp4pse1lrXeFhrXeNhrXUN+4f/MJWp4g2Vk4oTlanim1SmijdUpoo3VE4q3lCZKj6hMlW8oXJSMamcVHziYa11jYe11jUe1lrX+OFDKn+p4g2VqWKqOFGZKqaKSeWk4kTlDZWp4g2VqeKbVKaKE5WpYlJ5Q2WqOKmYVP7Sw1rrGg9rrWs8rLWu8cOXVXyTyknFN6mcqEwVU8Wk8psq3lB5o+JEZaqYKiaVv1TxTRW/6WGtdY2HtdY1HtZa1/jhl6m8UXGTijdUpopJ5aRiUplU/pLKVHGi8omKSeUNlW+qOFGZKj7xsNa6xsNa6xoPa61r/PB/jMpUMalMFScqJxUnKn+p4g2Vk4o3Kj6h8kbFJ1TeUPlND2utazysta7xsNa6xg//cSpTxaTyRsUnKk5UpopJ5ZtUPqHyTSp/SWWquNnDWusaD2utazysta5h//ABlanim1SmihOVqWJSOak4UblJxTepnFScqJxUnKh8ouJEZao4UZkqftPDWusaD2utazysta7xw5ep/CWVqeI3VUwqb1S8oTJVTCpTxaQyVbxR8YmKT1RMKlPFGxUnKm+oTBWfeFhrXeNhrXWNh7XWNewf1lpXeFhrXeNhrXWNh7XWNR7WWtd4WGtd42GtdY2HtdY1HtZa13hYa13jYa11jYe11jUe1lrXeFhrXeNhrXWNh7XWNf4fgj1tJGNXHeoAAAAASUVORK5CYII=\",\n        \"location\": \"https://api.gatewaypix.onlineips.dev.finfy.com.br/orders/f6597dc3-d610-4b28-a08e-8add393917be\"\n    },\n    \"orderData\": {},\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"name\": \"name of payer\"\n    },\n    \"createdAt\": \"2023-09-08T18:24:52.171Z\",\n    \"updatedAt\": \"2023-09-08T18:24:52.171Z\",\n    \"transaction\": {\n        \"transactionId\": \"d95fe4ad-ec0b-4798-b1fb-4bc23f04981c\",\n        \"accountId\": \"6cc5f272-3288-40f7-84af-409055674ae3\",\n        \"externalId\": \"order-id of new consumer system \",\n        \"orderId\": \"f6597dc3-d610-4b28-a08e-8add393917be\",\n        \"information\": null,\n        \"category\": \"pix\",\n        \"type\": \"credit\",\n        \"status\": \"success\",\n        \"amount\": 20050,\n        \"fee\": 0,\n        \"balanceAfterTransaction\": 99995079,\n        \"receiver\": null,\n        \"payer\": {\n            \"key\": \"36e6c36a-f294-4f34-9086-eb30b2124525\"\n        },\n        \"eventName\": \"PixIn\",\n        \"originalTransactionId\": null,\n        \"createdAt\": \"2023-09-08T18:25:21.483Z\",\n        \"updatedAt\": \"2023-09-08T18:25:21.483Z\"\n    }\n}"},{"id":"8761ecc6-45de-4c81-b08e-394a757d3d55","name":"Order Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","type":"text","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","type":"text","description":"It is a required parameter to find account"}],"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-002\",\n    \"message\": \"Order Not Found\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"e5a16f4b-6bfb-433d-be04-748a7a33b871","name":"External Connection Does Not Exist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","type":"text","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","type":"text","description":"It is a required parameter to find account"}],"url":{"raw":"{{BASE_URL}}/proxy/v1/orders/:orderId","host":["{{BASE_URL}}"],"path":["proxy","v1","orders",":orderId"],"variable":[{"key":"orderId","value":null,"description":"It's a parameter to find order by id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"}],"_postman_id":"0a45801c-a51b-4743-b322-a7da0358fc29"},{"name":"Validate Credit Card","id":"209493ae-20ac-4939-98c3-b64335c8a517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"{{EXTERNAL_CONNECTION}}","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n “holderName”: “Allexis R F Soares”,\r\n    “cardNumber”: “5502099283943870”,\r\n    “cvv”: “077”,\r\n    “expMonth”: 11,\r\n    “expYear”: 2033\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/credit-card/validate","description":"<h3 id=\"validate-credit-card-order\">Validate Credit Card Order</h3>\n<p>This endpoint is used to validate a credit card order.</p>\n<h3 id=\"sandbox-testing-instructions\">Sandbox Testing Instructions</h3>\n<p>The <strong>Sandbox</strong> acquirer available for tests (homologation/staging environment) will consider the following credit cards as valid:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Card number</strong></th>\n<th><strong>CVV</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>340000000000009</td>\n<td>789</td>\n</tr>\n<tr>\n<td>4111111111111111</td>\n<td>123</td>\n</tr>\n<tr>\n<td>5500000000000004</td>\n<td>456</td>\n</tr>\n</tbody>\n</table>\n</div><p>Any other <code>cardNumber</code> and <code>cvv</code> combination will be considered <strong>invalid</strong> by the service.</p>\n<p>To simulate an acquirer error send the card bellow</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Card number</strong></th>\n<th><strong>CVV</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5186870696870477</td>\n<td>123</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li><p>To return a valid card, use the cards below:</p>\n<ul>\n<li><p>5502095822650000</p>\n</li>\n<li><p>5505536536504170</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>holderName</code> (string): The name of the card holder.</p>\n</li>\n<li><p><code>cardNumber</code> (string): The credit card number.</p>\n</li>\n<li><p><code>cvv</code> (string): The card verification value.</p>\n</li>\n<li><p><code>expMonth</code> (integer): The expiration month of the card.</p>\n</li>\n<li><p><code>expYear</code> (integer): The expiration year of the card.</p>\n</li>\n<li><p><code>currency</code> (string): The currency in which the transaction will be processed.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>valid</code> (boolean): Indicates whether the credit card order is valid.</p>\n</li>\n<li><p><code>message</code> (string): Additional message related to the validation.</p>\n</li>\n<li><p><code>processorId</code> (string): The processor id.</p>\n</li>\n<li><p><code>processorAccountId</code>(string): The processor account id.</p>\n</li>\n<li><p><code>processorName</code>(string): The processor name.</p>\n</li>\n<li><p><code>processorReferenceId</code>(string): The processor reference id.</p>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<p>Request Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"holderName\": \"Holder Name\",\n  \"cardNumber\": \"4417123456789113\",\n  \"cvv\": \"123\",\n  \"expMonth\": 12,\n  \"expYear\": 2025,\n  \"currency\": \"USD\"\n}\n\n</code></pre>\n<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"valid\": true,\n  \"message\": \"\",\n  \"processorId\": \"string\",\n  \"processorAccountId\": \"string\",\n  \"processorName\": \"string\",\n  \"processorReferenceId\": \"string\"\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","orders","credit-card","validate"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"491ece9b-0574-425b-aa61-9c49c1c8dec3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."}],"body":{"mode":"raw","raw":"{\r\n    \"holderName\": \"Holder Name\",\r\n    \"cardNumber\": \"4417123456789113\",\r\n    \"cvv\": \"123\",\r\n    \"expMonth\": 12,\r\n    \"expYear\": 2025,\r\n    \"currency\": \"USD\" // Optional, by default the first account currency will be selected\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/credit-card/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"4548ab5b-0296-4a18-9b27-53f9392abe56"},{"key":"x-request-id","value":"83fff96e-22cf-4e89-8608-394de7144882"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"37"},{"key":"Date","value":"Fri, 07 Feb 2025 11:37:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"valid\": true,\n    \"message\": \"Valid card\",\n    \"processorId\": \"6b387826-e2f8-4897-b1c1-0b6fd5e44121\",\n    \"processorAccountId\": \"cfbe4d16-5d15-4d7a-a37b-a53dae37bf4d\",\n    \"processorName\": \"PXP\",\n    \"processorReferenceId\": \"03baceb8-2488-4bf1-98e1-54b42ea00dd0\"\n}"},{"id":"e7d76b29-2de6-4334-93be-6b8837d8e466","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."}],"body":{"mode":"raw","raw":"{\r\n    // \"holderName\": \"Holder Name\",\r\n    // \"cardNumber\": \"4417123456789113\",\r\n    // \"cvv\": \"123\",\r\n    // \"expMonth\": 12,\r\n    // \"expYear\": 2025,\r\n    // \"currency\": \"USD\" // Optional, by default the first account currency will be selected\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/credit-card/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"7d7b6d5a-d593-4c38-abd9-98a5a4c77cbb"},{"key":"x-request-id","value":"f43c5d4c-7776-4c70-986f-a803ca0319a5"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"928"},{"key":"Date","value":"Fri, 07 Feb 2025 11:38:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"holderName\",\n            \"constraints\": {\n                \"isString\": \"holderName must be a string\",\n                \"isNotEmpty\": \"holderName should not be empty\"\n            }\n        },\n        {\n            \"property\": \"cardNumber\",\n            \"constraints\": {\n                \"secretValidation\": \"cardNumber is required\"\n            }\n        },\n        {\n            \"property\": \"cvv\",\n            \"constraints\": {\n                \"secretValidation\": \"cvv is required\"\n            }\n        },\n        {\n            \"property\": \"expMonth\",\n            \"constraints\": {\n                \"max\": \"expMonth must not be greater than 12\",\n                \"isInt\": \"expMonth must be an integer number\",\n                \"isNumber\": \"expMonth must be a number conforming to the specified constraints\",\n                \"isNotEmpty\": \"expMonth should not be empty\"\n            }\n        },\n        {\n            \"property\": \"expYear\",\n            \"constraints\": {\n                \"min\": \"expYear must not be less than 2025\",\n                \"isPositive\": \"expYear must be a positive number\",\n                \"isInt\": \"expYear must be an integer number\",\n                \"isNumber\": \"expYear must be a number conforming to the specified constraints\",\n                \"isNotEmpty\": \"expYear should not be empty\"\n            }\n        }\n    ]\n}"}],"_postman_id":"209493ae-20ac-4939-98c3-b64335c8a517"}],"id":"6606cdfc-a192-4f77-bc8c-9304fa1b8200","_postman_id":"6606cdfc-a192-4f77-bc8c-9304fa1b8200","description":""},{"name":"Pix","item":[{"name":"Create Pix Order (Pay In)","id":"beaf332f-1eb5-4987-9fe8-9a988c7ddb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders","description":"<p>This endpoint is used to create a new pix order.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will always be synchronous, that means that the processor has finished processing the payment and returned the result, but an external action is required to finalize the payment. You will receive a QR Code that you can share with the payer. When the payer makes the payment, the response will be sent via webhooks and the convrt system will process the result.</p>\n<blockquote>\n<p>For the <strong>Sandbox</strong> acquirer, payment can be made through the <strong>PayOrder</strong> route. For other acquirers, payment must be made through a financial institution using the QR code returned in the request response. </p>\n</blockquote>\n<h3 id=\"homologation-celcoin-testing-instructions\">Homologation Celcoin Testing Instructions</h3>\n<ul>\n<li>It will be possible to create the pix order, but it will not be paid and will always have a pending status.</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, required): The amount of the order</p>\n</li>\n<li><p>externalId (string, optional): An idempotent ID for transaction tracking, it will be returned via webhook (when a 'notificationUrl' is provided) if it is sent; if it is not sent in the request, it will also not be returned.</p>\n</li>\n<li><p>expiresIn (number, required): The expiration time for the order.</p>\n<ul>\n<li><p>If the value is less than <strong>1 minute (60 seconds)</strong>, a validation error will be returned;</p>\n</li>\n<li><p>If the value is greater than <strong>2 hours (7200 seconds)</strong>, a validation error will be returned.</p>\n<ul>\n<li>Cielo only accept <strong>2 hours</strong> <strong>(7200 seconds)</strong></li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>payer.documentNumber (string, required): The document number of the payer.</p>\n</li>\n<li><p>payer.documentType (string, required): The type of document for the payer.</p>\n</li>\n<li><p>payer.name (string, required): The name of the payer.</p>\n</li>\n<li><p>label (string, optional): An optional label for the transaction.</p>\n</li>\n<li><p>notificationUrl (url, optional): A URL to receive the transaction notification</p>\n</li>\n<li><p>currency (string, optional): A Currency for the transaction.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"recurrence\">Recurrence</h3>\n<p>The CONVRT system needs to allow merchants to create recurring payment contracts via automatic Pix, establishing recurring billing mandates with their clients. To create an automatic Pix payment, you need to pass the recurrence object in the request body. The payment method remains Pix and the payment is created with the <code>Automatic Contract</code> category.</p>\n<p>If the endDate prop is sent in recurrence information. The CONVRT system will expire it automatically in the end of the day set.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>externalId</code> (string, optional): An idempotent ID for transaction tracking, it will be returned via webhook (when a 'notificationUrl' is provided) if it is sent; if it is not sent in the request, it will also not be returned.</p>\n</li>\n<li><p><code>expiresIn</code> (number, required): The expiration time for the order.</p>\n<ul>\n<li><p>If the value is less than <strong>1 minute (60 seconds)</strong>, a validation error will be returned;</p>\n</li>\n<li><p>If the value is greater than <strong>2 hours (7200 seconds)</strong>, a validation error will be returned.</p>\n</li>\n</ul>\n</li>\n<li><p><code>payer</code> (object, required): The payer information.</p>\n<ul>\n<li><p>documentNumber (string, required): The document number of the payer.</p>\n</li>\n<li><p>documentType (string, required): The type of document for the payer.</p>\n</li>\n<li><p>name (string, required): The name of the payer.</p>\n</li>\n</ul>\n</li>\n<li><p><code>label</code> (string, optional): An optional label for the transaction.</p>\n</li>\n<li><p><code>notificationUrl</code> (string, optional): An optional url to receive a notification by webhook.</p>\n</li>\n<li><p><code>recurrence</code> (object, required): The recurrence information.</p>\n<ul>\n<li><p><code>immediate</code> (boolean, required): Determines whether the transaction will be charged immediately or not.</p>\n</li>\n<li><p><code>type</code> (string, required): can be one of the values: weekly, monthly, quarter, semester, yearly.</p>\n</li>\n<li><p><code>startDate</code> (string, required): The start date of the recurrence.</p>\n</li>\n<li><p><code>endDate</code> (string, optional): The final date of the recurrence.</p>\n</li>\n<li><p><code>amount</code> (object, required):</p>\n<ul>\n<li><p><code>type</code> (string, required): can be one of the values: variable, fixed.</p>\n</li>\n<li><p><code>value</code> (number, required): The value of the recurrence transaction.</p>\n</li>\n<li><p><code>minValue</code> (number, required): The min value accepted for the receiver. This property is only required when amount type is variable.</p>\n</li>\n<li><p><code>maxValue</code> (number, required): This property is only required when amount type is variable.</p>\n</li>\n</ul>\n</li>\n<li><p><code>title</code> (string, optional): the title of the recurrence.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"risk-validation\">Risk Validation</h3>\n<p>Creating a payment is subject to undergoing a risk validation process. The transaction will only check risk validation if is provided the document number and if the documentNumber is a CPF.</p>\n<p>Risk validation is an anti-fraud procedure performed to determine whether the payer is eligible for the payment transaction. Currently, we consider the following criteria:</p>\n<ul>\n<li><p><strong>Age</strong>: Checks if the CPF holder, the payer, is of legal age.</p>\n</li>\n<li><p><strong>Life Status</strong>: Verifies that the CPF holder does not have a death record—ensuring the person is alive at the time of the inquiry. This is important for preventing fraud or registration errors.</p>\n</li>\n<li><p><strong>Government Restrictions</strong>: Assesses whether there are any active government restrictions on the CPF, such as prohibitions related to public agencies, which could hinder the transaction.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Depeding on the service, the response will contain the QR Code information(<code>image</code> and <code>emv</code>) or a link(<code>redirectPaymentUrl</code>) that will redict user to a web page with the QR Code information</p>\n</li>\n<li><p>The currency property does not need to be sent in the request because transactions must occur in the same currency as the region. If an unallowed currency is sent, the api will return an error</p>\n</li>\n<li><p>During the creation of the order, validation may occur where risk tools are used. If validation results in failure, the request will be rejected and the reason for failure indicating the validations that failed.</p>\n</li>\n</ul>\n<h3 id=\"400-status-response-error\">400 Status Response Error</h3>\n<ul>\n<li>In addition of erros in begning of the transaction folder, this endpoits may return the following erros:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"9184fc1f-e02d-49d3-ad05-7c9d9f8d4669","name":"Created Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"86536b02-e519-4f40-8712-6bd8d5e33115\",\n    \"amount\": 10000,\n    \"status\": \"open\",\n    \"emv\": \"                                                     \\n                                                     \\n    █▀▀▀▀▀█ █▄▀█▀ ▄█ █▀▀▄▀▀▀▄▀▄ ▄█▀██  ▄▀ █▀▀▀▀▀█    \\n    █ ███ █ ▀ ▀ ▀▀███   ▀ ▄▄█▄ ▀▄▄█  ▀ █▄ █ ███ █    \\n    █ ▀▀▀ █ ▀▄▀▀█▀▀▀ ██▀█▀▀▀█▄█▀██▀  █▀▀▀ █ ▀▀▀ █    \\n    ▀▀▀▀▀▀▀ ▀ ▀ █ ▀ █ █▄█ ▀ █ █ █ ▀ █ ▀▄█ ▀▀▀▀▀▀▀    \\n    █ ▄█▀█▀▀█ ▄▄▄▄▀█▀ █ █▀▀█▀█▄ ▀█ █▄▀▄ ▀█▄▄▀ █▀▀    \\n    ▄▀▄ █ ▀  ▀█ ▄██▀ █▀ █▀ ▀ ▄▄█ ▄█▄▄▄█▀▀█▄▄█▄█▄█    \\n    ▄▀█▄▀█▀█▀ ▄▀█▄█▄▀█▀▀  ▀▄█▄█▀  ██▀ ▀ ▄▄█ ▄  █▄    \\n    █▀▀▀▄▄▀▄█ █▄▄▀▀ ▄█▄▀ ▀ █▀▄ ██▀█▄ ▀ ▀█ ▀█▄ ▀█     \\n     ▀█▀▄ ▀▄▄▄▀▄▀▀▄  ██ █ ▄▀▄▀▀▄▄██ ▀▀ █▄▄▀▀▄██      \\n    ▄▄█▀ ▄▀▀█ ▄█▄▀▄▀█▀▄█▀▀ ▀▀▄█▀▄█ ▀▀▀▀██▄█ ▄ ▄ █    \\n    ▄ █ █▀▀▀██▀█ ▀█▄▀ ▄ █▀▀▀█▀▀ ▀██▀▀ █▀█▀▀▀█▀██▀    \\n    ▀▄▀ █ ▀ █ ▄▀ █▄▄ ▄ ▄█ ▀ ██▀█ █ █▀ ▀██ ▀ █▀▄▄█    \\n     ▄▀██▀▀█▀  ▀█   █ ▄▀▀███▀ █▄██▀█▄▀  ██▀▀▀█▄▀▀    \\n    ███ ▄▄▀ ▄▀█▀▀▀██ ▀▀█▄▄▄▄▄ █▄ █▀█▀▄   ▀▄ ▄█▄▄     \\n    █  ▀██▀▄▀▄▄  ▄██▄█▀▄ ▀▄▄▀ ▀█▄▄█▄▀ ▄█▄█▀███  ▀    \\n    ▄ ▀  ▀▀▀█▄███▀▀ ▀██ ▀█  ▄▄█▄▀▄▀ ▀▄▄▄▀▄▀▄█ ▄██    \\n     ▀█▀██▀▀▄   ▀▄ ▀█▄▄ ▄▄█ ▄ ▀▄▀ █▀▄▀  █▀█ ▀▄█▄▄    \\n     ▄▄▄█ ▀▄▄▀▀▀▄█▀ ▀██▀██▄ █▀▀█▀█▄▄█▄▄▀ ▄█▀▀▄▀▄▀    \\n    ▀  ▀▀ ▀ ▄▄▄█ ▀▄██▄█ █▀▀▀█████▀▄█▄  ▀█▀▀▀█ █      \\n    █▀▀▀▀▀█ █  ▀▄ ▄ ▄█▀▀█ ▀ █▀█▀▀█ ▀▄ ▄██ ▀ ███▀▄    \\n    █ ███ █ █▀▀█▄ █ ▄▀ ▀▀▀█▀█▄    █▀▄ ▄ █████▀▄██    \\n    █ ▀▀▀ █  ▀▀▀▀▀▄▀ ▀██  ▄▄ ▀▀▀█ █  ▄ ▀ ▀▄▀ ▄███    \\n    ▀▀▀▀▀▀▀ ▀▀ ▀▀   ▀▀▀▀ ▀  ▀  ▀▀▀▀▀ ▀▀    ▀         \\n                                                     \\n                                                     \",\n    \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAADUCAYAAADk3g0YAAAAAklEQVR4AewaftIAAAqQSURBVO3BQY4YybLgQDJR978yR0tfBZDIKD31HzezP1hrXfGw1rrmYa11zcNa65qHtdY1D2utax7WWtc8rLWueVhrXfOw1rrmYa11zcNa65qHtdY1D2utax7WWtc8rLWu+eEjlb+pYlKZKiaVNypOVKaKSeWNiknljYpJZap4Q+WLijdUpopJ5W+q+OJhrXXNw1rrmoe11jU/XFZxk8obKlPFpDJVnKh8UXGiMlW8oTJVTCpTxaRyUjGpfKEyVbxRcZPKTQ9rrWse1lrXPKy1rvnhl6m8UfFFxaQyVUwqX6hMFf+SikllqjhRmSpOVKaK36TyRsVvelhrXfOw1rrmYa11zQ//cRUnFScVJyq/qeJE5Q2VqWKqmFRuqnhDZar4L3tYa13zsNa65mGtdc0P/3EqU8Wk8psqJpX/pYpJ5W9S+f/Zw1rrmoe11jUPa61rfvhlFb+pYlKZKk5UporfVDGpTBVvqEwqJxWTyknFFxW/qeJf8rDWuuZhrXXNw1rrmh8uU/mbVKaKSWWqeENlqphUpopJ5QuVqeKkYlJ5o2JSmSomlaliUpkqJpWp4kTlX/aw1rrmYa11zcNa65ofPqr4X6o4qfii4iaVNyr+lyq+qJhU3qj4L3lYa13zsNa65mGtdY39wQcqU8WJym+quEnljYpJZaqYVH5TxYnKScWkMlVMKlPFicpJxYnKVDGpvFHxxcNa65qHtdY1D2uta374ZSonFZPKVHGicqLyRcWkMlXcVHGiMlVMKpPKVDFVTCpvqEwVk8pUMVVMKpPKScUbFb/pYa11zcNa65qHtdY1P3xUMalMFScqU8WkMlVMFZPKScWJyqTyhsoXKlPFGxUnKlPFVDGpTBVfqLxRcaIyVbyhMlV88bDWuuZhrXXNw1rrmh8+UpkqJpWp4o2KNyomlROVNyreqHij4qTiROULlROVLypOVCaVN1ROVH7Tw1rrmoe11jUPa61rfvioYlL5QuWLiqliUjmpmFROVE5UTipOVKaKSWWqmFTeqJhU3qiYVN6omFSmii9UpoqbHtZa1zysta55WGtdY3/wgcpUMamcVEwqU8WkMlWcqEwVk8oXFZPKVHGTyhcVb6icVHyh8kbFpDJVnKicVHzxsNa65mGtdc3DWuuaHy5T+aJiUpkqJpWp4o2KSeWk4guVqWJSmSreqDhR+aLiRGWqmFROKiaVSWWqOFE5qbjpYa11zcNa65qHtdY19gcfqEwVb6icVEwqJxWTyhsVb6i8UfGFylQxqUwVk8pJxaRyUvGFylRxonJScaIyVdz0sNa65mGtdc3DWuuaHz6qmFTeqDhRmSq+qJhUJpWp4qRiUnlDZaq4SWWqOFE5qZhUTiomlaniROWkYlI5qfhND2utax7WWtc8rLWu+eGyikllqphUpoqpYlJ5o2JSmSpOVKaKv0llqphUpooTlZsqvlA5qThR+Zc8rLWueVhrXfOw1rrmh79MZao4UXmj4guVqWJSeaNiUjlRmSomlTdUTiomlaliUvlNFZPKVDFVfKEyVXzxsNa65mGtdc3DWuuaHz5SeaPiRGWqOFE5UTlRmSomlaliUpkqJpWTijcqTlROKiaVNyq+UDlReUNlqphUporf9LDWuuZhrXXNw1rrmh8+qjhROVE5UXlD5Y2KSeWmihOVf5nKGxWTyk0qJyonKr/pYa11zcNa65qHtdY1P3ykMlV8UfGGyknFpHJSMalMKlPFicpUcVLxhspU8UbFpHJS8UXFpDJVvKEyVUwqJxU3Pay1rnlYa13zsNa65od/nMpUcVLxhcpU8UXFFypTxYnKGxUnFZPKScWJyhsqU8WJylRxojJVfPGw1rrmYa11zcNa65ofPqqYVKaKLyq+UJkq3lA5qZhUpopJ5Y2KLyomlZsqTiomlTcq3qiYVP6mh7XWNQ9rrWse1lrX2B/8IpW/qeJE5aTiDZWp4kTlN1VMKlPFpPJFxaQyVZyo/KaKSeWk4ouHtdY1D2utax7WWtf8cJnKVDGpnFScqEwVb1RMKr9JZao4UXmj4g2VNyomlUllqrip4g2VSWWq+E0Pa61rHtZa1zysta6xP/hA5Y2KN1SmihOVv6liUnmj4jepTBUnKl9UfKEyVbyhMlX8TQ9rrWse1lrXPKy1rvnhf0zlpOJEZaqYVKaKN1TeqDhRmVRuqjhRmSpOKiaVqWJSmSreqJhUpopJ5UTlpOKmh7XWNQ9rrWse1lrX/HBZxYnKGypTxRsVf5PKScWJylRxonJTxaQyVUwqU8WJylQxqZyovFFxojJVfPGw1rrmYa11zcNa6xr7gw9Upoo3VE4qJpWpYlI5qThRualiUpkqTlROKt5QuaniROWLiknljYq/6WGtdc3DWuuah7XWNfYHv0hlqjhR+aJiUrmpYlJ5o2JSOan4QmWqmFSmikllqphUpoo3VKaKSWWqmFSmihOVk4ovHtZa1zysta55WGtdY3/wgcpU8Tep3FTxhcpJxYnKVHGi8kXFpDJVvKHyRsWkMlVMKicVk8obFV88rLWueVhrXfOw1rrmh48qJpW/qeILlTdUTiq+qJhUpoqp4kRlqphUpopJ5aTipOJE5URlqphU3qj4TQ9rrWse1lrXPKy1rrE/+EUqU8WkclJxojJVfKEyVZyovFExqbxRMalMFScqU8WJylQxqUwVb6hMFZPKVHGi8kXFFw9rrWse1lrXPKy1rvnhl1W8UTGpTBVTxaTyRsWJylTxhcobFW+ovKFyUnGTylTxhspJxaQyVUwqNz2sta55WGtd87DWusb+4CKVLypOVE4q3lA5qXhD5aRiUnmjYlKZKk5UpopJ5TdVnKicVJyoTBWTylRx08Na65qHtdY1D2uta374SGWqOFF5Q2Wq+EJlqphUTlROKiaVm1ROVN5QOamYVKaKN1S+UDmpmFSmit/0sNa65mGtdc3DWuuaHz6qeKPijYoTlZsqJpU3VL6oeEPlpopJ5URlqjipmFSmijdU/iUPa61rHtZa1zysta754SOVv6nipOJE5Y2KN1ROVN5QmSp+k8pUMalMFW+ovKEyVZyonKhMFTc9rLWueVhrXfOw1rrmh8sqblK5qWJSmSomlaliUjmpOFE5qXijYlKZKk5UTiomlaliUvmi4qaKSWWq+OJhrXXNw1rrmoe11jU//DKVNyq+UHmj4ouKSeVE5UTlpoo3KiaVk4qTihOVSeWmiknlNz2sta55WGtd87DWuuaH/2MqTlQmlaniDZWp4qTiDZWpYlKZVKaKmyomlaliUpkqflPFpPI3Pay1rnlYa13zsNa65of/uIpJ5QuVqWJSmSomlTcqTipOKiaVSeWNijcqTiomlaliUpkqJpWp4l/ysNa65mGtdc3DWuuaH35Zxd9UcZPKVHFSMal8oXJSMVW8oXKTylQxVZxUTCpTxYnK/9LDWuuah7XWNQ9rrWvsDz5Q+ZsqJpWTiknlpOINlS8qJpWp4kRlqjhRualiUjmp+EJlqviXPKy1rnlYa13zsNa6xv5grXXFw1rrmoe11jUPa61rHtZa1zysta55WGtd87DWuuZhrXXNw1rrmoe11jUPa61rHtZa1zysta55WGtd87DWuub/AQNGtNZ1KihUAAAAAElFTkSuQmCC\",\n     \"location\": \"https://qrcode-pix.dev.convrt.cc?qrc=bb4317ec-80a5-4561-b32b-3180673f644e\"\n}"},{"id":"0e2f211f-df7d-413a-88ad-2c0454cccd4a","name":"Order Already Exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7704fc11-b104-401d-a109-b18505422bd9\",\n    \"amount\": 10000,\n    \"status\": \"open\",\n    \"emv\": \"                                                     \\n                                                     \\n    █▀▀▀▀▀█ █▄▀█▀ ▄█ █▀▀▄▀▀▀▄▀▄ ▄█▀██  ▄▀ █▀▀▀▀▀█    \\n    █ ███ █ ▀ ▀ ▀▀███   ▀ ▄▄█▄ ▀▄▄█  ▀ █▄ █ ███ █    \\n    █ ▀▀▀ █ ▀▄▀▀█▀▀▀ ██▀█▀▀▀█▄█▀██▀  █▀▀▀ █ ▀▀▀ █    \\n    ▀▀▀▀▀▀▀ ▀ ▀ █ ▀ █ █▄█ ▀ █ █ █ ▀ █ ▀▄█ ▀▀▀▀▀▀▀    \\n    █ ▄█▀█▀▀█ ▄▄▄▄▀█▀ █ █▀▀█▀█▄ ▀█ █▄▀▄ ▀█▄▄▀ █▀▀    \\n    ▄▀▄ █ ▀  ▀█ ▄██▀ █▀ █▀ ▀ ▄▄█ ▄█▄▄▄█▀▀█▄▄█▄█▄█    \\n    ▄▀█▄▀█▀█▀ ▄▀█▄█▄▀█▀▀  ▀▄█▄█▀  ██▀ ▀ ▄▄█ ▄  █▄    \\n    █▀▀▀▄▄▀▄█ █▄▄▀▀ ▄█▄▀ ▀ █▀▄ ██▀█▄ ▀ ▀█ ▀█▄ ▀█     \\n     ▀█▀▄ ▀▄▄▄▀▄▀▀▄  ██ █ ▄▀▄▀▀▄▄██ ▀▀ █▄▄▀▀▄██      \\n    ▄▄█▀ ▄▀▀█ ▄█▄▀▄▀█▀▄█▀▀ ▀▀▄█▀▄█ ▀▀▀▀██▄█ ▄ ▄ █    \\n    ▄ █ █▀▀▀██▀█ ▀█▄▀ ▄ █▀▀▀█▀▀ ▀██▀▀ █▀█▀▀▀█▀██▀    \\n    ▀▄▀ █ ▀ █ ▄▀ █▄▄ ▄ ▄█ ▀ ██▀█ █ █▀ ▀██ ▀ █▀▄▄█    \\n     ▄▀██▀▀█▀  ▀█   █ ▄▀▀███▀ █▄██▀█▄▀  ██▀▀▀█▄▀▀    \\n    ███ ▄▄▀ ▄▀█▀▀▀██ ▀▀█▄▄▄▄▄ █▄ █▀█▀▄   ▀▄ ▄█▄▄     \\n    █  ▀██▀▄▀▄▄  ▄██▄█▀▄ ▀▄▄▀ ▀█▄▄█▄▀ ▄█▄█▀███  ▀    \\n    ▄ ▀  ▀▀▀█▄███▀▀ ▀██ ▀█  ▄▄█▄▀▄▀ ▀▄▄▄▀▄▀▄█ ▄██    \\n     ▀█▀██▀▀▄   ▀▄ ▀█▄▄ ▄▄█ ▄ ▀▄▀ █▀▄▀  █▀█ ▀▄█▄▄    \\n     ▄▄▄█ ▀▄▄▀▀▀▄█▀ ▀██▀██▄ █▀▀█▀█▄▄█▄▄▀ ▄█▀▀▄▀▄▀    \\n    ▀  ▀▀ ▀ ▄▄▄█ ▀▄██▄█ █▀▀▀█████▀▄█▄  ▀█▀▀▀█ █      \\n    █▀▀▀▀▀█ █  ▀▄ ▄ ▄█▀▀█ ▀ █▀█▀▀█ ▀▄ ▄██ ▀ ███▀▄    \\n    █ ███ █ █▀▀█▄ █ ▄▀ ▀▀▀█▀█▄    █▀▄ ▄ █████▀▄██    \\n    █ ▀▀▀ █  ▀▀▀▀▀▄▀ ▀██  ▄▄ ▀▀▀█ █  ▄ ▀ ▀▄▀ ▄███    \\n    ▀▀▀▀▀▀▀ ▀▀ ▀▀   ▀▀▀▀ ▀  ▀  ▀▀▀▀▀ ▀▀    ▀         \\n                                                     \\n                                                     \",\n    \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAADUCAYAAADk3g0YAAAAAklEQVR4AewaftIAAAqQSURBVO3BQY4YybLgQDJR978yR0tfBZDIKD31HzezP1hrXfGw1rrmYa11zcNa65qHtdY1D2utax7WWtc8rLWueVhrXfOw1rrmYa11zcNa65qHtdY1D2utax7WWtc8rLWu+eEjlb+pYlKZKiaVNypOVKaKSeWNiknljYpJZap4Q+WLijdUpopJ5W+q+OJhrXXNw1rrmoe11jU/XFZxk8obKlPFpDJVnKh8UXGiMlW8oTJVTCpTxaRyUjGpfKEyVbxRcZPKTQ9rrWse1lrXPKy1rvnhl6m8UfFFxaQyVUwqX6hMFf+SikllqjhRmSpOVKaK36TyRsVvelhrXfOw1rrmYa11zQ//cRUnFScVJyq/qeJE5Q2VqWKqmFRuqnhDZar4L3tYa13zsNa65mGtdc0P/3EqU8Wk8psqJpX/pYpJ5W9S+f/Zw1rrmoe11jUPa61rfvhlFb+pYlKZKk5UporfVDGpTBVvqEwqJxWTyknFFxW/qeJf8rDWuuZhrXXNw1rrmh8uU/mbVKaKSWWqeENlqphUpopJ5QuVqeKkYlJ5o2JSmSomlaliUpkqJpWp4kTlX/aw1rrmYa11zcNa65ofPqr4X6o4qfii4iaVNyr+lyq+qJhU3qj4L3lYa13zsNa65mGtdY39wQcqU8WJym+quEnljYpJZaqYVH5TxYnKScWkMlVMKlPFicpJxYnKVDGpvFHxxcNa65qHtdY1D2uta374ZSonFZPKVHGicqLyRcWkMlXcVHGiMlVMKpPKVDFVTCpvqEwVk8pUMVVMKpPKScUbFb/pYa11zcNa65qHtdY1P3xUMalMFScqU8WkMlVMFZPKScWJyqTyhsoXKlPFGxUnKlPFVDGpTBVfqLxRcaIyVbyhMlV88bDWuuZhrXXNw1rrmh8+UpkqJpWp4o2KNyomlROVNyreqHij4qTiROULlROVLypOVCaVN1ROVH7Tw1rrmoe11jUPa61rfvioYlL5QuWLiqliUjmpmFROVE5UTipOVKaKSWWqmFTeqJhU3qiYVN6omFSmii9UpoqbHtZa1zysta55WGtdY3/wgcpUMamcVEwqU8WkMlWcqEwVk8oXFZPKVHGTyhcVb6icVHyh8kbFpDJVnKicVHzxsNa65mGtdc3DWuuaHy5T+aJiUpkqJpWp4o2KSeWk4guVqWJSmSreqDhR+aLiRGWqmFROKiaVSWWqOFE5qbjpYa11zcNa65qHtdY19gcfqEwVb6icVEwqJxWTyhsVb6i8UfGFylQxqUwVk8pJxaRyUvGFylRxonJScaIyVdz0sNa65mGtdc3DWuuaHz6qmFTeqDhRmSq+qJhUJpWp4qRiUnlDZaq4SWWqOFE5qZhUTiomlaniROWkYlI5qfhND2utax7WWtc8rLWu+eGyikllqphUpoqpYlJ5o2JSmSpOVKaKv0llqphUpooTlZsqvlA5qThR+Zc8rLWueVhrXfOw1rrmh79MZao4UXmj4guVqWJSeaNiUjlRmSomlTdUTiomlaliUvlNFZPKVDFVfKEyVXzxsNa65mGtdc3DWuuaHz5SeaPiRGWqOFE5UTlRmSomlaliUpkqJpWTijcqTlROKiaVNyq+UDlReUNlqphUporf9LDWuuZhrXXNw1rrmh8+qjhROVE5UXlD5Y2KSeWmihOVf5nKGxWTyk0qJyonKr/pYa11zcNa65qHtdY1P3ykMlV8UfGGyknFpHJSMalMKlPFicpUcVLxhspU8UbFpHJS8UXFpDJVvKEyVUwqJxU3Pay1rnlYa13zsNa65od/nMpUcVLxhcpU8UXFFypTxYnKGxUnFZPKScWJyhsqU8WJylRxojJVfPGw1rrmYa11zcNa65ofPqqYVKaKLyq+UJkq3lA5qZhUpopJ5Y2KLyomlZsqTiomlTcq3qiYVP6mh7XWNQ9rrWse1lrX2B/8IpW/qeJE5aTiDZWp4kTlN1VMKlPFpPJFxaQyVZyo/KaKSeWk4ouHtdY1D2utax7WWtf8cJnKVDGpnFScqEwVb1RMKr9JZao4UXmj4g2VNyomlUllqrip4g2VSWWq+E0Pa61rHtZa1zysta6xP/hA5Y2KN1SmihOVv6liUnmj4jepTBUnKl9UfKEyVbyhMlX8TQ9rrWse1lrXPKy1rvnhf0zlpOJEZaqYVKaKN1TeqDhRmVRuqjhRmSpOKiaVqWJSmSreqJhUpopJ5UTlpOKmh7XWNQ9rrWse1lrX/HBZxYnKGypTxRsVf5PKScWJylRxonJTxaQyVUwqU8WJylQxqZyovFFxojJVfPGw1rrmYa11zcNa6xr7gw9Upoo3VE4qJpWpYlI5qThRualiUpkqTlROKt5QuaniROWLiknljYq/6WGtdc3DWuuah7XWNfYHv0hlqjhR+aJiUrmpYlJ5o2JSOan4QmWqmFSmikllqphUpoo3VKaKSWWqmFSmihOVk4ovHtZa1zysta55WGtdY3/wgcpU8Tep3FTxhcpJxYnKVHGi8kXFpDJVvKHyRsWkMlVMKicVk8obFV88rLWueVhrXfOw1rrmh48qJpW/qeILlTdUTiq+qJhUpoqp4kRlqphUpopJ5aTipOJE5URlqphU3qj4TQ9rrWse1lrXPKy1rrE/+EUqU8WkclJxojJVfKEyVZyovFExqbxRMalMFScqU8WJylQxqUwVb6hMFZPKVHGi8kXFFw9rrWse1lrXPKy1rvnhl1W8UTGpTBVTxaTyRsWJylTxhcobFW+ovKFyUnGTylTxhspJxaQyVUwqNz2sta55WGtd87DWusb+4CKVLypOVE4q3lA5qXhD5aRiUnmjYlKZKk5UpopJ5TdVnKicVJyoTBWTylRx08Na65qHtdY1D2uta374SGWqOFF5Q2Wq+EJlqphUTlROKiaVm1ROVN5QOamYVKaKN1S+UDmpmFSmit/0sNa65mGtdc3DWuuaHz6qeKPijYoTlZsqJpU3VL6oeEPlpopJ5URlqjipmFSmijdU/iUPa61rHtZa1zysta754SOVv6nipOJE5Y2KN1ROVN5QmSp+k8pUMalMFW+ovKEyVZyonKhMFTc9rLWueVhrXfOw1rrmh8sqblK5qWJSmSomlaliUjmpOFE5qXijYlKZKk5UTiomlaliUvmi4qaKSWWq+OJhrXXNw1rrmoe11jU//DKVNyq+UHmj4ouKSeVE5UTlpoo3KiaVk4qTihOVSeWmiknlNz2sta55WGtd87DWuuaH/2MqTlQmlaniDZWp4qTiDZWpYlKZVKaKmyomlaliUpkqflPFpPI3Pay1rnlYa13zsNa65of/uIpJ5QuVqWJSmSomlTcqTipOKiaVSeWNijcqTiomlaliUpkqJpWp4l/ysNa65mGtdc3DWuuaH35Zxd9UcZPKVHFSMal8oXJSMVW8oXKTylQxVZxUTCpTxYnK/9LDWuuah7XWNQ9rrWvsDz5Q+ZsqJpWTiknlpOINlS8qJpWp4kRlqjhRualiUjmp+EJlqviXPKy1rnlYa13zsNa6xv5grXXFw1rrmoe11jUPa61rHtZa1zysta55WGtd87DWuuZhrXXNw1rrmoe11jUPa61rHtZa1zysta55WGtd87DWuub/AQNGtNZ1KihUAAAAAElFTkSuQmCC\",\n    \"location\": \"https://api.gatewaypix.onlineips.dev.finfy.com.br/orders/bb4317ec-80a5-4561-b32b-3180673f644e\"\n}"},{"id":"d6434b25-dfc0-4c90-876c-20d85eebf061","name":"Account Not Allowed To Create Orders","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-001\",\n    \"message\": \"Your account is not allowed to create orders\",\n    \"shortMessage\": \"NotAllowedToCreateOrders\"\n}"},{"id":"1fb1cd31-9b48-4f51-81d7-5801485d0780","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"df53727d-69f7-4723-b397-44345d9ea5fb","name":"Pix Order Witch Recurrence","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",\n    \"expiresIn\": 8640000,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"recurrence\": {\n        \"immediate\": true,\n        \"type\": \"monthly\",\n        \"startDate\": \"2025-12-10\",\n        \"endDate\": \"2026-09-15\",\n        \"amount\": {\n            \"type\": \"variable\",\n            \"value\": 15,\n            \"minValue\": 5,\n            \"maxValue\": 100\n        },\n        \"title\": \"Assinatura Plus\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fdd848ee-d177-4ff4-9469-b7fbac3c9807\",\n    \"status\": \"open\",\n    \"amount\": 0,\n    \"emv\": \"00020101021226850014BR.GOV.BCB.PIX2563qrcodespix-h.sejaefi.com.br/v2/33329d6ebd1b4631b622dc99e059e1305204000053039865802BR5905EFISA6008SAOPAULO62070503***80890014BR.GOV.BCB.PIX2567qrcodespix-h.sejaefi.com.br/v2/rec/00353bd5872841fbacbc5722399b136a63040DDB\",\n    \"image\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABKhSURBVO3BQY7gRpIAQXei/v9l3z7GKQGCWS1pNszsD9Za64KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutS374SOVvqnhDZaqYVE4qJpWTiptUpopJ5Y2KSWWqeENlqjhRmSpOVE4qTlROKk5UpoovVE4qJpW/qeKLh7XWuuRhrbUueVhrrUt+uKziJpUTlZOKSWWqmFQmlaliUjlROal4Q2WqmFSmipOKE5Wp4kRlqvibVE4qTlS+UJkqbqq4SeWmh7XWuuRhrbUueVhrrUt++GUqb1S8UXGicqJyUjGpTBWTylRxojJVTBW/SWWqeKPiROWmipOKSeVEZaqYVCaVqWKqmFR+k8obFb/pYa21LnlYa61LHtZa65If/sdVnKi8UTGpvKEyVdxUcaJyovKGylQxVZyoTBVTxYnKVDFVTCpvVEwqJyonFZPK/5KHtda65GGttS55WGutS374j1OZKr6omFTeqDipOFF5o+JEZaqYVN5QeUNlqpgqTlSmiqniRGWqeEPlRGWqmFQmlanif8nDWmtd8rDWWpc8rLXWJT/8sorfVHGiMlV8UTGpTCpTxaTyRsWJylRxonJS8YbKScWJylQxVUwqJxVTxRcVk8pUMamcVNxU8W/ysNZalzystdYlD2utdckPl6n8TSpTxT+pYlKZKiaVqWJSmSq+qJhUTlSmijdUpoo3VKaKSeVEZaqYVKaKSWWqmFSmiknlRGWqOFH5N3tYa61LHtZa65KHtda6xP7gf5jKScWk8kbFpDJVTCpTxaQyVZyoTBUnKicVb6h8UTGpnFScqLxRMalMFZPKFxX/yx7WWuuSh7XWuuRhrbUusT/4QGWqmFSmikllqphUpoo3VN6oeEPln1QxqfybVEwqU8WkMlWcqEwVk8pUcaJyUjGp3FTxhspUcaIyVdz0sNZalzystdYlD2utdckPH1WcVEwqU8VJxYnKVHFS8YXKVDGpTBWTyknFpDJVTConFf8klanipOILlZsqvqiYVG6qmFSmir/pYa21LnlYa61LHtZa65IfLlM5qXhDZaqYKr5QOamYKiaVLyomlaliUnlD5aTiRGWqmFSmii9Upoo3Kv5JFZPKVHGiMlWcqEwVJxWTylTxxcNaa13ysNZalzystdYlP1xWcaIyVZxUnKhMFTepTBVTxaQyqfymiknlC5Wp4g2VE5Wp4kRlqpgqJpU3Kr6omFSmii9Upoo3VE4qbnpYa61LHtZa65KHtda65IfLVKaKE5WpYlI5qfiiYlKZKiaVqeKk4kTlN1X8kyomlUnlC5WTii9UvlCZKiaVqWJSeUPlpGJSmSq+eFhrrUse1lrrkoe11rrkh7+s4o2KSeVEZaqYVE4qTireULmp4qRiUpkqvlCZKiaVk4pJZaqYVG5SmSreqJhUpopJ5aRiUpkqJpWpYlKZKk4qbnpYa61LHtZa65KHtda65IePVKaKSeWNikllqphUpopJ5aTib6qYVG5S+aJiUjlRmSr+TVTeqJhUTireUDmpmFROVL5QmSq+eFhrrUse1lrrkoe11rrE/uAXqUwVv0llqjhRuaniRGWqmFROKiaVNyomlZOKm1SmihOVk4pJZaqYVKaKSeWNii9UpooTlS8qJpWp4ouHtda65GGttS55WGutS364TGWqmFSmihOVk4oTlZOKL1QmlZOKSWWqOFGZKk5UJpWp4kTljYqbKiaVk4qbKiaVL1T+lz2stdYlD2utdcnDWmtdYn/wF6lMFV+onFRMKm9UTCpTxaQyVUwqU8WkclIxqUwVk8pUMalMFScqU8WJyhsVJyonFZPKFxWTyknFpHJTxaRyUjGpTBU3Pay11iUPa611ycNaa11if3CRyknFpDJVTConFW+oTBWTyknFpPJPqphUpopJZar4QuWLiknljYo3VKaKSeWNikllqphUTireUJkqJpWpYlKZKr54WGutSx7WWuuSh7XWuuSHj1TeUJkqTipOVL5QmSr+zSreUPlNFZPKVPFFxaTyRcWkMlWcqEwq/6SKN1Smipse1lrrkoe11rrkYa21Lvnho4pJZao4UZkqJpWp4qRiUjmpmFTeqJhUTiomlaniDZWTiknlC5UvVL6omFSmihOVqWJSmSpOKt6omFTeUDmpOKmYVKaKLx7WWuuSh7XWuuRhrbUusT/4QOWNikllqjhReaNiUpkq3lD5myomlaliUpkqJpU3Kn6TylTxhspUcaLyRsWkclIxqUwVJypTxaTyRsXf9LDWWpc8rLXWJQ9rrXWJ/cFFKlPFicpUMalMFScqU8UbKicVk8pJxaQyVUwqU8VvUnmj4kRlqjhReaNiUnmjYlKZKt5QmSreUPlNFX/Tw1prXfKw1lqXPKy11iU/fKQyVZyoTBUnFScqU8WkMlVMKlPFicpJxaTyX1ZxojJVTCpTxUnFpDKpTBUnKicVJypTxVQxqUwVk8pUMalMFZPKVDGpTCpTxaQyVXzxsNZalzystdYlD2utdckPl6lMFW+onFS8UTGpTBWTyhsVk8pUMam8oTJVTCpvVEwVk8qkMlW8UTGpvFFxojJVTBUnKlPFVDGpTBVTxUnFpHKi8l/ysNZalzystdYlD2utdckPl1VMKicqJxUnFZPKVDFVTConFScqJypTxaQyVUwqb1RMKicqX1ScqHyh8oXKVDFVnKicqJxUnFScqEwVX6hMFTc9rLXWJQ9rrXXJw1prXfLDZSpTxaRyUjGpTBVfqLyh8kbFicpUMam8UXFSMalMFZPKVHGiMlWcVEwqb1TcpDJVnFRMKlPFpDJVTConFScqU8U/6WGttS55WGutSx7WWusS+4OLVKaKv0nlN1WcqEwVk8pJxRsqJxWTylRxk8pUMan8TRVfqEwVv0nlpOJE5aRiUpkqvnhYa61LHtZa65KHtda6xP7gA5Wp4g2V31QxqUwVk8pJxaQyVdykMlXcpPI3VZyoTBUnKlPFpDJVnKhMFScqb1RMKjdVnKicVHzxsNZalzystdYlD2utdckPl6l8UfGGylRxUnFTxYnKVDGpTBUnKlPFpDJVvFHxhspU8U9SmSreqPii4ouKN1T+TR7WWuuSh7XWuuRhrbUu+eEvq5hUTlSmiptUpopJZVI5qZgqJpWp4jepfKEyVdykMlV8UTGpTBWTyknFScWkMlVMKm+oTBVfVPymh7XWuuRhrbUueVhrrUt++JereENlqphUpoqTihOVSWWqmComlZOKSeVvqnhD5Y2KSeWkYqqYVKaKL1SmijdUvqh4Q+WLii8e1lrrkoe11rrkYa21LrE/uEhlqphU/kkVJypvVJyoTBVvqEwVk8obFZPKTRWTylRxonJScaJyU8WkMlVMKlPFicpNFZPKScVND2utdcnDWmtd8rDWWpf8cFnFpDJVnKhMFZPKGxWTylRxUjGpnKh8oTJVTCpTxaQyVZxUvKEyVUwqb6hMFZPKicobFScqJxWTyk0VJypvVJyoTBVfPKy11iUPa611ycNaa13yw2UqJypTxYnKVPGGylQxqZyoTBWTylQxqZyoTBWTyhsVk8pU8YbKVDGpTBWTyknFFxWTylRxonKiclLxX6Lymx7WWuuSh7XWuuRhrbUu+eEjlanipoovKiaVmypOKk4qTip+k8oXFZPKVPGGylTxmypOVN5QOam4qWJSmSqmit/0sNZalzystdYlD2utdYn9wUUqJxWTylQxqZxUTConFZPKScWJyk0Vk8pUMam8UfGGyknFFypvVEwqU8UbKlPFpDJVTCpTxYnKScWkMlVMKlPFP+lhrbUueVhrrUse1lrrEvuDD1SmihOVqeILlS8qJpWpYlI5qThRmSomlaliUpkq3lB5o2JSmSpOVKaK36QyVbyhMlVMKlPFpPJGxaQyVbyh8kbFTQ9rrXXJw1prXfKw1lqX/PBRxaTyhsobFScVk8pNFW+ofKFyojJVTCpTxaRyonKiMlW8ofJGxaQyVUwqU8WkMlWcVLxR8UbFpPKbVKaKLx7WWuuSh7XWuuRhrbUusT/4F1GZKiaVk4pJZaqYVKaKSeWkYlKZKk5UTiomlaniJpWpYlKZKiaVqWJSmSomlaliUpkq3lB5o+ImlaliUpkqTlROKv6mh7XWuuRhrbUueVhrrUvsDz5QOal4Q+WNiknlporfpDJVTCpvVEwqb1RMKl9UTCpvVJyoTBVvqEwVJypTxRsqU8Wk8kbFicpUMalMFV88rLXWJQ9rrXXJw1prXfLDRxUnKm9UnKhMKl9UvKFyUjGpfFExqUwVJxX/n6hMFV+onKicVPxNKlPF3/Sw1lqXPKy11iUPa611yQ+XqUwVJyqTyknFpPJGxaRyUjFVTCqTylQxqZyoTBUnKlPFpDJVnKicVEwqU8V/mcpUMancpDJVTCpfqEwVv+lhrbUueVhrrUse1lrrkh9+mcpJxW+qmFROKiaVk4pJ5aTiDZWTir9JZaqYVKaKm1SmiknlRGWqmFTeqJhUbqqYVE4q/kkPa611ycNaa13ysNZal9gffKDyT6r4QmWqOFGZKiaVk4pJ5aTiC5WTihOVmypOVE4qTlROKk5UTireUJkqJpWpYlI5qZhUpooTlanii4e11rrkYa21LnlYa61L7A8uUnmj4g2Vk4oTlS8q3lB5o2JSOal4Q2WqmFTeqJhUpopJ5Y2KN1SmihOVk4oTlaliUvlNFZPKVPE3Pay11iUPa611ycNaa11if/CBylQxqUwVb6hMFZPKf0nFFypTxaRyUnGiMlVMKlPFpPKbKiaVNypOVN6omFS+qJhUTiomlZOK3/Sw1lqXPKy11iUPa611yQ+/rGJSeaNiUnmjYlKZKk5U3qg4UZkqflPFpDJVnKhMFTdVTCpTxUnFpDJVnKh8oTJVnKhMFZPKVPFGxYnKScUXD2utdcnDWmtd8rDWWpf88FHFicpJxaQyqZxUnKicqJxUnKicqEwVJyo3qUwVb1RMKm9U/JNUpoqpYlKZKk5UJpWpYqp4Q+WkYlL5Jz2stdYlD2utdcnDWmtd8sNHKm9UvFHxRcWJylTxRsUbKicVJypvVEwqU8UXFf8mFZPKGxW/SWWqOKmYVN6omFSmipse1lrrkoe11rrkYa21LrE/+EUq/6SKE5WbKiaVqeILlaliUjmpmFSmikllqphUpopJZaq4SWWqeENlqnhDZaq4SWWquEllqvjiYa21LnlYa61LHtZa65IfPlJ5o2JSmSpOVE4qTlTeqJhU/iaVqeLfTGWqeEPljYpJZaqYVE5UpopJ5URlqphUTiqmiknlpGJSmSqmipse1lrrkoe11rrkYa21LrE/+EDli4oTlaniROWLiknlpOINlaliUnmjYlI5qZhUbqqYVKaKE5Wp4g2V31RxonJSMancVHGiclLxxcNaa13ysNZalzystdYl9gf/YSonFZPK31TxhspJxaQyVbyhMlW8ofJGxaRyUnGi8kbFicobFZPKFxVvqJxUTConFV88rLXWJQ9rrXXJw1prXfLDRyp/U8VUMalMKlPFpPJFxRsqJxU3qUwVb6hMFW9UnFT8m1TcVDGpvKEyVfybPay11iUPa611ycNaa13yw2UVN6m8UXGiMlVMKicVk8pJxVQxqbyhMlW8ofJGxU0qU8WJyknFpDJVTCpTxaQyVUwqJxUnFZPKScVNFZPKTQ9rrXXJw1prXfKw1lqX/PDLVN6oeEPlpGKqeKNiUpkq3lB5Q+UNlZOKSWVS+aLiC5WpYlI5qZhU3qg4qThRmSreULlJZaqYKm56WGutSx7WWuuSh7XWuuSH/7iKSWVSmSreUDlRmSpOKiaVSeWk4qRiUvmiYlJ5Q+VE5UTlROWkYlKZVL6o+KJiUjmpmFROKiaVqeKmh7XWuuRhrbUueVhrrUt++I9TmSomlUllqnijYlKZVE4qpopJZaqYVKaKSWWqmFROKiaVk4pJZaqYVKaKSWWqmFSmihOVk4pJZaqYVCaVqWJSmSomlS8q3qiYVKaKLx7WWuuSh7XWuuRhrbUu+eGXVfymijcqvlCZKiaVE5WTijdUTlTeUJkqJpWbVKaKk4pJ5aRiUplUpoqTiknlpGJSuUnljYqp4qaHtda65GGttS55WGutS364TOVvUjmpmFTeqPii4g2Vk4pJ5aTiRGWqmFSmii8qJpU3VKaKm1SmikllqvgnVZyonKhMFV88rLXWJQ9rrXXJw1prXWJ/sNZaFzystdYlD2utdcnDWmtd8rDWWpc8rLXWJQ9rrXXJw1prXfKw1lqXPKy11iUPa611ycNaa13ysNZalzystdYlD2utdcnDWmtd8n+44RNPbGvU/QAAAABJRU5ErkJggg==\",\n    \"location\": \"https://qrcode-pix.dev.convrt.cc?qrc=fdd848ee-d177-4ff4-9469-b7fbac3c9807\",\n    \"transactionFees\": [],\n    \"recurrence\": {\n        \"immediate\": true,\n        \"type\": \"monthly\",\n        \"startDate\": \"2025-12-10\",\n        \"endDate\": \"2026-09-15\",\n        \"amount\": {\n            \"type\": \"variable\",\n            \"value\": 15,\n            \"minValue\": 5,\n            \"maxValue\": 100\n        },\n        \"title\": \"Assinatura Plus\"\n    }\n}"}],"_postman_id":"beaf332f-1eb5-4987-9fe8-9a988c7ddb5d"},{"name":"Create Pix Transfer (Pay Out)","id":"0101a925-e9a6-45c2-abba-a324fe5543ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"lonzoId","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 86,\n    // \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\" // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer","description":"<p>Route for Creating a Transfer via <code>pixKey</code> or <code>bankData</code>. Only one field is allowed between pixKey and bankData.</p>\n<ul>\n<li>The notificationUrl (url, optional) is necessary to receive the transaction notification</li>\n</ul>\n<blockquote>\n<p><strong>Important:</strong> The currency property does not need to be sent in the request because transactions must occur in the same currency as the region. If an unallowed currency is sent, the api will return an error </p>\n</blockquote>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 6,\n  \"externalId\": \"Your externalId\", // Optional\n  \"information\": \"Your information\", // Optional\n  \"receiver\": {\n    \"documentNumber\": \"01234567890\",\n    \"documentType\": \"CPF\",\n    \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n  },\n  \"label\": \"Your transaction label\" //Optional\n  \"notificationUrl\": \"Your webhook url\"\n}\n\n</code></pre>\n<h4 id=\"alternative-usage-with-bankdata\">Alternative usage with bankData</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"amount\": 6,\n  \"externalId\": \"Your externalId\", // Optional\n  \"information\": \"Your information\", // Optional\n  \"receiver\": {\n    \"documentNumber\": \"01234567890\",\n    \"documentType\": \"CPF\",\n    \"bankData\": {\n      \"bankCode\": \"ISPB_CODE\",\n      \"branchCode\": \"2291\",\n      \"accountNumber\": \"76543-8\",\n      \"name\": \"Account Name\",\n      \"accountType\": \"CC\"\n    }\n  },\n  \"label\": \"Your transaction label\" //Optional\n  \"notificationUrl\": \"Your webhook url\"\n}\n\n</code></pre>\n<ul>\n<li><p>The <code>bankCode</code> must be filled with the ISPB of the corresponding bank.</p>\n</li>\n<li><p>For a list of valid ISPB codes, refer to the <a href=\"https://www.bcb.gov.br/content/estabilidadefinanceira/participantes_pix_pdf/lista-participantes-instituicoes-em-adesao-pix-20250113.pdf\">Banco Central Official List</a>.</p>\n</li>\n</ul>\n<p>Below are described the account type options accepted by the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Type</th>\n<th>Value for request body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Current</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>Payment</td>\n<td>PG</td>\n</tr>\n<tr>\n<td>Saving</td>\n<td>PP</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"risk-validation\">Risk Validation</h3>\n<p>Creating a payment is subject to undergoing a risk validation process. The transaction will only check risk validation if is provided the document number and if the documentNumber is a CPF.</p>\n<p>Risk validation is an anti-fraud procedure performed to determine whether the payer is eligible for the payment transaction. Currently, we consider the following criteria:</p>\n<ul>\n<li><p><strong>Age</strong>: Checks if the CPF holder, the payer, is of legal age.</p>\n</li>\n<li><p><strong>Life Status</strong>: Verifies that the CPF holder does not have a death record—ensuring the person is alive at the time of the inquiry. This is important for preventing fraud or registration errors.</p>\n</li>\n<li><p><strong>Government Restrictions</strong>: Assesses whether there are any active government restrictions on the CPF, such as prohibitions related to public agencies, which could hinder the transaction.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"operation-flow\">Operation Flow</h3>\n<p>This operation is always asynchronous. The transfer is processed in the background, and the response will be sent via webhooks. The <code>convrt</code> system will process the result accordingly.</p>\n<hr />\n<h3 id=\"errors-that-may-occur\">Errors that may occur</h3>\n<p>When the pix key is a document, it must belong to the receiver, this means that the documentNumber must be equal to the pix key. If they are different in this scenario, the following error will be returned:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"PIX-011\",\n    \"message\": \"Pix key has a different ownership\",\n    \"shortMessage\": \"PixKeyHasDifferentOwnership\"\n}\n\n</code></pre>\n<hr />\n<h3 id=\"homologation-sandbox-testing-instructions\">Homologation Sandbox Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is between <strong>BRL 0.01</strong> and <strong>BRL 0.03</strong>, the Pix transaction will be <em>rejected</em>, simulating an <strong>integration error</strong> and returning an <em>error</em>.</p>\n</li>\n<li><p>If the <strong>amount</strong> falls within the range of <strong>BRL 0.03</strong> to BRL <strong>4.99</strong>, the Pix transaction will be rejected, and the status will be returned as <strong>failed</strong>.</p>\n</li>\n<li><p>If the Pix key is <strong>fail-pix-key</strong>, the Pix transaction will be rejected, the status will be returned as <strong>failed</strong>, and an <strong>invalid key error</strong> will be displayed.</p>\n</li>\n<li><p>If the Pix key is <strong>not-found-pix-key</strong>, the Pix transaction will be rejected, the status will be returned as <strong>failed</strong>, and a <strong>key not found error</strong> will be displayed.</p>\n</li>\n<li><p>If the bank data document number is <strong>05730495056</strong> and the document type is <strong>CPF</strong>, the Pix transaction will be rejected and a bank data error with status <strong>failed</strong> will be returned.</p>\n</li>\n<li><p>If the <strong>amount</strong> is either <strong>BRL 5.00</strong> or <strong>BRL 6.00</strong>, the Pix transaction is accepted, and the status returns as <strong>success</strong>.</p>\n<ul>\n<li><p>If the amount equals <strong>BRL 5.00</strong>, a <strong>full</strong> refund will be issued.</p>\n</li>\n<li><p>If the <strong>amount</strong> equals <strong>BRL 6.00</strong>, two partial <strong>refunds</strong> of <strong>BRL 3.00</strong> each will be issued.</p>\n</li>\n</ul>\n</li>\n<li><p>If the <strong>amount</strong> is greater than <strong>BRL 5.00</strong>, the Pix transaction is confirmed, and the status is set to <strong>success</strong>.</p>\n</li>\n</ul>\n<blockquote>\n<p>When the pixkey field is used by passing a telephone number, use the pattern shown below, with the prefix +55. Ex: +5511912345678 </p>\n</blockquote>\n<h3 id=\"homologation-celcoin-testing-instructions\">Homologation Celcoin Testing Instructions</h3>\n<ul>\n<li><p>For the pix to be sent successfully, the document number below must be sent:</p>\n<ul>\n<li>77517432125</li>\n</ul>\n</li>\n<li><p>For sending pix with pix key to be successful, one of the following pix keys must be used:</p>\n<ul>\n<li><p><strong>CPF</strong> → 77517432125</p>\n</li>\n<li><p><strong>Email</strong> → <a href=\"https://\">testecelbaas@celcoin.com.br</a></p>\n</li>\n<li><p><strong>Phone</strong> → +5532976886942</p>\n</li>\n</ul>\n</li>\n</ul>\n<blockquote>\n<p>For any other key or pix with bank details the result will be a failure </p>\n</blockquote>\n<ul>\n<li><p>For sending pix with bank data to be successful, the following data must be sent:</p>\n<ul>\n<li><p><strong>Document Number</strong> → 77517432125</p>\n</li>\n<li><p><strong>Bank Code</strong> → 13935893</p>\n</li>\n<li><p><strong>Branch Code</strong> → 0001</p>\n</li>\n<li><p><strong>Account Number</strong> → 30023646094934</p>\n</li>\n<li><p><strong>Name</strong> → Margaret Gusikowski</p>\n</li>\n<li><p><strong>Account Type</strong> → PG</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes:</h3>\n<ul>\n<li>During transaction processing, validation may occur where risk tools are used. If the validation results in failure, the request is rejected and the failure reason indicates the validations that failed.</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, required): The amount of the transaction.</p>\n</li>\n<li><p>externalId (string, required): The unique identifier for the transaction.</p>\n</li>\n<li><p>receiver.documentNumber (string, required): The document number of the receiver.</p>\n</li>\n<li><p>receiver.documentType (string, required): The type of document for the receiver.</p>\n</li>\n<li><p>receiver.pixKey (string, optional): The pix key of the receiver. It's required if bank data object is not sent in request, but only one field is allowed between pixKey and bankData</p>\n</li>\n<li><p>receiver.bankData: Object with bank account information of the receiver. It's required if pixKey field is not sent in request, but only one field is allowed between pixKey and bankData</p>\n<ul>\n<li><p>receiver.bankData.bankCode(string, required) : The bank's code of the receiver</p>\n</li>\n<li><p>receiver.bankData.branchCode(string, required) : The bank's branch code of the receiver</p>\n</li>\n<li><p>receiver.bankData.accountNumber(string, required) : The bank's account number of the receiver</p>\n</li>\n<li><p>receiver.bankData.name(string, required) : The name of the receiver</p>\n</li>\n<li><p>receiver.bankData.accountType(string, required) : The bank's account type of the receiver</p>\n</li>\n</ul>\n</li>\n<li><p>label (string, optional): An optional label for the transaction.</p>\n</li>\n<li><p>currency (string, optional): A Currency for the transaction.</p>\n</li>\n</ul>\n<h3 id=\"400-status-response-error\">400 Status Response Error</h3>\n<ul>\n<li>In addition of erros in begning of the transaction folder, this endpoits may return the following erros:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"430d85b7-034f-4999-9a22-953ca6ed3129","name":"Transfered Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 6,\n    // \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\", // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": -6,\n    \"accountId\": \"17042350-6e46-426d-a009-c0887470d595\",\n    \"expectedAmount\": 0,\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\",\n        \"pixType\": \"key\"\n    },\n    \"status\": \"pending\",\n    \"fee\": 0,\n    \"transactionId\": \"b66a6383-8c25-415a-8507-acff6cba1e5d\",\n    \"category\": \"transfer\",\n    \"origin\": \"MerchantConnection\",\n    \"balance\": 52300076,\n    \"transactionData\": {},\n    \"payer\": {},\n    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n    \"region\": \"BR\",\n    \"currency\": \"BRL\",\n    \"paymentMethod\": \"pix\",\n    \"transactionFees\": [],\n    \"eventName\": \"PixOut\",\n    \"type\": \"debit\",\n    \"createdAt\": \"2025-01-10T14:17:35.185Z\",\n    \"updatedAt\": \"2025-01-10T14:17:35.185Z\",\n    \"refundedAmount\": 0\n}"},{"id":"a4fbd95f-f9be-41d1-ad9c-b52992f0654f","name":"Transaction Already Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 6,\n    \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\", // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"c1f98eaf-3883-4f8d-9d6d-316c664e6f77\",\n    \"accountId\": \"17042350-6e46-426d-a009-c0887470d595\",\n    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n    \"externalId\": \"Your externalId\",\n    \"orderId\": null,\n    \"operationId\": null,\n    \"information\": null,\n    \"category\": \"transfer\",\n    \"origin\": \"MerchantConnection\",\n    \"type\": \"debit\",\n    \"status\": \"pending\",\n    \"amount\": -6,\n    \"refundedAmount\": 0,\n    \"fee\": 0,\n    \"transactionData\": {},\n    \"notificationUrl\": null,\n    \"currency\": \"BRL\",\n    \"region\": \"BR\",\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\",\n        \"pixType\": \"key\"\n    },\n    \"payer\": {},\n    \"reservationData\": null,\n    \"eventName\": \"PixOut\",\n    \"originalTransactionId\": null,\n    \"expectedAmount\": 0,\n    \"paymentMethod\": \"pix\",\n    \"createdAt\": \"2025-01-10T14:17:58.218Z\",\n    \"updatedAt\": \"2025-01-10T14:17:58.218Z\",\n    \"transactionFees\": []\n}"},{"id":"e6e6a17e-79fd-4d24-9178-5bd227074a05","name":"Insufficient Balance Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 6,\n    // \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\", // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TSC-005\",\n    \"message\": \"Insufficient balance.\",\n    \"shortMessage\": \"InsufficientBalanceError\"\n}"},{"id":"cffd4954-21fc-4534-8847-3b647ac7fde4","name":"Not Allowed To Create Debit Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 6,\n    // \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\", // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TSC-006\",\n    \"message\": \"Your account is not allowed to create debit transactions\",\n    \"shortMessage\": \"NotAllowedToCreateDebitTransactions\"\n}"},{"id":"4cb246d7-efa2-4c71-889e-fc5353ab0388","name":"Extenal Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 6,\n    // \"externalId\": \"Your externalId\", // optional\n    // \"information\": \"Your information\", // Optional\n    // \"label\": \"Your transaction label\", //Optional\n    \"receiver\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"pixKey\": \"cb9121f4-5c8c-419d-bd27-bd7a563bdb8c\"\n        // Optional: Only one field is allowed between pixType and bankData.\n        // \"bankData\": {\n        //     \"bankCode\": \"2939824\",\n        //     \"branchCode\": \"2291\",\n        //     \"accountNumber\": \"76543-8\",\n        //     \"name\": \"Account Name\",\n        //     \"accountType\": \"CC\" // CC for current, PG for payment or PP for saving\n        // }\n    },\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\", // Optional, is necessary to receive the webhooks\n    // \"currency\": \"EUR\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/transfer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"}],"_postman_id":"0101a925-e9a6-45c2-abba-a324fe5543ce"},{"name":"Pay Order","id":"7e14f923-748b-4236-af6f-5d31e3d81526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"external connection","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"url":"{{BASE_URL}}/proxy/v1/charge/:orderId/pay","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the order to be paid.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Route used to make pix payments for orders in sandbox, when the order is pending and has not expired.</p>\n<h3 id=\"errors-that-may-occur\">Errors that may occur</h3>\n<p>The created order must have an expiration date greater than the current date. If the order has expired, the following error will be returned:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": \"AQO-002\",\n    \"message\": \"The order has expired\",\n    \"shortMessage\": \"ExpiredOrder\"\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","charge",":orderId","pay"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"961efe4d-8be2-48cd-8dc2-54b17ec6d0e4","description":{"content":"<p>It's a parameter to find order by id</p>\n","type":"text/plain"},"type":"any","value":"","key":"orderId"}]}},"response":[{"id":"9d994b5d-b918-4735-8446-7034b4103b1e","name":"Payd Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/charge/:orderId/pay","host":["{{BASE_URL}}"],"path":["proxy","v1","charge",":orderId","pay"],"variable":[{"key":"orderId","value":"","description":"It's a parameter to find order by id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin,accept-encoding"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"Date","value":"Fri, 01 Nov 2024 13:21:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null},{"id":"6b95fa10-930e-4df7-ad14-afad168b65eb","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/charge/:orderId/pay","host":["{{BASE_URL}}"],"path":["proxy","v1","charge",":orderId","pay"],"variable":[{"key":"orderId","value":"","description":"It's a parameter to find order by id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"90"},{"key":"Date","value":"Fri, 01 Nov 2024 12:28:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AQO-001\",\n    \"message\": \"Order not found for given id\",\n    \"shortMessage\": \"OrderNotFound\"\n}"},{"id":"1ec97276-3e51-4406-815a-8658cb0e853e","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/charge/:orderId/pay","host":["{{BASE_URL}}"],"path":["proxy","v1","charge",":orderId","pay"],"variable":[{"key":"orderId","value":"wrongId","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"165"},{"key":"Date","value":"Fri, 01 Nov 2024 12:29:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"orderId\",\n            \"constraints\": {\n                \"isUuid\": \"orderId must be a UUID\"\n            }\n        }\n    ]\n}"},{"id":"ceaccdf3-3383-497b-9d44-e5574ff3f041","name":"Expired Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/charge/:orderId/pay","host":["{{BASE_URL}}"],"path":["proxy","v1","charge",":orderId","pay"],"variable":[{"key":"orderId","value":"e959e48c-31c3-4f0c-a181-d114dfa564eb","description":"It's a parameter to find order by id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"82"},{"key":"Date","value":"Fri, 01 Nov 2024 12:32:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AQO-002\",\n    \"message\": \"The order has expired\",\n    \"shortMessage\": \"ExpiredOrder\"\n}"}],"_postman_id":"7e14f923-748b-4236-af6f-5d31e3d81526"},{"name":"Cancel Order","id":"1fdc1708-5829-4672-9aa1-22102fcffe16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"}],"url":"{{BASE_URL}}/v1/orders/:orderId/cancel","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the order to be cancelled.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"cancel-order\">Cancel Order</h2>\n<p>This endpoint is used to cancel a automatic pix contract for a specific order.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>This operation can be processed asynchronously</p>\n<ul>\n<li><p>Asynchronous: means that the cancellation will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>pending</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>If there are pending transactions releated to the this order, the transactions will be updated to failed status</p>\n</li>\n<li><p>It's not possible to reopen a canceled order</p>\n</li>\n<li><p>A webhook notification will be sent to the URLs saved in merchant panel.</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Endpoint: {{BASE_URL}}/v1/orders/:orderId/cancel</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>Status: 204</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","orders",":orderId","cancel"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>This variable refers to a order identifier.</p>\n","type":"text/plain"},"type":"any","value":"78a89b67-ab50-4019-be02-fb407d9cd168","key":"orderId"}]}},"response":[],"_postman_id":"1fdc1708-5829-4672-9aa1-22102fcffe16"},{"name":"Create Automatic Pix Payment","id":"e5e80e4c-3805-46a5-ba4a-c00018b991e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 15.00, //optional,\r\n    \"title\": \"Cobrança 1\",\r\n    \"scheduledTo\": \"2026-12-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/:orderId/payments","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the order to be created a automatic pix payment.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes an HTTP POST request to create a new automatic pix payment from a previously created order. The request's body should include the title, scheduledTo, amount(optional), externalId (optional). The automatic pix payment will only be created if the original order's status is paid, its category is <code>automaticContract</code> and is not expired.</p>\n<p>The amount in request's body only be accepted if the original order's recurrence type is <code>variable</code> and it value is between the <code>minValue</code> and <code>maxValue</code> set in order's recurrence</p>\n<p>The payment date must respect the D10 and D2 rules.</p>\n<ul>\n<li><p>D10: The current day must be at least 10 days before the next payment</p>\n</li>\n<li><p>D2: The current day e must be at most 2 days before the next payment</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>The next payment date is 2026-03-24</p>\n</li>\n<li><p>By the D10 and D2 rules, the rage date we can create a new payment is: 2026-03-14(D10) to 2026-03-22(D2)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, optional): The amount of the order</p>\n</li>\n<li><p>title(string, required): The name of payment in client's bank statement.</p>\n</li>\n<li><p>scheduledTo(string, required): The date that the processor can retry payment in rejected cases.</p>\n</li>\n<li><p>externalId (string, optional): An idempotent ID for transaction tracking, it will be returned via webhook (when a 'notificationUrl' is provided) if it is sent; if it is not sent in the request, it will also not be returned.</p>\n</li>\n<li><p>notificationUrl (url, optional): A URL to receive the transaction notification</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"path":["v1","orders",":orderId","payments"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>This variable refers to a order identifier.</p>\n","type":"text/plain"},"type":"any","value":"uuid","key":"orderId"}]}},"response":[{"id":"a7bc14df-6f2e-416b-807b-ab586ffd8d56","name":"Create Payment Successfuly","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 15.00,\r\n    \"title\": \"Cobrança 1\",\r\n    \"scheduledTo\": \"2026-12-31\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BASE_URL}}/v1/orders/:orderId/payments","host":["{{BASE_URL}}"],"path":["v1","orders",":orderId","payments"],"variable":[{"key":"orderId","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 0,\n    \"accountId\": \"8ec043b6-e98e-468f-9b11-7e8be2d05629\",\n    \"expectedAmount\": 0.01,\n    \"orderId\": \"58c02355-0485-4f18-9704-68c7aafbd4ad\",\n    \"status\": \"pending\",\n    \"fee\": 0,\n    \"transactionId\": \"b026f7d6-6125-4144-8dfe-f6b39a93a40d\",\n    \"category\": \"automaticPayment\",\n    \"origin\": \"MerchantConnection\",\n    \"balance\": 0,\n    \"transactionData\": {},\n    \"payer\": {\n        \"documentNumber\": \"10412762498\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Alberto Jose Cunha Vitor da Silva\"\n    },\n    \"merchantId\": \"f5066717-60b7-4056-8992-3a9b9a153cf7\",\n    \"region\": \"BR\",\n    \"currency\": \"BRL\",\n    \"paymentMethod\": \"pix\",\n    \"eventName\": \"PixInAutomaticPayment\",\n    \"type\": \"credit\",\n    \"createdAt\": \"2026-01-19T22:34:27.338Z\",\n    \"updatedAt\": \"2026-01-19T22:34:27.338Z\",\n    \"refundedAmount\": 0\n}"}],"_postman_id":"e5e80e4c-3805-46a5-ba4a-c00018b991e9"},{"name":"Cancel Automatic Pix Payment","id":"be44253e-3f60-48ae-a760-272dbc991762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{BASE_URL}}/v1/transactions/:transactionId/cancel","description":"<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>orderId</strong></td>\n<td>string</td>\n<td>Identifier of the transaction/charge to be cancelled.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>This endpoint makes a HTTP PATCH request to cancel a automatic payment transaction.</p>\n<p>The cancellation will only be accepted if the transaction is pending.</p>\n","urlObject":{"path":["v1","transactions",":transactionId","cancel"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>This variable refers to a transaction identifier.</p>\n","type":"text/plain"},"type":"any","value":"uuid","key":"transactionId"}]}},"response":[{"id":"4cbf21aa-fb1f-4282-a9e4-629589f1e484","name":"Cancel Successfully","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{BASE_URL}}/v1/transactions/:transactionId/cancel","host":["{{BASE_URL}}"],"path":["v1","transactions",":transactionId","cancel"],"variable":[{"key":"transactionId","value":"uuid","description":"This variable refers to a transaction identifier."}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"3c84dd58-9a0a-4969-9b43-84fd8609a6ba\",\n    \"accountId\": \"8ec043b6-e98e-468f-9b11-7e8be2d05629\",\n    \"transactionId\": \"754403ce-dd08-4363-80de-f8c2aff16738\",\n    \"origin\": \"MerchantConnection\",\n    \"status\": \"failed\",\n    \"createdAt\": \"2026-01-19T16:56:27.549Z\",\n    \"updatedAt\": \"2026-01-19T16:57:07.794Z\"\n}"}],"_postman_id":"be44253e-3f60-48ae-a760-272dbc991762"}],"id":"bc454c06-4a73-490b-b05f-c1c66a9a75fc","_postman_id":"bc454c06-4a73-490b-b05f-c1c66a9a75fc","description":""},{"name":"Online Bank Transfer","item":[{"name":"Create Online Bank Transfer Order (PayIn)","id":"4f35e0ce-375a-4edd-a92b-d5b460c838f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"transferMethod\": \"Trustly\",\r\n    \"description\": \"description here\",\r\n    \"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n    \"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n        \"firstName\": \"Bruce\",\r\n        \"lastName\": \"Wayne\",\r\n        \"documentNumber\": \"61610283015\",\r\n        \"address\": \"Address\",\r\n        \"city\": \"City\",\r\n        \"zip\": \"55336890\",\r\n        \"ipAddress\": \"127.0.0.1\",\r\n        \"phoneNumber\": \"12133734253\"\r\n    }\r\n    // \"currency\": \"BRL\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer","description":"<h3 id=\"post-v1ordersonline-bank-transfer\">POST /v1/orders/online-bank-transfer</h3>\n<p>This endpoint is used to create a new order.</p>\n<p>If charge was created can inside the Sandbox acquirer it can be paid using the <a href=\"https://\">Pay Order</a> endpoint, passing the order ID as a query param. This route can only be used on the homologation environment.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Sandbox: Synchronous or Asynchronous</p>\n<ul>\n<li>Synchronous if amount is lower than 5</li>\n</ul>\n</li>\n<li><p>Daopay: Asynchronous</p>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is either <strong>EUR 0.01</strong> the create transaction will be rejected simulating in an error of integration error.</p>\n</li>\n<li><p>If the <strong>amount</strong> is less than <strong>EUR 5.00</strong> the create transaction will be rejected simulating in an error of failed to communicate with acquirer service.</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, required): The amount of the order.</p>\n</li>\n<li><p>description (string, required): The description of the order.</p>\n</li>\n<li><p>country (string, required): The country to send to processor.</p>\n</li>\n<li><p>transferMethod (string, required): The payment method that processor will use.</p>\n</li>\n<li><p>returnUrl (string, required): The URL that customer wil be redirected after complete payment.</p>\n</li>\n<li><p>payer (object, required): The payer information.</p>\n<ul>\n<li><p>email (string, required): Customer's email address.</p>\n</li>\n<li><p>firstName (string, optional): First name of the customer.</p>\n</li>\n<li><p>lastName (string, optional): Last name of the customer.</p>\n</li>\n<li><p>documentNumber (string, optional): Customer's document number.</p>\n</li>\n<li><p>address (string, optional): Customer's address.</p>\n</li>\n<li><p>city (string, optional): Customer's city.</p>\n</li>\n<li><p>zip (string, optional): Customer's zip code.</p>\n</li>\n<li><p>ipAddress (string, optional): Customer's IP address.</p>\n</li>\n<li><p>phoneNumber (string, optional): Customer's phone number.</p>\n</li>\n</ul>\n</li>\n<li><p>label (string, optional): An optional label for the transaction.</p>\n</li>\n<li><p>externalId (string, optional): An optional idempotency key.</p>\n</li>\n<li><p>notificationUrl (string): URL for receiving notifications.</p>\n</li>\n</ul>\n<h3 id=\"transfer-methods-countries-and-currencies\">Transfer Methods, Countries and Currencies</h3>\n<p>There is a relationship between transfer methods, countries and currencies. In this table you can see which countries and which currencies the transfer metho accepts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Transfer Method</strong></th>\n<th><strong>Countries</strong></th>\n<th><strong>Currencies</strong></th>\n<th><strong>Refund possible</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bancontact</td>\n<td>BE</td>\n<td>EUR</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>EPS</td>\n<td>AT</td>\n<td>EUR</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Estonian Banks</td>\n<td>EE</td>\n<td>EUR</td>\n<td>No</td>\n</tr>\n<tr>\n<td>iDEAL</td>\n<td>NL</td>\n<td>EUR</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Latvian Banks</td>\n<td>LV</td>\n<td>EUR</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Lithuanian Banks</td>\n<td>LT</td>\n<td>EUR</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Multibanco</td>\n<td>PT</td>\n<td>EUR</td>\n<td>No</td>\n</tr>\n<tr>\n<td>MyBank</td>\n<td>IT</td>\n<td>EUR</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Trustly</td>\n<td>DE, DK, EE, ES, FI, GB, LT, LV, NL, NO, SE</td>\n<td>EUR, GBP</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<ul>\n<li><p>amount (number): Amount of the order.</p>\n</li>\n<li><p>orderId (string): ID of the order.</p>\n</li>\n<li><p>transactionId (string): ID of the transaction.</p>\n</li>\n<li><p>status (string): Status of the order.</p>\n</li>\n<li><p>checkoutUrl (string): Url to pay the order.</p>\n</li>\n<li><p>transactionFees (array): Array of transaction fees with details.</p>\n</li>\n</ul>\n<h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sample-response\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"amount\": 0,\n    \"checkoutUrl\": \"\",\n    \"orderId\": \"\",\n    \"status\": \"\",\n    \"transactionId\": \"\",\n    \"transactionFees\": []\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","orders","online-bank-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"812713e9-c5fa-4f1a-b8f0-ab8669dd615d","name":"Create Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transferMethod\": \"Trustly\",\r\n\t\"description\": \"description here\",\r\n\t\"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"returnUrl\": \"www.website.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n\t\"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n\t\t\"firstName\": \"Bruce\",\r\n\t\t\"lastName\": \"Wayne\",\r\n\t\t\"documentNumber\": \"61610283015\",\r\n\t\t\"address\": \"Address\",\r\n\t\t\"city\": \"City\",\r\n\t\t\"zip\": \"55336890\",\r\n\t\t\"ipAddress\": \"127.0.0.1\",\r\n\t\t\"phoneNumber\": \"12133734253\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"465"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:30:46 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67004261-38bf6d3132d19df74a20c8ce;Parent=467137c9750bc8d0;Sampled=0;Lineage=1:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"8083497b-4201-4cbd-a6c5-96ae8f3e4d39"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"fI9PVEudIAMEMsg="},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e880df37740c4e68e519f8478d14cb88.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"v5c4va76sRa7NtFX9MqapejT8snZpNStb-iqRErVC_QC2Bd831Oqyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 6,\n    \"checkoutUrl\": \"https://api.dev.convrt.cc/v1/acquirers/callback/d3a82bd6-125a-47e6-8de1-c7363da56a75/online-bank-transfer?amount=600&vendorReferenceId=0b36aeb0-0a2c-4f5c-8b69-9dc2b1516f4e&vendor=Sandbox&status=success&receivedAt=2024-10-04T19:30:46.618Z&onlineBankTransferCallbackType=onlineBankTransferReceived\",\n    \"orderId\": \"8f8f0e5e-7bcb-4276-bb8d-e795c2c75934\",\n    \"status\": \"open\",\n    \"transactionId\": \"0b97357c-fc71-46e0-9767-8590d44362ce\",\n    \"transactionFees\": []\n}"},{"id":"536b2fb1-dbf9-4bd4-abd0-dd5b88f99f13","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"transferMethod\": \"Trustly\",\r\n\t\"description\": \"description here\",\r\n\t\"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"returnUrl\": \"www.website.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n\t\"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n\t\t\"firstName\": \"Bruce\",\r\n\t\t\"lastName\": \"Wayne\",\r\n\t\t\"documentNumber\": \"61610283015\",\r\n\t\t\"address\": \"Address\",\r\n\t\t\"city\": \"City\",\r\n\t\t\"zip\": \"55336890\",\r\n\t\t\"ipAddress\": \"127.0.0.1\",\r\n\t\t\"phoneNumber\": \"12133734253\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"245"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:28:59 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670041fb-18ba735333cff1900c9d8beb;Parent=12dfa05a218b8ac4;Sampled=0;Lineage=2:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"13287f2a-1e66-4294-be59-49704ef6178b"},{"key":"x-amz-apigw-id","value":"fI8_TE_4oAMEIIQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 122cd39a473c6e4835362753fc929a08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"FazTu0GqcGaDmdVlusoH3g8D0KL5B2buTcnnYIO4_NUZmmggW43QsQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"externalConnection\",\n            \"constraints\": {\n                \"isString\": \"externalConnection must be a string\",\n                \"isNotEmpty\": \"externalConnection should not be empty\"\n            }\n        }\n    ]\n}"},{"id":"cae4444d-9d68-4339-8e5d-ba28c98dc86a","name":"Country or currency not belongs to transfer method","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transferMethod\": \"Trustly\",\r\n\t\"description\": \"description here\",\r\n\t\"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"returnUrl\": \"www.website.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n\t\"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n\t\t\"firstName\": \"Bruce\",\r\n\t\t\"lastName\": \"Wayne\",\r\n\t\t\"documentNumber\": \"61610283015\",\r\n\t\t\"address\": \"Address\",\r\n\t\t\"city\": \"City\",\r\n\t\t\"zip\": \"55336890\",\r\n\t\t\"ipAddress\": \"127.0.0.1\",\r\n\t\t\"phoneNumber\": \"12133734253\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:33:16 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670042fb-7d1f279324d110db0be9de49;Parent=6cbad9fc00aa03f0;Sampled=0;Lineage=1:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"b9805181-3425-4574-ac06-96a35a016bd4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"fI9nXFnVoAMEA0w="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 41498907366f3804198b1abc90c08490.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"-9Cp7AUBNAsjVDQ-cqTLnZXzj6qbjy4_YuAa-NljbIcdHtfnCzskNw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-015\",\n    \"message\": \"Country or currency not belongs to transfer method\",\n    \"shortMessage\": \"countryOrCurrencyNotBelongsToTransferMethod\"\n}"},{"id":"a9c0de3f-7cd0-44d9-8869-871196c6f7ac","name":"Account Not Allowed To Create Orders","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"Trustly\",\n\t\"description\": \"description here\",\n\t\"amount\": 6,\n    \"country\": \"DE\",\n    \"returnUrl\": \"www.website.com\",\n    \"notificationUrl\": \"https://webkook.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-001\",\n    \"message\": \"Your account is not allowed to create orders\",\n    \"shortMessage\": \"NotAllowedToCreateOrders\"\n}"},{"id":"6644a145-0208-4bdc-9d79-90906996402a","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transferMethod\": \"Trustly\",\r\n\t\"description\": \"description here\",\r\n\t\"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"returnUrl\": \"www.website.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n\t\"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n\t\t\"firstName\": \"Bruce\",\r\n\t\t\"lastName\": \"Wayne\",\r\n\t\t\"documentNumber\": \"61610283015\",\r\n\t\t\"address\": \"Address\",\r\n\t\t\"city\": \"City\",\r\n\t\t\"zip\": \"55336890\",\r\n\t\t\"ipAddress\": \"127.0.0.1\",\r\n\t\t\"phoneNumber\": \"12133734253\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:38:52 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67004449-37eb28cc63a76dee1653bc4c;Parent=5cd27f7f30cb3f52;Sampled=0;Lineage=2:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"7b67626c-e225-4b5d-8fc2-1f93036df9cb"},{"key":"x-amz-apigw-id","value":"fI-biFUzoAMEdXQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b18bcd54d0f77ca53d7c0ba4b9e54284.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"1xKIIgwB-xIZrvA-zRWLJWBEGOev6qx902vmuAvOZLA_RxEgrrVchg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"68a0aec3-8ede-4fdf-bbd2-4dcec41cec7d","name":"Already Saved External Id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transferMethod\": \"Trustly\",\r\n\t\"description\": \"description here\",\r\n    \"externalId\": \"already saved external id\",\r\n\t\"amount\": 6,\r\n    \"country\": \"DE\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n\t\"payer\": {\r\n        \"email\": \"fake@mail.com\",\r\n\t\t\"firstName\": \"Bruce\",\r\n\t\t\"lastName\": \"Wayne\",\r\n\t\t\"documentNumber\": \"61610283015\",\r\n\t\t\"address\": \"Address\",\r\n\t\t\"city\": \"City\",\r\n\t\t\"zip\": \"55336890\",\r\n\t\t\"ipAddress\": \"127.0.0.1\",\r\n\t\t\"phoneNumber\": \"12133734253\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/online-bank-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 6,\n    \"checkoutUrl\": \"https://api.dev.convrt.cc/v1/acquirers/callback/d3a82bd6-125a-47e6-8de1-c7363da56a75/online-bank-transfer?amount=600&vendorReferenceId=0b36aeb0-0a2c-4f5c-8b69-9dc2b1516f4e&vendor=Sandbox&status=success&receivedAt=2024-10-04T19:30:46.618Z&onlineBankTransferCallbackType=onlineBankTransferReceived\",\n    \"orderId\": \"8f8f0e5e-7bcb-4276-bb8d-e795c2c75934\",\n    \"status\": \"open\",\n    \"transactionId\": \"0b97357c-fc71-46e0-9767-8590d44362ce\",\n    \"transactionFees\": []\n}"}],"_postman_id":"4f35e0ce-375a-4edd-a92b-d5b460c838f6"},{"name":"Refund Online Bank Transfer Transaction","id":"505d4139-ade1-4872-a42e-1cc5e984530b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"<p>This field refers to operation amount</p>\n","type":"text"},{"key":"description","value":"Description","description":"<p>This field refers to operation description</p>\n","type":"text"},{"key":"attachment","description":"<p>This field refers to operation attachment</p>\n","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","description":"<p>This endpoint makes an HTTP POST request to refund a order's transaction. The endpoint's URL should include a order id value and the request body should include the amount, description (optional), attachment (optional).</p>\n<p>It`s possible to make a full refund or make multiple partial refunds while the transaction still has available amount to refund.</p>\n<ul>\n<li>The currency property does not need to be sent in the request because transactions must occur in the same currency as the region. If an unallowed currency is sent, the api will return an error</li>\n</ul>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will always be asynchronous, which means that the refund will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<h3 id=\"homologation-daopay-testing-instructions\">Homologation Daopay Testing Instructions</h3>\n<ul>\n<li>It's possilbe make full and partial refunds. but <code>Estonian Banks, Latvian Banks</code>, <code>Lithuanian Banks</code> and <code>Multibanco</code> transfer methods can't make any type of refund requests</li>\n</ul>\n<h3 id=\"request-body-form-data\">Request Body (form-data)</h3>\n<ul>\n<li><p><code>amount</code> (number, required): The amount to refund.</p>\n</li>\n<li><p><code>notificationUrl</code> (string, optional): URL for receiving notifications.</p>\n</li>\n<li><p><code>description</code> (string, optional): The description of the refund.</p>\n</li>\n<li><p><code>attachment</code> (file, optional): The attachment of the refund.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>id</code> (string): Id of order</p>\n</li>\n<li><p><code>accountId</code> (string): AccountId of order</p>\n</li>\n<li><p><code>amount</code> (number): Amount to refund</p>\n</li>\n<li><p><code>transactionId</code> (string): Id of transaction</p>\n</li>\n<li><p><code>refundTransactionId</code> (string): Id of refund transaction</p>\n</li>\n<li><p><code>status</code>(optional enum: failed, pending, success): Status of refund transaction</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["proxy","v1","transactions",":transactionId","refund"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13","key":"transactionId"}]}},"response":[{"id":"c172fd76-cf6d-4bb5-b6b6-54d1879d36bd","name":"Refund Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"c1e60fc4-ef24-480b-98d9-01d162ae5b11\",\n    \"accountId\": \"6cc5f272-3288-40f7-84af-409055674ae3\",\n    \"amount\": -11.25,\n    \"origin\": \"private\",\n    \"transactionId\": \"f82bdd79-0967-4da2-b09e-a273b2853283\",\n    \"refundTransactionId\": \"a5963509-8665-499c-be6a-5bf58717470e\",\n    \"createdAt\": \"2023-12-06T21:56:27.342Z\",\n    \"updatedAt\": \"2023-12-06T21:56:27.342Z\"\n}"},{"id":"7e3e2a5d-b4b5-4a25-bc90-bf25778778ef","name":"Refund Already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-004\",\n    \"message\": \"There is already a pending refund transaction for this transaction\",\n    \"shortMessage\": \"RefundTransactionAlreadyExistsToTransaction\"\n}"},{"id":"f834ce29-70d5-4338-82f1-694131d0d94e","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"}],"_postman_id":"505d4139-ade1-4872-a42e-1cc5e984530b"}],"id":"aff360ff-39ea-4b5b-a2c8-43a8ea395f34","_postman_id":"aff360ff-39ea-4b5b-a2c8-43a8ea395f34","description":""},{"name":"OXXO Pay","item":[{"name":"Create OXXO Pay Order (PayIn)","id":"98520048-9da7-4550-aa91-a1a74d8515cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 94,\r\n    // \"externalId\": abe78aec-637d-41e6-9f33-85612634564c,\r\n    \"payer\": {\r\n        \"name\": \"name of payer\",\r\n        \"email\": \"payer@mail.com\"\r\n    },\r\n    \"redirectUrl\": \"https://google.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n    \"label\": \"transaction label\" // Optional\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay","description":"<p>This endpoint is used to create a new order using oxxo pay payment method. The required information are the transfer method, description, amount, country and payer information</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is either <strong>$ 0.01</strong> the create transaction will be rejected simulating in an error of integration error.</p>\n</li>\n<li><p>If the <strong>amount</strong> is less than <strong>$ 5.00</strong> the create transaction will be rejected simulating in an error of failed to communicate with acquirer service.</p>\n</li>\n<li><p>If the <strong>amount</strong> is greater than <strong>$ 5.00</strong>, the e-Wallet transaction is created, and the status returns as <strong>open.</strong></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, required): The amount of the order.</p>\n</li>\n<li><p>externalId (string, optional): Idempotence key that you can use to identify a transaction.</p>\n</li>\n<li><p>redirectUrl (string, required): Idempotence key that you can use to identify transactions on your end.</p>\n</li>\n<li><p>payer (object, required): The payer information.</p>\n<ul>\n<li><p>email (string, required): Customer's email address.</p>\n</li>\n<li><p>name (string, required): Name of the customer.</p>\n</li>\n</ul>\n</li>\n<li><p>label (string, optional): An optional label for the transaction.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>amount (number): Amount of the order.</p>\n</li>\n<li><p>id (string): ID of the order.</p>\n</li>\n<li><p>status (string): Status of the order.</p>\n</li>\n<li><p>url (string): Url to pay the order.</p>\n</li>\n<li><p>transactionFees (array): Array of transaction fees with details.</p>\n</li>\n</ul>\n","urlObject":{"path":["proxy","v1","orders","oxxo-pay"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"181a02e8-2e29-4f3e-a386-31208cb60f66","name":"Created Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 94,\n    // \"externalId\": bf910409-2c20-4434-a4de-7a0c2af0180a,\n    \"payer\": {\n        \"name\": \"name of payer\",\n        \"email\": \"payer@mail.com\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"notificationUrl\": \"https://webkook.com\",\n    \"label\": \"transaction label\" // Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"5d516a70-deb2-4aa2-900d-8dd2565bb26f"},{"key":"x-request-id","value":"ef65aa66-2872-4849-8f5f-6e35f490263f"},{"key":"Content-Type","value":"application/json","description":""},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"122"},{"key":"Date","value":"Wed, 26 Nov 2025 11:26:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a1ca5469-e0c6-46b9-a49a-484b252f1084\",\n    \"status\": \"open\",\n    \"amount\": 0.1,\n    \"url\": \"https://google.com\",\n    \"transactionFees\": []\n}"},{"id":"31fcdcf4-d9d1-47eb-8a06-610db4201d42","name":"Already Saved External Id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 94,\r\n    \"externalId\": 74455066-bbaa-4427-8c82-416c3f4925a3,\r\n    \"payer\": {\r\n        \"name\": \"name of payer\",\r\n        \"email\": \"payer@mail.com\"\r\n    },\r\n    \"redirectUrl\": \"https://google.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n    \"label\": \"transaction label\" // Optional\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a1ca5469-e0c6-46b9-a49a-484b252f1084\",\n    \"status\": \"open\",\n    \"amount\": 0.1,\n    \"url\": \"https://google.com\",\n    \"transactionFees\": []\n}"},{"id":"b148bf1e-c05f-418a-9abd-95dca875ea74","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 94,\r\n    \"externalId\": b4e539e0-7d9d-4724-936a-c4e16c5dc3fb,\r\n    \"payer\": {\r\n        \"name\": \"name of payer\",\r\n        \"email\": \"payer@mail.com\"\r\n    },\r\n    \"redirectUrl\": \"https://google.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n    \"label\": \"transaction label\" // Optional\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:38:52 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67004449-37eb28cc63a76dee1653bc4c;Parent=5cd27f7f30cb3f52;Sampled=0;Lineage=2:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"7b67626c-e225-4b5d-8fc2-1f93036df9cb"},{"key":"x-amz-apigw-id","value":"fI-biFUzoAMEdXQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b18bcd54d0f77ca53d7c0ba4b9e54284.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"1xKIIgwB-xIZrvA-zRWLJWBEGOev6qx902vmuAvOZLA_RxEgrrVchg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"276352da-3821-4233-8b14-79fee9b77f06","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 94,\r\n    \"externalId\": 290e38d3-fd45-478e-b292-c110922d1c51,\r\n    \"payer\": {\r\n        \"name\": \"name of payer\",\r\n        \"email\": \"payer@mail.com\"\r\n    },\r\n    \"redirectUrl\": \"https://google.com\",\r\n    \"notificationUrl\": \"https://webkook.com\",\r\n    \"label\": \"transaction label\" // Optional\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"245"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 04 Oct 2024 19:28:59 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670041fb-18ba735333cff1900c9d8beb;Parent=12dfa05a218b8ac4;Sampled=0;Lineage=2:4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"13287f2a-1e66-4294-be59-49704ef6178b"},{"key":"x-amz-apigw-id","value":"fI8_TE_4oAMEIIQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 122cd39a473c6e4835362753fc929a08.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"FazTu0GqcGaDmdVlusoH3g8D0KL5B2buTcnnYIO4_NUZmmggW43QsQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"externalConnection\",\n            \"constraints\": {\n                \"isString\": \"externalConnection must be a string\",\n                \"isNotEmpty\": \"externalConnection should not be empty\"\n            }\n        }\n    ]\n}"},{"id":"8aff1863-3216-4003-9432-30769399d9a4","name":"Account Not Allowed To Create Orders","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 94,\n    \"externalId\": 6f791ae6-f601-434f-abb0-33347dc1165c,\n    \"payer\": {\n        \"name\": \"name of payer\",\n        \"email\": \"payer@mail.com\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"notificationUrl\": \"https://webkook.com\",\n    \"label\": \"transaction label\" // Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-001\",\n    \"message\": \"Your account is not allowed to create orders\",\n    \"shortMessage\": \"NotAllowedToCreateOrders\"\n}"},{"id":"39203588-cb01-45c2-be21-b5d4427e96f4","name":"Create Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 94,\n    \"externalId\": ade9f86c-a7f0-4f27-b2ca-a63d024d9b13,\n    \"payer\": {\n        \"name\": \"name of payer\",\n        \"email\": \"payer@mail.com\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"notificationUrl\": \"https://webkook.com\",\n    \"label\": \"transaction label\" // Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"fd425c32-7d26-4ce7-800b-e5f4a21da680"},{"key":"x-request-id","value":"a0610387-7c11-4084-a273-5c40a0d7256a"},{"key":"Content-Type","value":"application/json","description":""},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"234"},{"key":"Date","value":"Wed, 26 Nov 2025 11:33:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"2af65515-109d-4b06-8e72-5e0c493bdbb2\",\n    \"status\": \"failed\",\n    \"amount\": 0.1,\n    \"url\": \"https://google.com\",\n    \"failedReason\": {\n        \"code\": \"ACQ-001\",\n        \"details\": \"Failed to communicate with acquirer service\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"35220740-b943-4c7b-8a90-e483cb6944e1","name":"Integration Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_CLIENT_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."}],"body":{"mode":"raw","raw":"{\n    \"amount\": 94,\n    \"externalId\": 3214663f-a37e-41cb-a13c-5ab41f00c8bb,\n    \"payer\": {\n        \"name\": \"name of payer\",\n        \"email\": \"payer@mail.com\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"notificationUrl\": \"https://webkook.com\",\n    \"label\": \"transaction label\" // Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/oxxo-pay"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"a08d35d0-e4d0-4499-9083-8f8b2b951f25"},{"key":"x-request-id","value":"93d96c21-6442-43fa-89f7-be4cbac2b31d"},{"key":"Content-Type","value":"application/json","description":""},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"92"},{"key":"Date","value":"Wed, 26 Nov 2025 11:33:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AQS-001\",\n    \"message\": \"Failed to create charge\",\n    \"shortMessage\": \"FailedToCreateCharge\"\n}"}],"_postman_id":"98520048-9da7-4550-aa91-a1a74d8515cb"}],"id":"d30085fa-2c3c-4d98-86dc-24384fa0ec92","_postman_id":"d30085fa-2c3c-4d98-86dc-24384fa0ec92","description":""},{"name":"e-Wallet","item":[{"name":"Create E-Wallet Order","id":"5ae40b3f-0469-47d5-b131-935953301954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"transferMethod\": \"PayPal\",\n    \"description\": \"description\",\n    \"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n    \"payer\": {\n        \"email\": \"fake@mail.com\",\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"61610283015\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"label\": \"label\"\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders/e-wallet","description":"<p>This endpoint is used to create a new order using e-Wallet payment method. The required information are the transfer method, description, amount, country and payer information</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li><p>Synchronous: means that the processor has finished processing the payment and returned the result</p>\n<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li><p>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer\">Processing method by Acquirer</h5>\n<ul>\n<li><p>Sandbox: Synchronous or Asynchronous</p>\n<ul>\n<li>Synchronous if amount is lower than 5</li>\n</ul>\n</li>\n<li><p>Daopay: Asynchronous</p>\n</li>\n</ul>\n<h3 id=\"homologation-testing-instructions\">Homologation Testing Instructions</h3>\n<ul>\n<li><p>If the <strong>amount</strong> is either <strong>$ 0.01</strong> the create transaction will be rejected simulating in an error of integration error.</p>\n</li>\n<li><p>If the <strong>amount</strong> is less than <strong>$ 5.00</strong> the create transaction will be rejected simulating in an error of failed to communicate with acquirer service.</p>\n</li>\n<li><p>If the <strong>amount</strong> is greater than <strong>$ 5.00</strong>, the e-Wallet transaction is created, and the status returns as <strong>open.</strong></p>\n</li>\n</ul>\n<h3 id=\"daopay-instructions\">Daopay Instructions</h3>\n<ul>\n<li>If order is created using Paypal transfer method, the order will be valid for 35 days. After this time, the order will be expired</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>amount (number, required): The amount of the order.</p>\n</li>\n<li><p>description (string, required): The description of the order.</p>\n</li>\n<li><p>transferMethod (string, required): The payment service that processor will use.</p>\n</li>\n<li><p>country (string, required): The country to send to processor.</p>\n</li>\n<li><p>returnUrl (string, required): The URL that customer wil be redirected after complete payment.</p>\n</li>\n<li><p>payer (object, required): The payer information.</p>\n<ul>\n<li><p>email (string, required): Customer's email address.</p>\n<ul>\n<li>If the chosen transferMethod is \"ApplePay\", the email is optional</li>\n</ul>\n</li>\n<li><p>firstName (string, optional): First name of the customer.</p>\n</li>\n<li><p>lastName (string, optional): Last name of the customer.</p>\n</li>\n<li><p>documentNumber (string, optional): Customer's document number.</p>\n</li>\n<li><p>address (string, optional): Customer's address.</p>\n</li>\n<li><p>city (string, optional): Customer's city.</p>\n</li>\n<li><p>zip (string, optional): Customer's zip code.</p>\n</li>\n<li><p>ipAddress (string, optional): Customer's IP address.</p>\n</li>\n<li><p>phoneNumber (string, optional): Customer's phone number.</p>\n</li>\n</ul>\n</li>\n<li><p>label (string, optional): An optional label for the transaction.</p>\n</li>\n<li><p>additionalData (object, optional): An optional additional data for e-wallet acquirer transfer method specific configuration.</p>\n<ul>\n<li><p>Currently, the Convrt Cielo integration handles <code>additionalData</code> for the following transfer methods:</p>\n<ul>\n<li><p>ApplePay:</p>\n<ul>\n<li><p>ephemeralPublicKey (string, required, max length 512): The ephemeral public key used for the transaction encryption.</p>\n</li>\n<li><p>walletKey (string, required, max length 512): The specific key or token from the Apple Pay wallet.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"risk-validation\">Risk Validation</h3>\n<p>Creating a payment is subject to undergoing a risk validation process. The transaction will only check risk validation if is provided the document number and if the documentNumber is a CPF.</p>\n<p>Risk validation is an anti-fraud procedure performed to determine whether the payer is eligible for the payment transaction. Currently, we consider the following criteria:</p>\n<ul>\n<li><p><strong>Age</strong>: Checks if the CPF holder, the payer, is of legal age.</p>\n</li>\n<li><p><strong>Life Status</strong>: Verifies that the CPF holder does not have a death record—ensuring the person is alive at the time of the inquiry. This is important for preventing fraud or registration errors.</p>\n</li>\n<li><p><strong>Government Restrictions</strong>: Assesses whether there are any active government restrictions on the CPF, such as prohibitions related to public agencies, which could hinder the transaction.</p>\n</li>\n</ul>\n<h3 id=\"transfer-methods-countries-and-currencies\">Transfer Methods, Countries and Currencies</h3>\n<p>There is a relationship between transfer methods, countries and currencies. In this table you can see which countries and which currencies the transfer metho accepts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Transfer Method</strong></th>\n<th><strong>Countries</strong></th>\n<th><strong>Currencies</strong></th>\n<th><strong>Refund possible</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PayPal</td>\n<td>AT, BE, CY, DE, EE, ES, FI, FR, GB, GR, IE, IT, LT, LU, LV, MT, NL, PT, SI, SK, BR, MX, US</td>\n<td>EUR, BRL, MXN, USD, GPB</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>PaySafeCard</td>\n<td>AT, BE, CY, DE, EE, ES, FI, FR, GB, GR, IE, IT, LT, LU, LV, MT, NL, PT, SI, SK, BR, MX</td>\n<td>EUR, USD, GBP</td>\n<td>No</td>\n</tr>\n<tr>\n<td>PaySera</td>\n<td>AT, BG, CZ, DE, DK, EE, HU, LT, LV, PL, SK, NO, CH, GB</td>\n<td>EUR</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Crypto</td>\n<td>BR, US, EU, UK, MX</td>\n<td>BRL, USD, EUR, GBP, MXN</td>\n<td>No</td>\n</tr>\n<tr>\n<td>ApplePay</td>\n<td>AT, BE, BG, CY, CZ, DE, DK, EE, ES, FI, FR, GR, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK, IS, LI, NO, CH, GB, AD, MC, SM, VA, BRL, USD, EUR, GBP, MXN</td>\n<td>BRL, USD, EUR, MXN, PEN, GBP, COP, CLP</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<ul>\n<li><p>amount (number): Amount of the order.</p>\n</li>\n<li><p>orderId (string): ID of the order.</p>\n</li>\n<li><p>transactionId (string): ID of the transaction.</p>\n</li>\n<li><p>status (string): Status of the order.</p>\n</li>\n<li><p>checkoutUrl (string): Url to pay the order.</p>\n</li>\n<li><p>transactionFees (array): Array of transaction fees with details.</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li><p>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:</p>\n<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<ul>\n<li>Find below a detailed list of possible errors returned by the API, with reference codes and reason.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS-005</td>\n<td>Invalid credentials for Credit Card Service</td>\n</tr>\n<tr>\n<td>CCS-012</td>\n<td>Insufficient funds to complete operation</td>\n</tr>\n<tr>\n<td>CCS-013</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>CCS-014</td>\n<td>Invalid CVV code</td>\n</tr>\n<tr>\n<td>CCS-015</td>\n<td>Invalid amount to create order</td>\n</tr>\n<tr>\n<td>CCS-016</td>\n<td>Invalid Card Brand</td>\n</tr>\n<tr>\n<td>CCS-017</td>\n<td>Invalid Currency</td>\n</tr>\n<tr>\n<td>CCS-018</td>\n<td>Service Unavailable</td>\n</tr>\n<tr>\n<td>CCS-019</td>\n<td>Something happened when creating transaction</td>\n</tr>\n<tr>\n<td>CCS-020</td>\n<td>Invalid Payment Account</td>\n</tr>\n<tr>\n<td>CCS-021</td>\n<td>Invalid Expiration Date</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n<tr>\n<td>IAT-015</td>\n<td>Country or currency not belongs to transfer method</td>\n<td>Selected payment service does not suport country sent in request or account's currency</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders","e-wallet"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"1b626b70-f488-4d3a-b84d-90103f4dc569","name":"Created Successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"Paypal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 5,\n    \"checkoutUrl\": \"https://api.dev.convrt.cc/v1/acquirers/callback/59c18be0-3e66-4380-9999-8bdfa735b485/e-wallet?amount=500&vendorReferenceId=43f56902-b44b-4613-bd6b-e7726af1172a&vendor=Sandbox&status=success&receivedAt=2024-10-28T19:44:13.897Z&eWalletCallbackType=eWalletReceived\",\n    \"orderId\": \"a9ebbdf6-ec1f-42da-a67d-a73fb731041b\",\n    \"status\": \"open\",\n    \"transactionId\": \"d99e1d14-a284-4128-b62d-dcfd8dd790ae\",\n    \"transactionFees\": []\n}"},{"id":"de6ab987-f78c-48e8-88d8-8b86306be22f","name":"Integration Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"PayPal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"AQS-005\",\n    \"message\": \"An error occurred communicating with the transaction provider, for more information please contact support.\",\n    \"shortMessage\": \"ConfigurationError\"\n}"},{"id":"b3f2da96-6f7e-4a01-8c6a-1bf22e88ccbf","name":"Create Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"PayPal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"amount\": 2,\n    \"checkoutUrl\": \"\",\n    \"orderId\": \"5f2041fb-9270-4b04-934a-7d2ba2e3a2fc\",\n    \"status\": \"failed\",\n    \"transactionId\": \"c47abd19-a67d-4b21-bfb1-ec9995612301\",\n    \"failedReason\": {\n        \"code\": \"ACQ-001\",\n        \"details\": \"Failed to communicate with acquirer service\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"755424ff-baec-4eec-8784-2ca6fe4373f1","name":"Country or currency not belongs to transfer method","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"PayPal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-015\",\n    \"message\": \"Country or currency not belongs to transfer method\",\n    \"shortMessage\": \"countryOrCurrencyNotBelongsToTransferMethod\"\n}"},{"id":"04cfcf0d-7b9c-452f-9346-f20a8a23c9a9","name":"Account Not Allowed To Create Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"PayPal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"IAT-001\",\n    \"message\": \"Your account is not allowed to create orders\",\n    \"shortMessage\": \"NotAllowedToCreateOrders\"\n}"},{"id":"25369d2c-291d-4b79-bb3d-95b1a4e6af81","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"transferMethod\": \"PayPal\",\n\t\"description\": \"description\",\n\t\"amount\": 6,\n    \"country\": \"BR\",\n    \"returnUrl\": \"www.website.com\",\n\t\"payer\": {\n        \"email\": \"fake@mail.com\",\n\t\t\"firstName\": \"Bruce\",\n\t\t\"lastName\": \"Wayne\",\n\t\t\"documentNumber\": \"61610283015\",\n\t\t\"address\": \"Address\",\n\t\t\"city\": \"City\",\n\t\t\"zip\": \"55336890\",\n\t\t\"ipAddress\": \"127.0.0.1\",\n\t\t\"phoneNumber\": \"12133734253\"\n\t},\n    \"label\": \"label\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/v1/orders/e-wallet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"}],"_postman_id":"5ae40b3f-0469-47d5-b131-935953301954"},{"name":"Refund E-Wallet Transaction","id":"cfb5fd5f-83b4-4303-8631-fe9001fd9fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"<p>This field refers to operation amount</p>\n","type":"text"},{"key":"description","value":"Description","description":"<p>This field refers to operation description</p>\n","type":"text"},{"key":"attachment","description":"<p>This field refers to operation attachment</p>\n","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","description":"<p>This endpoint makes an HTTP POST request to refund a order's transaction. The endpoint's URL should include a order id value and the request body should include the amount, description (optional), attachment (optional).</p>\n<p>It`s possible to make a full refund or make multiple partial refunds while the transaction still has available amount to refund.</p>\n<ul>\n<li>The currency property does not need to be sent in the request because transactions must occur in the same currency as the region. If an unallowed currency is sent, the api will return an error</li>\n</ul>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will always be asynchronous, which means that the refund will be processed in the background and the response will be sent via webhooks and the convrt system will process the result</p>\n<h3 id=\"daopay-instructions\">Daopay Instructions</h3>\n<ul>\n<li>PaySafeCard and PaySera transfer methods are not available to create refund transactions</li>\n</ul>\n<h4 id=\"homologation\">Homologation</h4>\n<ul>\n<li>Refund requests will be accepted but will not be processed and will remain in a pending status. It will not be possible to request another refund as the system does not accept refund requests for transactions with pending refunds.</li>\n</ul>\n<h3 id=\"request-body-form-data\">Request Body (form-data)</h3>\n<ul>\n<li><p><code>amount</code> (number, required): The amount to refund.</p>\n</li>\n<li><p><code>description</code> (string, optional): The description of the refund.</p>\n<ul>\n<li>This field can be required in credit card depending on the acquirer.</li>\n</ul>\n</li>\n<li><p><code>attachment</code> (file, optional): The attachment of the refund.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><p><code>id</code> (string): Id of order</p>\n</li>\n<li><p><code>accountId</code> (string): AccountId of order</p>\n</li>\n<li><p><code>amount</code> (number): Amount to refund</p>\n</li>\n<li><p><code>transactionId</code> (string): Id of transaction</p>\n</li>\n<li><p><code>refundTransactionId</code> (string): Id of refund transaction</p>\n</li>\n<li><p><code>status</code>(optional enum: failed, pending, success): Status of refund transaction</p>\n</li>\n</ul>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:<ul>\n<li><p><code>processorCode</code>: It should return the error code from the acquirer when exists</p>\n</li>\n<li><p><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</p>\n</li>\n<li><p><code>processorName</code>: It should return the name of the acquirer responsible for the operation</p>\n</li>\n<li><p><code>processorRaw</code>: It should return the other details to help to debug failures</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>This endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot find a connection.</td>\n</tr>\n<tr>\n<td>TSC-014</td>\n<td>Description is required to refund transaction</td>\n<td>A description must be provided to process the refund of this transaction.</td>\n</tr>\n<tr>\n<td>RFU-003</td>\n<td>Refund value greater than the transaction value</td>\n<td>The amount sent in request is greater than the is available to refund the transaction</td>\n</tr>\n<tr>\n<td>RFU-004</td>\n<td>There is already a pending refund transaction for this transaction</td>\n<td>It's only possible to create one refund per time, while exist a peding refund transactions it's not possible create a new refund</td>\n</tr>\n<tr>\n<td>RFU-005</td>\n<td>A debit transaction cannot be reversed</td>\n<td>Debit transactions are non-reversible, hence cannot be refunded.</td>\n</tr>\n<tr>\n<td>RFU-006</td>\n<td>An incomplete transaction cannot be refunded</td>\n<td>This transaction is incomplete and cannot be refunded.</td>\n</tr>\n<tr>\n<td>RFU-007</td>\n<td>The full amount of this transaction has already been refunded</td>\n<td>The full amount of this transaction has already been refunded and no further refunds apply.</td>\n</tr>\n<tr>\n<td>RFU-008</td>\n<td>The amount provided cannot be refunded because this transaction also has refunds of other types performed</td>\n<td>The transaction has already been partially refunded with other refund types involved.</td>\n</tr>\n<tr>\n<td>TNT-008</td>\n<td>The amount to be returned must be greater than zero</td>\n<td>The refund amount must be greater than zero to proceed.</td>\n</tr>\n<tr>\n<td>TNT-009</td>\n<td>Just is allowed refund success transaction</td>\n<td>Only successfully completed transactions are eligible for a refund.</td>\n</tr>\n<tr>\n<td>TNT-010</td>\n<td>The transaction has no amount to be refunded</td>\n<td>This transaction has no remaining balance to be refunded.</td>\n</tr>\n<tr>\n<td>TSC-019</td>\n<td>Transaction is not refundable</td>\n<td>The refund operation is not available to</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","transactions",":transactionId","refund"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13","key":"transactionId"}]}},"response":[{"id":"192c867b-1ddc-4d49-bad8-8e06debd1578","name":"Refund Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"c1e60fc4-ef24-480b-98d9-01d162ae5b11\",\n    \"accountId\": \"6cc5f272-3288-40f7-84af-409055674ae3\",\n    \"amount\": -11.25,\n    \"origin\": \"private\",\n    \"transactionId\": \"f82bdd79-0967-4da2-b09e-a273b2853283\",\n    \"refundTransactionId\": \"a5963509-8665-499c-be6a-5bf58717470e\",\n    \"createdAt\": \"2023-12-06T21:56:27.342Z\",\n    \"updatedAt\": \"2023-12-06T21:56:27.342Z\"\n}"},{"id":"d53f2d2a-2735-4fb3-8b73-dbab2fcc4b0f","name":"Refund Already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-004\",\n    \"message\": \"There is already a pending refund transaction for this transaction\",\n    \"shortMessage\": \"RefundTransactionAlreadyExistsToTransaction\"\n}"},{"id":"f6fa7841-6685-4483-90bf-9496aa832c8b","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":["/home/albertojcvs/Downloads/Attachment.csv"]}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"edc72677-c27f-46ab-89b1-93f04be33b7d","name":"Description is required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TSC-014\",\n  \"message\": \"Description is required to refund transaction\",\n  \"shortMessage\": \"DescriptionIsRequiredToRefund\"\n}"},{"id":"3229834d-28db-4499-b85a-6cf3a59af570","name":"Incomplete Transaction Can't be Refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-006\",\n    \"message\": \"An incomplete transaction cannot be refunded\",\n    \"shortMessage\": \"IncompleteTransactionCannotBeRefunded\"\n}"},{"id":"7fa62def-c926-4be2-8a7a-59d6078ee1e2","name":"Debit Transaction Can't be refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"RFU-005\",\n  \"message\": \"A debit transaction cannot be reversed\",\n  \"shortMessage\": \"DebitTransactionCannotBeRefunded\"\n}"},{"id":"5d8ad358-4a7c-4376-86f5-768fd04f775b","name":"Processor Not Support Refund Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TSC-019\",\n    \"message\": \"Transaction is not refundable\",\n    \"shortMessage\": \"TransactionIsNotRefundable\"\n}   "},{"id":"1362e487-40a5-49cf-b2c5-1a6e57051b01","name":"Refund Has Already Been Refunded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-007\",\n    \"message\": \"The full amount of this transaction has already been refunded\",\n    \"shortMessage\": \"TransactionAlreadyRefunded\"\n}"},{"id":"b0dba2aa-fe1d-422c-ab96-340dcdf1e665","name":"Transaction Has Others Refunds","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-008\",\n    \"message\": \"The amount provided cannot be refunded because this transaction also has refunds of other types performed\",\n    \"shortMessage\": \"TransactionHaveOthersRefunds\"\n}"},{"id":"6f31a2ab-3491-4740-90d0-2ab8bd4bec85","name":"Amount Must Be Greater than 0","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TNT-008\",\n    \"message\": \"The amount to be returned must be greater than zero\",\n    \"shortMessage\": \"AmountToRefundNotAllowed\"\n}"},{"id":"20a05cb5-55f3-4fa2-8978-0310f92b895a","name":"Only Success Transactions Are Allowed To Make Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"TNT-009\",\n  \"message\": \"Just is allowed refund success transaction\",\n  \"shortMessage\": \"TransactionNotAllowedToRefund\"\n}"},{"id":"f4d5a26b-a228-42b1-b5eb-1f92296d1cd9","name":"No Amount Available To Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"TNT-010\",\n    \"message\": \"The transaction has no amount to be refunded\",\n    \"shortMessage\": \"TransactionNotHaveAmountToRefund\"\n}"},{"id":"360b4279-321e-4b04-9531-6b23ae996267","name":"Refund Amount Is Greater Than The Available Transaction Amount  Value","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource.","type":"text"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"5","description":"This field refers to operation amount","type":"text"},{"key":"description","value":"Description","description":"This field refers to operation description","type":"text"},{"key":"attachment","description":"This field refers to operation attachment","type":"file","src":"/home/albertojcvs/Downloads/Attachment.csv"}]},"url":{"raw":"{{BASE_URL}}/proxy/v1/transactions/:transactionId/refund","host":["{{BASE_URL}}"],"path":["proxy","v1","transactions",":transactionId","refund"],"variable":[{"key":"transactionId","value":"1c2f03d4-c0b1-412f-86ce-f0a994922b13"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"RFU-003\",\n    \"message\": \"Refund value greater than the transaction value\",\n    \"shortMessage\": \"RefundValueGreaterThanTheTransactionValue\"\n}"}],"_postman_id":"cfb5fd5f-83b4-4303-8631-fe9001fd9fbd"}],"id":"9fafe196-9600-4508-a1af-9de7c1a1afce","_postman_id":"9fafe196-9600-4508-a1af-9de7c1a1afce","description":""},{"name":"Payment Links","item":[{"name":"Request Payment Link","id":"48342d2c-a26b-4762-8ef0-1f0642770d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"lonzoId","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"\n{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n            \n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    },\n    // Optional: If you want the user to be redirected after paying for the link\n    \"redirectUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    // Optional: If you want to add parameters to the redirect url\n    \"customRedirectParameters\": {\n        \"id\": \"product-x\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links","description":"<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following parameters:</p>\n<ul>\n<li><p><code>description</code> (string): A description of the purchase.</p>\n</li>\n<li><p><code>expiresIn</code> (number): The expiration time of the payment link in seconds.</p>\n</li>\n<li><p><code>externalId</code> (string, optional): An optional idempotency key.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the order.</p>\n</li>\n<li><p><code>currency</code> (string): Currency of the order.</p>\n</li>\n<li><p><code>paymentMethods</code> (array): An array of accepted payment methods.</p>\n</li>\n<li><p><code>chosenPaymentMethod</code> (string): The chosen payment method.</p>\n</li>\n<li><p><code>data</code> (object): Additional data for the payment method.</p>\n</li>\n<li><p><code>product</code> (object): Information about the product.</p>\n</li>\n<li><p><code>redirectUrl</code> (string): The URL to redirect after payment.</p>\n</li>\n<li><p><code>customRedirectParameters</code> (object): Custom parameters for redirection.</p>\n</li>\n</ul>\n<h4 id=\"pix-data-infomation-example\">Pix Data Infomation Example</h4>\n<p>The data information in a pix payment link should include:</p>\n<ul>\n<li><p>name (string)</p>\n</li>\n<li><p>document (string)</p>\n</li>\n<li><p>expiresIn (number)</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"externalId\": \"1\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n    ],\n    \"chosenPaymentMethod\": \"pix\",\n    \"data\": {\n        \"pix\": {\n            \"name\": \"John Doe\",\n            \"document\": \"254.730.700-60\",\n            \"expiresIn\": 7200\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"customRedirectParameters\": {\n        \"id\": \"product-x\"\n    }\n}\n\n</code></pre>\n<h4 id=\"e-wallet-data-infomation-example\">E-Wallet Data Infomation Example</h4>\n<p>The data information in a e-wallet payment link should include:</p>\n<ul>\n<li><p>firstName (string)</p>\n</li>\n<li><p>lastName (string)</p>\n</li>\n<li><p>document (string)</p>\n</li>\n<li><p>country (string)</p>\n</li>\n<li><p>transferMethod (string): Currently the only accepted value is \"ApplePay\"</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"externalId\": \"1\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"eWallet\",\n    ],\n    \"chosenPaymentMethod\": \"eWallet\",\n    \"data\": {\n        \"eWallet\": {\n           \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"document\": \"254.730.700-60\",\n            \"country\": \"BR\",\n            \"transferMethod\": \"ApplePay\"\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    },\n    \"redirectUrl\": \"https://google.com\",\n    \"customRedirectParameters\": {\n        \"id\": \"product-x\"\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response body returns the following parameter:</p>\n<ul>\n<li><code>paymentLinkUrl</code> (string): The URL for the payment link.</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"paymentLinkUrl\": \"https://payment-link-url.com\"\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","payment-links"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"38844a0e-dff1-45c4-a75e-8f0f95672aee","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/plain; charset=utf-8"},{"key":"logger-request-id","value":"e76b7122-36a1-4553-8252-1e2a9fee3305"},{"key":"x-request-id","value":"7b2baca5-09ef-48f0-8ea7-b73d4e4ab9e5"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"41"},{"key":"Date","value":"Wed, 12 Mar 2025 12:34:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"https://payment-link.dev.convrt.cc/AF82FD"},{"id":"45b13864-f68e-49b6-ae95-11e5bbcf8802","name":"Account not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"723e1263-946f-41d7-89f4-7f9d1336b2f8"},{"key":"x-request-id","value":"db2b84fd-9ff7-4967-9804-d93990889623"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"110"},{"key":"Date","value":"Wed, 12 Mar 2025 12:37:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ACS-001\",\n    \"message\": \"An error occurred while getting the account\",\n    \"shortMessage\": \"FailedToGetAccount\"\n}"},{"id":"38f3231f-4ee0-44bf-842f-856f37121025","name":"Merchant account mismatch","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"fb358d3b-73b6-4141-a217-0cc6cd7d241b"},{"key":"x-request-id","value":"50ef919e-0e17-4bfd-a250-90beec18c13b"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"111"},{"key":"Date","value":"Wed, 12 Mar 2025 12:37:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-001\",\n    \"message\": \"Account does not belong to the merchant\",\n    \"shortMessage\": \"MerchantAccountMismatch\"\n}"},{"id":"15f7cb65-dd9c-4cf5-bfee-fa922449469b","name":"Invalid currency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"c7a05b98-bb05-4882-befd-00472267ec3b"},{"key":"x-request-id","value":"6aa3a874-8b7a-432f-b55f-b7108d08f409"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"117"},{"key":"Date","value":"Wed, 12 Mar 2025 12:38:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-004\",\n    \"message\": \"Invalid currency, allowed currencies are: BRL\",\n    \"shortMessage\": \"InvalidChosenCurrencies\"\n}"},{"id":"149e1941-c420-428e-acad-9313c113af2e","name":"Invalid chosen payment method","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"e29ad6bf-c4ab-4646-92e0-3002011be4e5"},{"key":"x-request-id","value":"c91ff1b9-2033-446a-866d-61ed8490e539"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"142"},{"key":"Date","value":"Wed, 12 Mar 2025 12:38:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-002\",\n    \"message\": \"Invalid chosen payment method, allowed methods are: pix, creditCard\",\n    \"shortMessage\": \"InvalidChosenPaymentMethod\"\n}"},{"id":"a6071053-c64c-42d7-8a25-11bdf0b3c474","name":"Code genration failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"3c62c626-c9ba-44b8-a573-cd76fa80e9d0"},{"key":"x-request-id","value":"3f711300-8dd2-43f6-8bb7-9666a6085125"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"125"},{"key":"Date","value":"Wed, 12 Mar 2025 12:39:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-003\",\n    \"message\": \"An error occurred while generating the payment link code\",\n    \"shortMessage\": \"CodeGenerationFailed\"\n}"},{"id":"ac2915bb-211e-4df0-b4ae-f7859ef0e817","name":"Notification failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"27aec06d-473d-4f52-bb64-c672963438db"},{"key":"x-request-id","value":"78c85f2c-83a3-4001-8048-ba3a04b0df30"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"98"},{"key":"Date","value":"Wed, 12 Mar 2025 12:40:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NTF-001\",\n    \"message\": \"Failed to send notification\",\n    \"shortMessage\": \"SendNotificationFailed\"\n}"},{"id":"cfc9ca79-dda0-476c-8b1f-9283e39864ee","name":"Redirect Parameters Length Exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"lonzoId","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Purchase of product X\",\n    \"expiresIn\": 3600,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"amount\": 99.99,\n    \"currency\": \"BRL\",\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\", // Optional: Can be omitted if the payer chooses later\n    // Optional: Can be omitted if there is no data for payment methods\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"product\": {\n        \"name\": \"Product z\",\n        \"description\": \"Purchase of product X\"\n    },\n    \"redirectUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"customRedirectParameters\": {\n        \"id\": \"product-x\",\n        \"id2\": \"product-x\",\n        \"id3\": \"product-x\",\n        \"id4\": \"product-x\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/payment-links"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"3c338428-8250-498b-98b7-b56577e689d6"},{"key":"x-request-id","value":"43ce6ec8-b0ca-4d76-aa3c-ee68b3271408"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"130"},{"key":"Date","value":"Thu, 10 Apr 2025 19:49:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLE-004\",\n    \"message\": \"Only three parameters is allowed for redirect url\",\n    \"shortMessage\": \"RedirectParametersLengthExceeded\"\n}"}],"_postman_id":"48342d2c-a26b-4762-8ef0-1f0642770d4b"},{"name":"Cancel Payment Link Copy","id":"43d99f2f-3ac1-48f7-bbc5-1d6aa3cc984f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"url":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","description":"<p>This endpoint makes an HTTP PATCH request to cancel a payment link. There is no data that needs to be sent in the request body. You need to provide the <strong>payment link code</strong> in the request parameters.</p>\n<h3 id=\"request-params\">Request Params</h3>\n<p><code>code</code>: The identifier of the payment link to be <strong>cancelled.</strong></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>There is no data that needs to be sent in the request body.</p>\n<h3 id=\"response-status\">Response status</h3>\n<ul>\n<li><p><code>204 No Content</code>: The payment link has ben successfully cancelled.</p>\n</li>\n<li><p><code>400 Bad Request</code>: Invalid or missing parameters were sent in the request. Additionally, an unknown internal error may have occurred.</p>\n</li>\n<li><p><code>422 Unprocessable Entity</code>: The payment link status must be <code>pending</code> to be <strong>cancelled</strong>.</p>\n</li>\n<li><p><code>500 Internal Server Error</code>: An internal server error has ocurred.</p>\n</li>\n</ul>\n","urlObject":{"path":["proxy","v1","payment-links",":code","cancel"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"51643dcf-be20-4140-8ce1-727afc61bba9","description":{"content":"<p>Payment link code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[{"id":"c7e28932-181a-47c1-9db7-784b1ccdad10","name":"Notification failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"27aec06d-473d-4f52-bb64-c672963438db"},{"key":"x-request-id","value":"78c85f2c-83a3-4001-8048-ba3a04b0df30"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"98"},{"key":"Date","value":"Wed, 12 Mar 2025 12:40:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NTF-001\",\n    \"message\": \"Failed to send notification\",\n    \"shortMessage\": \"SendNotificationFailed\"\n}"},{"id":"bb9f1134-ccac-4e20-83ea-ea5aa32751bc","name":"Unknown error","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"46a4b168-ef6d-4776-b0de-2483bf05811c"},{"key":"x-request-id","value":"4dddcfdd-545a-46b1-8b59-21bc7d9daf52"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"92"},{"key":"Date","value":"Thu, 20 Mar 2025 13:20:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"GEN-002\",\n    \"message\": \"CancelPaymentLinkUseCase failed\",\n    \"shortMessage\": \"unknownError\"\n}"},{"id":"4dae50b1-f21a-450d-a995-1d0f7cbf9526","name":"Invalid code","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"5080ad8b-2ef6-496f-a792-8896edad7bae"},{"key":"x-request-id","value":"97070fcb-30f7-4c22-9323-0c701d8d10d4"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"203"},{"key":"Date","value":"Thu, 20 Mar 2025 14:42:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"val-001\",\n    \"message\": \"Validation Error\",\n    \"shortMessage\": \"validationError\",\n    \"details\": [\n        {\n            \"property\": \"code\",\n            \"constraints\": {\n                \"isString\": \"code must be a string\",\n                \"isNotEmpty\": \"code should not be empty\"\n            }\n        }\n    ]\n}"},{"id":"b99e8bb7-dc67-4ffa-bfbc-ddf0cd672188","name":"Payment link not found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":"ABDH281"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"41f1ffe5-d1dd-4abb-a3f5-fcabab06e7b0"},{"key":"x-request-id","value":"5c41f58a-7bb7-47da-abb8-022b97fa030d"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"98"},{"key":"Date","value":"Thu, 20 Mar 2025 14:46:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-001\",\n    \"message\": \"The payment link was not found\",\n    \"shortMessage\": \"PaymentLinkNotFound\"\n}"},{"id":"adf7218a-0557-4caf-817c-52ce97c6f0bb","name":"Cancelled successfully","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":"FN3A829"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"6411e5d8-6d4f-4868-b053-c3eed65837f2"},{"key":"x-request-id","value":"1461ad35-950d-4abc-b56a-ad2298a1e169"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin,accept-encoding"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"Date","value":"Thu, 20 Mar 2025 14:51:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null},{"id":"fa3f81c2-9051-43ee-a781-b8bfaad6f32d","name":"Invalid status","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code/cancel","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code","cancel"],"variable":[{"key":"code","value":"FN3A829"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"5cffa131-65f4-4075-bf42-e9903f50a021"},{"key":"x-request-id","value":"083847f5-e297-4288-b3c8-142d0eab7341"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"129"},{"key":"Date","value":"Thu, 20 Mar 2025 14:53:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLM-007\",\n    \"message\": \"Only pending payment links are allowed to be paid\",\n    \"shortMessage\": \"OnlyPendingLinksAllowedBeToPaid\"\n}"}],"_postman_id":"43d99f2f-3ac1-48f7-bbc5-1d6aa3cc984f"},{"name":"List Payment Links","id":"b5bc431f-afaf-4b18-8e2c-04c7f3e716f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"url":"{{BASE_URL}}/proxy/v1/payment-links/list","description":"<h3 id=\"get-v1payment-linkslist\">GET /v1/payment-links/list</h3>\n<p>This endpoint retrieves a list of payment links.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>This is a GET request and does not require a request body.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<ul>\n<li><p><code>items</code> (array): An array of payment link objects, each containing details such as ID, code, description, expiration, merchant ID, account ID, amount, currency, payment methods, status, and more.</p>\n</li>\n<li><p><code>pagination</code> (object): An object containing pagination details such as limit, page, total records, total pages, next page, previous page, and flags for existence of next and previous pages.</p>\n</li>\n</ul>\n<h4 id=\"sample-response\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"items\": [\n        {\n            \"id\": \"\",\n            \"code\": \"\",\n            \"description\": \"\",\n            \"expiresIn\": 0,\n            \"merchantId\": \"\",\n            \"accountId\": \"\",\n            \"amount\": 0,\n            \"currency\": \"\",\n            \"paymentMethods\": [\"\"],\n            \"status\": \"\",\n            \"createdAt\": \"\",\n            \"updatedAt\": \"\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 0,\n        \"page\": 0,\n        \"totalRecords\": 0,\n        \"totalPages\": 0,\n        \"nextPage\": 0,\n        \"prevPage\": null,\n        \"hasNextPage\": true,\n        \"hasPrevPage\": true\n    }\n}\n\n</code></pre>\n<h3 id=\"response-status\">Response Status</h3>\n<ul>\n<li><code>200 Ok</code>: The request was successful and the response contains the list of payment links and pagination details.</li>\n</ul>\n","urlObject":{"path":["proxy","v1","payment-links","list"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional description to filter the payment links by their description.</p>\n","type":"text/plain"},"key":"description","value":"optional"},{"disabled":true,"description":{"content":"<p>Minimum expiration time in seconds for the payment link.</p>\n","type":"text/plain"},"key":"minExpiresIn","value":"3600"},{"disabled":true,"description":{"content":"<p>Maximum expiration time in seconds for the payment link.</p>\n","type":"text/plain"},"key":"maxExpiresIn","value":"86400"},{"disabled":true,"description":{"content":"<p>Minimum amount for the payment link, in the smallest unit of the currency (e.g., cents).</p>\n","type":"text/plain"},"key":"minAmount","value":"100"},{"disabled":true,"description":{"content":"<p>Maximum amount for the payment link, in the smallest unit of the currency (e.g., cents).</p>\n","type":"text/plain"},"key":"maxAmount","value":"1000"},{"disabled":true,"description":{"content":"<p>List of currencies to filter the payment links.</p>\n","type":"text/plain"},"key":"currencies","value":"USD,EUR"},{"disabled":true,"description":{"content":"<p>List of payment methods to filter the payment link.</p>\n","type":"text/plain"},"key":"paymentMethods","value":"pix,creditCard"},{"disabled":true,"description":{"content":"<p>The chosen payment method for the payment link.</p>\n","type":"text/plain"},"key":"chosenPaymentMethods","value":"creditCard"},{"disabled":true,"description":{"content":"<p>The unique order ID associated with the payment link.</p>\n","type":"text/plain"},"key":"orderId","value":"d028210d-78a2-48b1-872a-6b38d2650a29"},{"disabled":true,"description":{"content":"<p>The unique transaction ID associated with the payment link.</p>\n","type":"text/plain"},"key":"transactionId","value":"d028210d-78a2-48b1-872a-6b38d2650a29"},{"disabled":true,"description":{"content":"<p>List of statuses to filter the payment links.</p>\n","type":"text/plain"},"key":"status","value":"pending,paid"},{"disabled":true,"description":{"content":"<p>Starting date for filtering payment links, in ISO 8601 format.</p>\n","type":"text/plain"},"key":"from","value":"2023-01-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Ending date for filtering payment links, in ISO 8601 format.</p>\n","type":"text/plain"},"key":"to","value":"2023-12-31T23:59:59Z"},{"disabled":true,"description":{"content":"<p>Page number for pagination of results (default is 1).</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Maximum number of payment links to return per page (default is 10).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"disabled":true,"description":{"content":"<p>Sort order for the results (e.g., ASC for ascending, DESC for descending).</p>\n","type":"text/plain"},"key":"order","value":"DESC"}],"variable":[]}},"response":[{"id":"ba502e3e-f51d-4d35-a8b4-009a65e81b10","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/list","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links","list"],"query":[{"key":"description","value":"optional","description":"Optional description to filter the payment links by their description.","disabled":true},{"key":"minExpiresIn","value":"3600","description":"Minimum expiration time in seconds for the payment link.","disabled":true},{"key":"maxExpiresIn","value":"86400","description":"Maximum expiration time in seconds for the payment link.","disabled":true},{"key":"minAmount","value":"100","description":"Minimum amount for the payment link, in the smallest unit of the currency (e.g., cents).","disabled":true},{"key":"maxAmount","value":"1000","description":"Maximum amount for the payment link, in the smallest unit of the currency (e.g., cents).","disabled":true},{"key":"currency","value":"USD,EUR","description":"List of currencies to filter the payment links.","disabled":true},{"key":"paymentMethods","value":"pix,creditCard","description":"List of payment methods to filter the payment lin","disabled":true},{"key":"chosenPaymentMethod","value":"pix","description":"The chosen payment method for the payment link.","disabled":true},{"key":"orderId","value":"d028210d-78a2-48b1-872a-6b38d2650a29","description":"The unique order ID associated with the payment link.","disabled":true},{"key":"transactionId","value":"d028210d-78a2-48b1-872a-6b38d2650a29","description":"The unique transaction ID associated with the payment link.","disabled":true},{"key":"status","value":"pending,paid","description":"List of statuses to filter the payment links.","disabled":true},{"key":"from","value":"2023-01-01T00:00:00Z","description":"Starting date for filtering payment links, in ISO 8601 format.","disabled":true},{"key":"to","value":"2023-12-31T23:59:59Z","description":"Ending date for filtering payment links, in ISO 8601 format.","disabled":true},{"key":"page","value":"1","description":"Page number for pagination of results (default is 1).","disabled":true},{"key":"limit","value":"10","description":"Maximum number of payment links to return per page (default is 10).","disabled":true},{"key":"order","value":"DESC","description":"Sort order for the results (e.g., ASC for ascending, DESC for descending).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"4acc3c50-ac3d-48f3-bc17-0ba8ba854f8d"},{"key":"x-request-id","value":"9868ebbc-f597-40f3-af8c-40286bb38c30"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin,accept-encoding"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"Date","value":"Wed, 12 Mar 2025 18:20:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"1d841d85-822b-4460-8caa-6189b9f5525a\",\n            \"code\": \"E523E5\",\n            \"description\": \"Purchase of product Z\",\n            \"expiresIn\": 8500,\n            \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n            \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n            \"accountType\": \"full\",\n            \"region\": \"BR\",\n            \"amount\": 99.99,\n            \"currency\": \"BRL\",\n            \"currencies\": [\n                \"BRL\"\n            ],\n            \"paymentMethods\": [\n                \"pix\",\n                \"creditCard\"\n            ],\n            \"chosenPaymentMethod\": \"pix\",\n            \"orderId\": null,\n            \"transactionId\": null,\n            \"data\": {\n                \"pix\": {\n                    \"expiresIn\": 3600\n                }\n            },\n            \"status\": \"pending\",\n            \"notificationChannels\": [\n                \"f7fd75de-fa50-46eb-82ec-c223acc2b549\",\n                \"e76dd07a-46a3-4e9f-b251-4a8ddeaae37b\"\n            ],\n            \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n            \"origin\": \"Inovio\",\n            \"createdAt\": \"2025-03-14T13:37:01.838Z\",\n            \"updatedAt\": \"2025-03-14T13:37:01.838Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 10,\n        \"page\": 1,\n        \"totalRecords\": 1,\n        \"totalPages\": 1,\n        \"nextPage\": null,\n        \"prevPage\": null,\n        \"hasNextPage\": false,\n        \"hasPrevPage\": false\n    }\n}"}],"_postman_id":"b5bc431f-afaf-4b18-8e2c-04c7f3e716f9"},{"name":"Open Payment Link","id":"911e63d4-a786-495b-a98f-681a959ee6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"<p>It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"url":"{{BASE_URL}}/proxy/v1/payment-links/:code","description":"<p>This endpoint retrieves a specific payment link based on the code.</p>\n<h4 id=\"sample-response\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    \"id\": \"d03d8802-73ac-4dd5-82d2-88a7fde7ba79\",\n    \"code\": \"8E7FCA\",\n    \"description\": \"Purchase of product Y\",\n    \"expiresIn\": 3600,\n    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n    \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n    \"region\": \"BR\",\n    \"amount\": 0,\n    \"currency\": \"BRL\",\n    \"currencies\": [\n        \"BRL\"\n    ],\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\",\n    \"orderId\": null,\n    \"transactionId\": null,\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"status\": \"pending\",\n    \"notificationChannels\": [\n        \"f7fd75de-fa50-46eb-82ec-c223acc2b549\",\n        \"e76dd07a-46a3-4e9f-b251-4a8ddeaae37b\"\n    ],\n    \"createdAt\": \"2025-03-14T16:29:05.261Z\",\n    \"updatedAt\": \"2025-03-14T16:29:05.261Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["proxy","v1","payment-links",":code"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"ea35c216-4965-4136-b584-b23144a1f4a6","description":{"content":"<p>Payment link code</p>\n","type":"text/plain"},"type":"any","value":"","key":"code"}]}},"response":[{"id":"c7075339-9041-4fc8-9e2b-87c5f59fb934","name":"Payment Link Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code"],"variable":[{"key":"code","value":"test","description":"Payment link code"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"9a23be88-7818-4737-9ddb-58f67ea13fe5"},{"key":"x-request-id","value":"63d11191-be8d-4249-ae17-9eb8511bc4d5"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"98"},{"key":"Date","value":"Mon, 17 Mar 2025 16:57:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"PLK-001\",\n    \"message\": \"The payment link was not found\",\n    \"shortMessage\": \"PaymentLinkNotFound\"\n}"},{"id":"749ace5c-2ebe-4893-a99c-ae430449e024","name":"Open Payment Link Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. It is recommended to follow the string pattern: accountName_currency_acquirer."}],"url":{"raw":"{{BASE_URL}}/proxy/v1/payment-links/:code","host":["{{BASE_URL}}"],"path":["proxy","v1","payment-links",":code"],"variable":[{"key":"code","value":"8E7FCA","description":"Payment link code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"logger-request-id","value":"7a8da426-fbb6-4f63-82fb-8db84c038da3"},{"key":"x-request-id","value":"2f22fb7e-25e4-4511-add8-032f97cdd178"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"origin"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"content-length","value":"618"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Fri, 14 Mar 2025 20:35:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d03d8802-73ac-4dd5-82d2-88a7fde7ba79\",\n    \"code\": \"8E7FCA\",\n    \"description\": \"Purchase of product Y\",\n    \"expiresIn\": 3600,\n    \"merchantId\": \"d028210d-78a2-48b1-872a-6b38d2650a29\",\n    \"accountId\": \"c6ee0d6d-f1ea-4007-8b4c-3c67617ac7f3\",\n    \"region\": \"BR\",\n    \"amount\": 0,\n    \"currency\": \"BRL\",\n    \"currencies\": [\n        \"BRL\"\n    ],\n    \"paymentMethods\": [\n        \"pix\",\n        \"creditCard\"\n    ],\n    \"chosenPaymentMethod\": \"pix\",\n    \"orderId\": null,\n    \"transactionId\": null,\n    \"data\": {\n        \"pix\": {\n            \"expiresIn\": 3600\n        }\n    },\n    \"status\": \"pending\",\n    \"notificationChannels\": [\n        \"f7fd75de-fa50-46eb-82ec-c223acc2b549\",\n        \"e76dd07a-46a3-4e9f-b251-4a8ddeaae37b\"\n    ],\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"origin\": \"Inovio\",\n    \"createdAt\": \"2025-03-14T16:29:05.261Z\",\n    \"updatedAt\": \"2025-03-14T16:29:05.261Z\"\n}"}],"_postman_id":"911e63d4-a786-495b-a98f-681a959ee6a5"}],"id":"9fd5a9e8-0869-4711-a664-4c92bf4e44ea","_postman_id":"9fd5a9e8-0869-4711-a664-4c92bf4e44ea","description":""},{"name":"Risk Tool","item":[{"name":"Risk Tool Validation","id":"05643ee9-f8b1-4975-95c2-00bef7f03a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// PIX Request Example\n{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\",  //Optional\n    \"expiresIn\": 7200,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders","description":"<h2 id=\"processor-submission-and-expected-response\">Processor Submission and Expected Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Detail</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Transaction Stage</strong></td>\n<td>The transaction is not yet forwarded to the acquirer/processor at this stage. The risk check occurs before the processor step.</td>\n</tr>\n<tr>\n<td><strong>Forwarding &amp; Response</strong></td>\n<td>When/if the request is sent to the acquirer, the response will follow the pre-existing documented formats for each payment method:  <br />  <br />• <strong>Credit Card:</strong> <a href=\"https://third-party.docs.api.sandbox.convrt.cc/#6606cdfc-a192-4f77-bc8c-9304fa1b8200\">Credit Card API Documentation</a>  <br />• <strong>PIX:</strong> <a href=\"https://third-party.docs.api.sandbox.convrt.cc/#bc454c06-4a73-490b-b05f-c1c66a9a75fc\">PIX API Documentation</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-code-and-detailed-reason-structure\">Error Code and Detailed Reason Structure</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Detail</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Error Code</strong></td>\n<td>All risk-tool failures will return the error code: <strong>RISK-MANAGEMENT</strong>.</td>\n</tr>\n<tr>\n<td><strong>Validation Results</strong></td>\n<td>Each validation is provided in the <code>validations</code> object with the key <code>result</code>:  <br />  <br />• <code>\"positive\"</code> If the validation passed  <br />• <code>\"negative\"</code> If the validation failed  <br />  <br />The validations object indicates which checks have caused the failure by listing each specific validation outcome.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-fields-and-details-message\">Other Fields and Details Message</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Detail</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Other Fields</strong></td>\n<td>Additional fields (e.g., <code>origin</code> set to <code>\"riskManagement\"</code>) remain unchanged.</td>\n</tr>\n<tr>\n<td><strong>Details Message</strong></td>\n<td>The top-level <code>details</code> message follows a fixed template:  <br />[ \"The transaction was rejected because it failed the following risk validation(s): \" ]  <br />  <br />Only the part after the colon (<code>:</code>) changes, indicating the list of failing validations (e.g., Live Validation, Age Validation, Government Restrictions Validation).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","orders"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c4a5729b-8675-46bd-b272-fecd19f338ac","name":"Risk Tool Validation 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"// PIX Request Example\n{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\", //Optional\n    \"expiresIn\": 7200,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// Risk Tool validation error\n{\n    \"id\": \"e7377622-fd82-4aa8-b4ef-9ac6ef8dd9d8\",\n    \"status\": \"failed\",\n    \"amount\": 0.01,\n    \"emv\": \"\",\n    \"image\": \"\",\n    \"location\": \"\",\n    \"failedReason\": {\n        \"code\": \"RISK-MANAGEMENT\",\n        \"details\": \"The transaction was rejected because it failed the following risk validation(s): Live validation\",\n        \"origin\": \"riskManagement\",\n        \"data\": {\n            \"document\": \"01234567890\",\n            \"validations\": {\n                \"ageValidation\": {\n                    \"result\": \"positive\"\n                },\n                \"governmentRestrictionValidation\": {\n                    \"result\": \"positive\"\n                },\n                \"liveValidation\": {\n                    \"result\": \"negative\"\n                }\n            }\n        }\n    },\n    \"transactionFees\": []\n}"},{"id":"b64ed024-fe51-4634-a059-405116afccd4","name":"Risk Tool Validation 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"// PIX Request Example\n{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\", //Optional\n    \"expiresIn\": 7200,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// Risk Tool validation error\n{\n    \"id\": \"e7377622-fd82-4aa8-b4ef-9ac6ef8dd9d8\",\n    \"status\": \"failed\",\n    \"amount\": 0.01,\n    \"emv\": \"\",\n    \"image\": \"\",\n    \"location\": \"\",\n    \"failedReason\": {\n        \"code\": \"RISK-MANAGEMENT\",\n        \"details\": \"The transaction was rejected because it failed the following risk validation(s): Age validation\",\n        \"origin\": \"riskManagement\",\n        \"data\": {\n            \"document\": \"01234567890\",\n            \"validations\": {\n                \"ageValidation\": {\n                    \"result\": \"negative\"\n                },\n                \"governmentRestrictionValidation\": {\n                    \"result\": \"positive\"\n                },\n                \"liveValidation\": {\n                    \"result\": \"positive\"\n                }\n            }\n        }\n    },\n    \"transactionFees\": []\n}"},{"id":"e40939a2-28fa-407f-9d72-9054806879da","name":"Risk Tool Validation 3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"// PIX Request Example\n{\n    \"amount\": 0.60,\n    \"externalId\": \"279dc90b-9eef-4ad3-824c-1c070e72fa36\", //Optional\n    \"expiresIn\": 7200,\n    \"payer\": {\n        \"documentNumber\": \"01234567890\",\n        \"documentType\": \"CPF\",\n        \"name\": \"Name of payer\"\n    },\n    \"label\": \"transaction label\", //Optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// Risk Tool validation error\n{\n    \"id\": \"e7377622-fd82-4aa8-b4ef-9ac6ef8dd9d8\",\n    \"status\": \"failed\",\n    \"amount\": 0.01,\n    \"emv\": \"\",\n    \"image\": \"\",\n    \"location\": \"\",\n    \"failedReason\": {\n        \"code\": \"RISK-MANAGEMENT\",\n        \"details\": \"The transaction was rejected because it failed the following risk validation(s): Government restriction validation\",\n        \"origin\": \"riskManagement\",\n        \"data\": {\n            \"document\": \"01234567890\",\n            \"validations\": {\n                \"ageValidation\": {\n                    \"result\": \"positive\"\n                },\n                \"governmentRestrictionValidation\": {\n                    \"result\": \"negative\"\n                },\n                \"liveValidation\": {\n                    \"result\": \"positive\"\n                }\n            }\n        }\n    },\n    \"transactionFees\": []\n}"}],"_postman_id":"05643ee9-f8b1-4975-95c2-00bef7f03a88"}],"id":"794ba63c-af68-4d6a-88bc-0b7606f2a724","description":"<p>The Risk Tool is a comprehensive risk management solution that provides real-time validations for financial transactions, ensuring regulatory compliance and security in payment operations. The system integrates multiple validation providers and offers a unified API for different types of risk checks.</p>\n<h3 id=\"key-features\">Key Features</h3>\n<p>Available Risk Validations:</p>\n<ul>\n<li><p>Age Validation - Age compliance verification (Min. 18 in Brazil)</p>\n</li>\n<li><p>Live Validation - Vital status confirmation</p>\n</li>\n<li><p>Government Restriction Validation - Official blocklist verification</p>\n</li>\n</ul>\n<p>Regional Coverage:</p>\n<ul>\n<li>Support only Brazil validations (CPF/CNPJ)</li>\n</ul>\n<p>Supported Account Types:</p>\n<ul>\n<li><p>Pay In - Resource inflow</p>\n</li>\n<li><p>Pay Out - Resource outflow</p>\n</li>\n</ul>\n<p>Currently, risk validation only occurs for PIX, as it is the only payment method where the document number is mandatory, and it is through this number alone that risk validations can be performed.</p>\n<h1 id=\"additional-notes\">Additional Notes</h1>\n<p>Supplementary reference for the Credilink Risk Validation endpoint.</p>\n<hr />\n<h2 id=\"cache-behavior\">Cache Behavior</h2>\n<p>Successful validation results are stored in a <strong>Redis</strong> cache with a <strong>30-day TTL</strong> (2,592,000 seconds). The cache key follows the pattern:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>riskCheckResult:{documentNumber}:{providerName}:{validationType}\n\n</code></pre><p>If <strong>all</strong> requested validations for a given document already exist in cache, no call to the Credilink API is made — the cached results are returned directly. If <strong>any</strong> single validation is missing from cache, a full Credilink API call is performed for all validations.</p>\n<p>When a result is served from cache:</p>\n<ul>\n<li><p>The <code>origin</code> field in the validation object reads <code>\"cached\"</code> instead of <code>\"provider\"</code>.</p>\n</li>\n<li><p>The <code>providerReferenceId</code> field is <strong>absent</strong> (it is not stored in cache).</p>\n</li>\n<li><p>The validation message includes the <code>: cached:</code> indicator in its text, for example, <strong>\"The transaction was rejected because it failed the following risk validation(s): cached: Live validation\"</strong>.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-origin-reference\">Response Origin Reference</h2>\n<p>Each individual validation within the response includes an <code>origin</code> field indicating the data source:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><code>origin</code></th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>provider</code></td>\n<td>Result obtained from a direct call to the Credilink API</td>\n</tr>\n<tr>\n<td><code>cached</code></td>\n<td>Result served from Redis cache (no API call was made)</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>providerReferenceId</code> field (Credilink's <code>codigo_consulta</code>) is present <strong>only</strong> when <code>origin</code> is <code>\"provider\"</code> and the call was successful. Its presence confirms that a real query to Credilink was executed.</p>\n<hr />\n<h2 id=\"consolidated-result-priority\">Consolidated Result Priority</h2>\n<p>The final result of a validation request is determined by evaluating all individual validation results using the following priority (highest first):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Priority</th>\n<th>Result</th>\n<th>Condition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>FAILED</td>\n<td>Any validation encountered an error</td>\n</tr>\n<tr>\n<td>2</td>\n<td>NEGATIVE</td>\n<td>Any validation returned a negative result</td>\n</tr>\n<tr>\n<td>3</td>\n<td>NOT_APPLIED</td>\n<td>All validations were not applied</td>\n</tr>\n<tr>\n<td>4</td>\n<td>POSITIVE</td>\n<td>None of the above conditions apply</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"error-handling\">Error Handling</h2>\n<ul>\n<li><p>When the Credilink API call fails (network error, timeout, invalid credentials, or invalid data), <strong>all</strong> validations in that call are marked as <strong>FAILED</strong>.</p>\n</li>\n<li><p>FAILED results are <strong>not cached</strong> — only successful results (POSITIVE or NEGATIVE) are written to Redis.</p>\n</li>\n<li><p>In the transaction flow, a FAILED result <strong>does not block</strong> the transaction. It is treated as POSITIVE for flow-continuity purposes; only NEGATIVE results effectively block a transaction.</p>\n</li>\n</ul>\n","_postman_id":"794ba63c-af68-4d6a-88bc-0b7606f2a724"},{"name":"Debit Card","item":[{"name":"Create Debit Card Order","id":"2a3e0297-380d-46c9-ab22-0b6491c0e8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n"},{"key":"External-Connection","value":"{{EXTERNAL_CONNECTION}}","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 10,\n    // \"information\": \"information\", // optional\n    // \"externalId\": \"123456789\",  // optional\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"debitCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card","description":"<p>The endpoint makes an HTTP POST request to create a new order using a debit card. The request body should include the amount, external ID (optional), billing information, debit card details. The debit card details should include the token, first six and last four digits, expiration month and year, and optionally wallet information and threads pass through details.</p>\n<h3 id=\"operation-flow\">Operation flow</h3>\n<p>The flow of this operation will depend on the payment processor and whether the capture field sent in the request is true. This operation can be processed synchronously or asynchronously</p>\n<ul>\n<li>Synchronous: means that the processor has finished processing the payment and returned the result<ul>\n<li>The operation occurred synchronously when the status <strong>paid</strong> or <strong>failed</strong> was returned.</li>\n</ul>\n</li>\n<li>Asynchronous: means that the payment will be processed in the background and the response will be sent via webhooks and the convrt system will process the result<ul>\n<li>The operation occurred asynchronously when the status <strong>open</strong> was returned.</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"processing-method-by-acquirer-only-cielo-for-now\">Processing method by Acquirer (Only Cielo For now)</h5>\n<ul>\n<li>Capture: <code>true</code><ul>\n<li>Cielo: Synchronous</li>\n</ul>\n</li>\n<li>Capture: <code>false</code><ul>\n<li>Cielo: Synchronous</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"cielo-testing-instructions\">Cielo Testing Instructions</h3>\n<h4 id=\"homologation-and-production\">Homologation and Production</h4>\n<ul>\n<li>The billing document number property needs to be a CPF or CNPJ.</li>\n<li>If the <code>threadsPassThrough</code> field is provided with 3ds data, the <code>dsReferenceId</code> field must be provided with the <code>RequestID</code> returned in the authentication process.</li>\n</ul>\n<h3 id=\"notes\">Notes:</h3>\n<ul>\n<li>The externalId prop is an optional unique idempotency key saved in order's data. When request send a externalId that already exists, the saved order is returned and It's not updated. See <strong>Already saved External Id</strong> example.</li>\n<li>The capture prop is a boolean that indicates if the credit card order must be s<strong>tandalone authorization</strong> or a <strong>sale</strong>. If it's true, order will be salve as a sale, If it's false, order will be a <strong>standalone authorization</strong>. If capture prop is not sent, the default value is true.</li>\n<li>For standalone authorizations, the response will not contain the transactionId because it is only an authorization transaction. To obtain the transactionId, it is necessary to capture the transaction in the debit card capture API.</li>\n<li>During the creation of the order, validation may occur where risk tools are used. If validation results in failure, the request will be rejected and the reason for failure indicating the validations that failed.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>capture</code> (boolean): Indicates whether to capture the payment immediately.</li>\n<li><code>amount</code> (number): The amount of the order.</li>\n<li><code>externalId</code> (string, optional): An optional idempotency key.</li>\n<li><code>notificationUrl</code> (string): URL for receiving notifications.</li>\n<li><code>billing</code> (object): An object with different requirements according to acquirer. For more details, read the section below.</li>\n<li><code>debitCard.holderName</code>(string): Debit card holder name.</li>\n<li><code>debitCard.cardNumber</code> (string): Debit card full PAN.</li>\n<li><code>debitCard.cvv</code> (string): Credit card security code.</li>\n<li><code>debitCard.expMonth</code> (number): Expiration month of the credit card.</li>\n<li><code>debitCard.expYear</code> (number): Expiration year of the credit card.</li>\n<li><code>debitCard.threadsPassThrough.version</code> (enum(\"2.1.0\", \"2.2.0\")): Version of threads pass through.</li>\n<li><code>debitCard.threadsPassThrough.eci</code> (string): ECI (Electronic Commerce Indicator).</li>\n<li><code>debitCard.threadsPassThrough.authenticationValue</code> (string): Authentication value (CAVV/AAV).</li>\n<li><code>debitCard.threadsPassThrough.dsTransactionId</code> (string): DS transaction id returned by the third 3DS service. This ID is usually returned as a UUID.</li>\n<li><code>debitCard.threadsPassThrough.dsReferenceId</code> (string): DS reference id returned by the third 3DS service. This field works similarly to a traceId. It is returned in most cases and is used to <strong>track an authentication request</strong>.</li>\n<li><code>debitCard.threadsPassThrough.mode</code> (enum(\"challenge\", \"frictionless\")): Method used in 3DS authentication. Possible values: \"challenge\" or \"frictionless\".</li>\n<li><code>notificationUrl</code> (string): URL for receiving notifications.</li>\n</ul>\n<h4 id=\"request-body---billing\">Request Body - billing</h4>\n<p>As stated above, <code>billing</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>property</strong></th>\n<th><strong>type</strong></th>\n<th><strong>description</strong></th>\n<th><strong>PXP</strong></th>\n<th><strong>Pmi</strong></th>\n<th><strong>Xpate</strong></th>\n<th><strong>Inovio</strong></th>\n<th><strong>Cielo</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstName</code></td>\n<td><code>string</code></td>\n<td>First name of the customer</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td><code>string</code></td>\n<td>Last name of the customer</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><code>string</code></td>\n<td>Customer`s country</td>\n<td><code>required</code> only if <code>address</code>, <code>city</code>, <code>zip</code> or <code>phoneNumber</code> is defined</td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td><code>string</code></td>\n<td>Customer`s address</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td><code>string</code></td>\n<td>Customer`s city</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td><code>string</code></td>\n<td>Customer`s zip code</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>Customer`s email</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s phone number</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td><code>string</code></td>\n<td>Customer`s IP address</td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>documentNumber</code></td>\n<td><code>string</code></td>\n<td>Customer`s document number</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body---threadspassthrough\">Request Body - ThreadsPassThrough</h4>\n<p>As stated above, <code>debitCard.threadsPassThrough</code> properties can vary depending on acquirer. The table below contains the properties each acquirer supports</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>property</strong></th>\n<th><strong>type</strong></th>\n<th><strong>description</strong></th>\n<th><strong>PXP</strong></th>\n<th><strong>Pmi</strong></th>\n<th><strong>Xpate</strong></th>\n<th><strong>Inovio</strong></th>\n<th><strong>Cielo</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Is required?</code></td>\n<td></td>\n<td>3DS data</td>\n<td>False</td>\n<td>False</td>\n<td>True</td>\n<td>False</td>\n<td></td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td><code>string</code></td>\n<td>Type of 3DS validation (<code>challenge ou</code> <code>frictionless</code>)</td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>dsTransactionId</code></td>\n<td><code>string</code></td>\n<td>Id of validation</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>version</code></td>\n<td><code>string</code></td>\n<td>The version used in 3DS validation</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>eci</code></td>\n<td><code>string</code></td>\n<td>Electronic Commerce Indicator</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>optional</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n<tr>\n<td><code>authenticationValue</code></td>\n<td><code>string</code></td>\n<td>Authentication value resulted from 3DS validations</td>\n<td><code>optional</code></td>\n<td><code>optinal</code></td>\n<td><code>required</code></td>\n<td><code>optional</code></td>\n<td><code>required</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"risk-validation\">Risk Validation</h3>\n<p>Creating a payment is subject to undergoing a risk validation process. The transaction will only check risk validation if is provided the document number and if the documentNumber is a CPF.</p>\n<p>Risk validation is an anti-fraud procedure performed to determine whether the payer is eligible for the payment transaction. Currently, we consider the following criteria:</p>\n<ul>\n<li><strong>Age</strong>: Checks if the CPF holder, the payer, is of legal age.</li>\n<li><strong>Life Status</strong>: Verifies that the CPF holder does not have a death record—ensuring the person is alive at the time of the inquiry. This is important for preventing fraud or registration errors.</li>\n<li><strong>Government Restrictions</strong>: Assesses whether there are any active government restrictions on the CPF, such as prohibitions related to public agencies, which could hinder the transaction.</li>\n</ul>\n<h3 id=\"response-status\">Response status</h3>\n<ul>\n<li><code>200 Ok</code>: The order already exists, you will see the data of the created order. For a new order you must check the externalId property, it works as an idepotency key and the field must be unique to create a new order. A new order is created if you do not provide the field either.</li>\n<li><code>201 Created</code>: The order has been successfully created and the request has been processed by the processor, you will see the result in the response data.</li>\n<li><code>202 Accepted</code>: The order request has been accepted and the request will be processed by the processor, you will see the result in the response data.</li>\n</ul>\n<h3 id=\"bin-query-information-response\">BIN Query information response</h3>\n<ul>\n<li><code>cardBrand:</code> mastercard, amex, visa, elo</li>\n<li><code>cardType:</code> multiple, credit, debit or debit_meal</li>\n</ul>\n<h3 id=\"response-body\">Response body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"currency\": { \"type\": \"string\" },\n    \"orderId\": { \"type\": \"string\" },\n    \"paymentMethod\": { \"type\": \"string\" },\n    \"status\": { \"type\": \"string\" },\n    \"transactionFees\": { \"type\": \"array\" }\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n  }\n}\n\n</code></pre>\n<h3 id=\"processor-reason\">Processor Reason</h3>\n<ul>\n<li>Depending on the acquirer, this prop will be returned in case of creation error, it will be return the processor error reason with the follow properties:<ul>\n<li><code>processorCode</code>: It should return the error code from the acquirer when exists</li>\n<li><code>processorDetails</code>: It should return the error reason/details from the acquirer when exists</li>\n<li><code>processorName</code>: It should return the name of the acquirer responsible for the operation</li>\n<li><code>processorRaw</code>: It should return the other details to help to debug failures</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-codes\">Error Codes</h3>\n<ul>\n<li>Find below a detailed list of possible errors returned by the API, with reference codes and reason.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CCS-005</td>\n<td>Invalid credentials for Credit Card Service</td>\n</tr>\n<tr>\n<td>CCS-012</td>\n<td>Insufficient funds to complete operation</td>\n</tr>\n<tr>\n<td>CCS-013</td>\n<td>Invalid card number</td>\n</tr>\n<tr>\n<td>CCS-014</td>\n<td>Invalid CVV code</td>\n</tr>\n<tr>\n<td>CCS-015</td>\n<td>Invalid amount to create order</td>\n</tr>\n<tr>\n<td>CCS-016</td>\n<td>Invalid Card Brand</td>\n</tr>\n<tr>\n<td>CCS-017</td>\n<td>Invalid Currency</td>\n</tr>\n<tr>\n<td>CCS-018</td>\n<td>Service Unavailable</td>\n</tr>\n<tr>\n<td>CCS-019</td>\n<td>Something happened when creating transaction</td>\n</tr>\n<tr>\n<td>CCS-020</td>\n<td>Invalid Payment Account</td>\n</tr>\n<tr>\n<td>CCS-021</td>\n<td>Invalid Expiration Date</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-errors\">Response Errors</h3>\n<ul>\n<li>this endpoint may return the following errors:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ETC-002</td>\n<td>External Connection Does Not Exist.</td>\n<td>The system cannot establish a connection to the external service or resource.</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Account can't create pay in orders</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["proxy","v1","create-order-debit-card"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a06ff596-1750-4bc7-b948-2acde0c1ce13","name":"Create Credit Card Order Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 50,\n    \"externalId\": \"123456789\",\n    \"information\": \"information\", // optional\n    \"billing\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Jones\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"Brasil\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"+12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"holder name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"333\",\n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"currency\": \"BRL\",\n\t\"orderId\": \"da81b179-4a49-4359-87a5-d096f4f45d47\",\n\t\"paymentMethod\": \"debitCard\",\n\t\"status\": \"open\",\n\t\"transactionFees\": [],\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\"\n}"},{"id":"167b4f43-6a36-402c-9879-af3cb3f4b2f7","name":"External Connection Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"external connection","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 50.00,\n    \"externalId\": \"1\",\n    \"information\": \"information\", // optional\n    \"billing\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Jones\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"Brasil\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"+12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"holder name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"333\",\n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 1,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ETC-002\",\n    \"message\": \"External Connection Does Not Exist.\",\n    \"shortMessage\": \"ExternalConnectionDoesNotExist\"\n}"},{"id":"f195f2ba-76e8-41cc-862b-a27ea7cc33dd","name":"Already Saved External Id","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"lonzoId","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 200,\n    \"externalId\": \"Already saved externalId\",\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"Country\",\n        \"ipAddress\": \"127.0.0.1\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 2,\n        \"type\": \"standard\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"da81b179-4a49-4359-87a5-d096f4f45d47\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"open\",\n    \"transactionFees\": []\n}"},{"id":"02abba19-dab9-4ab4-beca-240ae6bd2f64","name":"Error With Processor Reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"b0c5c831-c25b-4a73-af81-1b3d8efe349a","description":"It is a required parameter to find account"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    //\"currency\": \"USD\",\n    //\"externalId\": \"dca234a03fd34eb-a86f04-47d4-8331u-b6ti2173309c64\", // opcional (idempotency key)\n    \"capture\": true, // optional (default 'true')\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"61610283015\",\n        \"address\": \"Address\",\n        \"city\": \"City\",\n        \"zip\": \"55336890\",\n        \"country\": \"EU\",\n        \"ipAddress\": \"127.0.0.1\",\n        \"email\": \"fake@mail.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Bruce Wayne\", // req\n        \"cardNumber\": \"4200350000000801\", // 13 - 19 req\n        \"cvv\": \"123\", // 3 - 4 req \n        \"expMonth\": 12,\n        \"expYear\": 2025,\n        //\"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        //\"walletName\": \"Bruce Wayne\", // Optional\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        },\n        \"installment\": 1,\n        \"type\": \"standard\" // standard - recurrent\n    }\n    // \"notificationUrl\": \"https://webhook.site/2ba2bd59-a89f-4cd9-bbfb-9a786d76c89f\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"597"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 09 Aug 2024 16:51:23 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66b64906-55c6f1885425cb943bb76e0a;Parent=0ae264c8b3e5ccc1;Sampled=0;lineage=c999a7c1:0|4d15bf8c:0"},{"key":"x-amzn-RequestId","value":"b1997a2b-5472-457a-af72-65a7d3f9710b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amz-apigw-id","value":"cQBZGGvWIAMEcWg="},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8348c06ca24c7faf1ae00ad6facc20b2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"R1KW5aYmCH9OyFfhbiHXw62s34T4ran-tof6eGj3rVoWSpnvWdjwXg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"USD\",\n    \"orderId\": \"068a2dc2-fae3-4440-a880-8a893a7f8405\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"processorReason\": {\n        \"processorCode\": \"N/A\",\n        \"processorDetails\": \"Decline for CVV2 failure\",\n        \"processorRaw\": {\n            \"reason\": \"Decline for CVV2 failure\",\n            \"customer_message\": \"An error has occurred\",\n            \"status\": \"error\"\n        },\n        \"processorName\": \"Xpate\"\n    },\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": [\n        {\n            \"id\": \"749be3de-2d68-4181-9da7-6a6b13a50611\",\n            \"name\": \"Taxa PayIn Full - CC - Authorization\",\n            \"value\": 0.1,\n            \"chargeMode\": \"requested\",\n            \"feeId\": \"ffe08515-32c7-4869-b328-a58b3a09bf69\",\n            \"operation\": \"creditCardAuthorization\",\n            \"rules\": [\n                {\n                    \"currency\": \"USD\",\n                    \"exchangeRate\": 1,\n                    \"ruleId\": \"7d5307b8-362f-4d28-a83c-3fecbd84b852\",\n                    \"min\": 0,\n                    \"max\": null,\n                    \"name\": \"Taxa PayIn Full - CC - Authorization\",\n                    \"type\": \"percentage\",\n                    \"value\": 0.1\n                }\n            ],\n            \"transactionId\": \"b9f918ba-d0f6-4148-89c6-ed80163ff572\",\n            \"createdAt\": \"2024-08-09T16:51:23.469Z\",\n            \"updatedAt\": \"2024-08-09T16:51:23.469Z\"\n        },\n        {\n            \"id\": \"c16ffaaa-b06c-4421-99bd-e7296bef2ddd\",\n            \"name\": \"Taxa PayIn Full - CC - Authorization\",\n            \"value\": 0.1,\n            \"chargeMode\": \"failed\",\n            \"feeId\": \"ffe08515-32c7-4869-b328-a58b3a09bf69\",\n            \"operation\": \"creditCardAuthorization\",\n            \"rules\": [\n                {\n                    \"currency\": \"USD\",\n                    \"exchangeRate\": 1,\n                    \"ruleId\": \"7d5307b8-362f-4d28-a83c-3fecbd84b852\",\n                    \"min\": 0,\n                    \"max\": null,\n                    \"name\": \"Taxa PayIn Full - CC - Authorization\",\n                    \"type\": \"percentage\",\n                    \"value\": 0.1\n                }\n            ],\n            \"transactionId\": \"b9f918ba-d0f6-4148-89c6-ed80163ff572\",\n            \"createdAt\": \"2024-08-09T16:51:23.469Z\",\n            \"updatedAt\": \"2024-08-09T16:51:23.469Z\"\n        }\n    ]\n}"},{"id":"eb44ab08-0798-4ba8-993c-bfd085e0d2f7","name":"Capture Option Is Not Available","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-012\",\n  \"message\": \"Unable to create a charge without capturing it.\",\n  \"shortMessage\": \"OptionNotAvailable\"\n}"},{"id":"fd7a3647-0f8d-4edc-9788-3a5740a8cbf3","name":"Amount Out Of Range","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-013\",\n  \"message\": \"The amount value has to be between $5.00 and $1000.00 for this provider.\",\n  \"shortMessage\": \"MinMaxAmountError\"\n}"},{"id":"7ca4f236-7aac-4fe8-8854-ea2a05931c86","name":"Not Option Available To 3DS param","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": false,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"AQS-017\",\n  \"message\": \"'mode' option in 3DS parameters is not available for provider\",\n  \"shortMessage\": \"ThreeDSOptionNotAvailable\"\n}"},{"id":"3b24aae1-41ce-4944-8b37-e6767b3f508e","name":"Redirect URl","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"95ac65e6-bc88-472c-be05-978e0d3584d3\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"open\",\n    \"nextStep\": {\n        \"redirect\": {\n            \"method\": \"get\",\n            \"params\": [],\n            \"url\": \"https://api.gateway.xpate.com/pay/9a969152-4d78-455a-be89-e8269ef2c6ba/0d86fe9a-f6fe-46a1-92fc-059d7910d9b9/authenticate/\"\n        },\n        \"type\": \"redirect\"\n    },\n    \"transactionFees\": [],\n    \"transactionId\": \"d53efeb8-4941-4527-8bd3-d595625ab564\"\n}"},{"id":"88bed3c2-9a9f-439e-bcb8-1cca5ed4035a","name":"Failed Status Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 100,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Bruce\",\n        \"lastName\": \"Wayne\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"example@email.com\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Holder Name\",\n        \"cardNumber\": \"4417123456789113\",\n        \"cvv\": \"123\",\n        \"expMonth\": 12,\n        \"expYear\": 2024,\n        \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"EUR\",\n    \"orderId\": \"8bb5c47b-32b9-4559-bdd2-ae19da488518\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Invalid CVV code\",\n    \"failedReason\": {\n        \"code\": \"CCS-014\",\n        \"details\": \"Invalid CVV code\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"5ff32c4d-0fa2-4a6e-8ea3-9932a5540538","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 5.01,\n    \"information\": \"information\", // optional\n    //\"externalId\": \"1\",\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"billing\": {\n        \"firstName\": \"Dennis\",\n        \"lastName\": \"Delarosa\",\n        \"documentNumber\": \"01234567890\",\n        \"address\": \"Rua Principal\",\n        \"city\": \"São Paulo\",\n        \"zip\": \"11222-100\",\n        \"country\": \"US\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"johnlenon.silva@luby.com.br\",\n        \"phoneNumber\": \"12133734253\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Dennis Delarosa\",\n        \"cardNumber\": \"\",\n        \"cvv\": \"\",\n        \"expMonth\": 6,\n        \"expYear\": 2027,\n        // \"walletId\": \"86536b02-e519-4f40-8712-6bd8d5e33115\", // Optional\n        // \"walletName\": \"Bruce Wayne\", // Optional\n        \"installment\": 1,\n        \"type\": \"standard\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.1.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\", // Authentication value (CAVV/AAV)\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\" // Optional\n        }\n    }\n    // \"currency\": \"BRL\" // optional\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"val-001\",\r\n    \"message\": \"Validation Error\",\r\n    \"shortMessage\": \"validationError\",\r\n    \"details\": {\r\n        \"processorName\": \"Cielo\",\r\n        \"validationData\": [\r\n            {\r\n                \"property\": \"billing\",\r\n                \"children\": [\r\n                    {\r\n                        \"property\": \"firstName\",\r\n                        \"constraints\": {\r\n                            \"isString\": \"firstName must be a string\",\r\n                            \"isNotEmpty\": \"firstName should not be empty\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"property\": \"lastName\",\r\n                        \"constraints\": {\r\n                            \"isString\": \"lastName must be a string\",\r\n                            \"isNotEmpty\": \"lastName should not be empty\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"property\": \"documentNumber\",\r\n                        \"constraints\": {\r\n                            \"isInstance\": \"documentNumber must be an instance of DocumentNumber\",\r\n                            \"isNotEmpty\": \"documentNumber should not be empty\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"c0674071-f289-4653-a636-b2a9126faa8f","name":"ABECS Error Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"currency\": \"BRL\", // OPTIONAL\n    \"billing\": {\n        \"firstName\": \"Ryan\",\n        \"lastName\": \"Eloy\",\n        \"documentNumber\": \"47708716861\",\n        \"address\": \"Avenida Reynaldo Porcari\",\n        \"city\": \"Jundiaí\",\n        \"zip\": \"13212-439\",\n        \"country\": \"BRA\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"test.holder@luby.com.br\",\n        \"phoneNumber\": \"11973041534\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Ryan M F Eloy\",\n        \"cardNumber\": \"2340132000588364\",\n        \"cvv\": \"970\",\n        \"expMonth\": 1,\n        \"expYear\": 2026,\n        \"installment\": 1,\n        \"type\": \"recurrent\",\n        \"threadsPassThrough\": {\n            \"mode\": \"frictionless\", // \"challenge\" | \"frictionless\" \n            \"version\": \"2.2.0\", // \"2.1.0\" | \"2.2.0\",\n            \"eci\": \"eci\",\n            \"authenticationValue\": \"NDI0NjMxNTM1MzE1OTg3MjA2Mjc=\",\n            \"dsTransactionId\": \"123456\",\n            \"dsReferenceId\": \"ff13f6f9-9403-41b5-b5c3-7f77f975c20e\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"91ded959-f2d6-452e-a596-00cae97103df\",\n    \"paymentMethod\": \"debitCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Autorizacao negada\",\n    \"processorReason\": {\n        \"processorCode\": \"51\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"91ded959f2d6452ea596\",\n            \"Customer\": {\n                \"Name\": \"Ryan Eloy\",\n                \"Identity\": \"47708716861\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"ryan.eloy@luby.com.br\",\n                \"Address\": {\n                    \"Street\": \"Avenida Reynaldo Porcari\",\n                    \"ZipCode\": \"13212-439\",\n                    \"City\": \"Jundiaí\",\n                    \"Country\": \"BRA\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"ServiceTaxAmount\": 0,\n                \"Installments\": 1,\n                \"Interest\": 1,\n                \"Capture\": true,\n                \"Authenticate\": false,\n                \"Recurrent\": true,\n                \"DebitCard\": {\n                    \"CardNumber\": \"234013******8364\",\n                    \"Holder\": \"Ryan M F Eloy\",\n                    \"ExpirationDate\": \"01/2026\",\n                    \"SaveCard\": true,\n                    \"CardToken\": \"9028f02a-ab93-4dac-8c99-0510985c8dd2\",\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"First\"\n                    }\n                },\n                \"Tid\": \"11085651044Q74R2160C\",\n                \"ProofOfSale\": \"148015\",\n                \"SoftDescriptor\": \"TEST\",\n                \"Provider\": \"Cielo\",\n                \"Eci\": \"7\",\n                \"IsQrCode\": false,\n                \"MerchantAdviceCode\": \"24\",\n                \"InitiatedTransactionIndicator\": {\n                    \"Category\": \"C1\",\n                    \"Subcategory\": \"CredentialsOnFile\"\n                },\n                \"SentOrderId\": \"91ded959f2d6452ea596\",\n                \"Amount\": 100,\n                \"ReceivedDate\": \"2025-10-26 13:09:06\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"51\",\n                \"PaymentId\": \"fe96e5e1-0fdb-4060-af5d-5a7a368effc8\",\n                \"Type\": \"CreditCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/fe96e5e1-0fdb-4060-af5d-5a7a368effc8\"\n                    }\n                ]\n            }\n        }\n    },\n    \"processorName\": \"Cielo\",\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": true,\n    \"failedReason\": {\n        \"code\": \"ABECS-51\",\n        \"details\": \"INSUFFICIENT BALANCE/LIMIT\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"},{"id":"05f93754-0da6-41bd-9397-3fce0f061206","name":"No 3DS  Error (Auth not performed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"It is a required parameter in the request, to allow access to the resource."},{"key":"External-Connection","value":"accountName_currency_acquirer","description":"It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer."}],"body":{"mode":"raw","raw":"{\n    \"capture\": true,\n    \"amount\": 10,\n    \"notificationUrl\": \"https://webhook.site/d06095ff-b17c-41c9-bba6-d236b320c8e7\",\n    \"currency\": \"BRL\", // OPTIONAL\n    \"billing\": {\n        \"firstName\": \"Ryan\",\n        \"lastName\": \"Eloy\",\n        \"documentNumber\": \"47708716861\",\n        \"address\": \"Avenida Reynaldo Porcari\",\n        \"city\": \"Jundiaí\",\n        \"zip\": \"13212-439\",\n        \"country\": \"BRA\",\n        \"ipAddress\": \"1.1.1.1\",\n        \"email\": \"test.holder@luby.com.br\",\n        \"phoneNumber\": \"11973041534\"\n    },\n    \"creditCard\": {\n        \"holderName\": \"Ryan M F Eloy\",\n        \"cardNumber\": \"2340132000588364\",\n        \"cvv\": \"970\",\n        \"expMonth\": 1,\n        \"expYear\": 2026\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/proxy/v1/create-order-debit-card"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"currency\": \"BRL\",\n    \"orderId\": \"b37e57e9-f2ed-4029-bfa7-31e19b486e52\",\n    \"paymentMethod\": \"creditCard\",\n    \"status\": \"failed\",\n    \"detail\": \"Autorizacao negada\",\n    \"processorReason\": {\n        \"processorCode\": \"AI\",\n        \"processorDetails\": \"Autorizacao negada\",\n        \"processorName\": \"Cielo\",\n        \"processorRaw\": {\n            \"MerchantOrderId\": \"b37e57e9f2ed4029bfa7\",\n            \"Customer\": {\n                \"Name\": \"Ryan Eloy\",\n                \"Identity\": \"47708716861\",\n                \"IdentityType\": \"CPF\",\n                \"Email\": \"ryan.eloy@luby.com.br\",\n                \"Address\": {\n                    \"Street\": \"Avenida Reynaldo Porcari\",\n                    \"ZipCode\": \"13212-439\",\n                    \"City\": \"Jundiaí\",\n                    \"Country\": \"BRA\",\n                    \"AddressType\": 0\n                }\n            },\n            \"Payment\": {\n                \"DebitCard\": {\n                    \"CardNumber\": \"536487******6348\",\n                    \"Holder\": \"Ryan M F Eloy\",\n                    \"ExpirationDate\": \"10/2034\",\n                    \"SaveCard\": true,\n                    \"Brand\": \"Master\",\n                    \"CardOnFile\": {\n                        \"Usage\": \"First\"\n                    }\n                },\n                \"Provider\": \"Cielo\",\n                \"Tid\": \"11085651044Q82RJL7TC\",\n                \"ProofOfSale\": \"147031\",\n                \"Authenticate\": true,\n                \"Recurrent\": false,\n                \"SentOrderId\": \"b37e57e9f2ed4029bfa7\",\n                \"Amount\": 200,\n                \"ReceivedDate\": \"2025-10-27 14:10:14\",\n                \"Status\": 3,\n                \"IsSplitted\": false,\n                \"ReturnMessage\": \"Autorizacao negada\",\n                \"ReturnCode\": \"AI\",\n                \"PaymentId\": \"fc22aba0-f58b-44a2-ad47-9d43540e82d5\",\n                \"Type\": \"DebitCard\",\n                \"Currency\": \"BRL\",\n                \"Country\": \"BRA\",\n                \"Links\": [\n                    {\n                        \"Method\": \"GET\",\n                        \"Rel\": \"self\",\n                        \"Href\": \"https://apiquery.cieloecommerce.cielo.com.br/1/sales/fc22aba0-f58b-44a2-ad47-9d43540e82d5\"\n                    }\n                ]\n            }\n        }\n    },\n    \"cardType\": \"multiple\",\n    \"cardBrand\": \"mastercard\",\n    \"retryAllowed\": false,\n    \"failedReason\": {\n        \"code\": \"ABECS-AI\",\n        \"details\": \"Transaction not authorized. Authentication not performed.\",\n        \"origin\": \"acquirer\"\n    },\n    \"transactionFees\": []\n}"}],"_postman_id":"2a3e0297-380d-46c9-ab22-0b6491c0e8bf"}],"id":"1040ac30-a9b9-4819-81de-2639b67d03d4","_postman_id":"1040ac30-a9b9-4819-81de-2639b67d03d4","description":""},{"name":"Account","item":[{"name":"Get Transaction","id":"3775faaf-0687-4bee-8e38-dcf88a5a6ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{THIRD_PARTY_PROXY_TOKEN}}","description":"<p>It is a required parameter in the request, to allow access to the resource.</p>\n","type":"text"},{"key":"External-Connection","value":"{{EXTERNAL_CONNECTION}}","description":"<p>It is a required parameter to find account. \nIt is recommended to follow the string pattern: accountName_currency_acquirer.</p>\n","type":"text"}],"url":"{{BASE_URL}}/proxy/v1/transactions/:transactionId","description":"<p>This route is used to consult a transaction by passing the transaction ID as path parameter.</p>\n","urlObject":{"path":["proxy","v1","transactions",":transactionId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>ID of the transaction</p>\n","type":"text/plain"},"type":"any","value":"14ab187e-c609-49f5-b96a-0e23cbedd7d0","key":"transactionId"}]}},"response":[],"_postman_id":"3775faaf-0687-4bee-8e38-dcf88a5a6ddd"}],"id":"33515cf9-7a89-46b7-b882-169fd4ecb4ab","_postman_id":"33515cf9-7a89-46b7-b882-169fd4ecb4ab","description":""}],"id":"5b4672da-5b5b-49ba-84b0-819c971e6609","description":"<p>The following endpoints is responsible for transactions management.</p>\n<h2 id=\"errors-that-may-occur\">Errors that may occur</h2>\n<p>Below are possible errors that may be returned during the creation of transactions. You could contact support for more details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ACS-001</td>\n<td>Failed to get account</td>\n<td>An internal error occurred while fetching account registration data, you can contact support for more information.</td>\n</tr>\n<tr>\n<td>AQS-001</td>\n<td>Failed to create charge</td>\n<td>An error occurred during the creation of the PIX QR code.</td>\n</tr>\n<tr>\n<td>AQS-002</td>\n<td>Failed to create refund</td>\n<td>An error occurred during the creation of the refund.</td>\n</tr>\n<tr>\n<td>AQS-003</td>\n<td>Refunds cannot be made for this transaction because the deadline for solutions has expired</td>\n<td>The refund cannot be processed as the request period has expired and it is no longer possible to process returns.</td>\n</tr>\n<tr>\n<td>AQS-004</td>\n<td>The transaction was not accepted because the account does not have a balancing setting, for more information please contact support.</td>\n<td>The account is not fully configured to perform transactions. Please contact support for further assistance.</td>\n</tr>\n<tr>\n<td>AQS-005</td>\n<td>An error occurred communicating with the transaction provider, for more information please contact support.</td>\n<td>An error occurred during the creation of the transaction.</td>\n</tr>\n<tr>\n<td>AQS-006</td>\n<td>The ${field} is invalid. Please check your input and try again</td>\n<td>One or more fields in the request are invalid. The \"field\" will be populated with the name of the invalid field. Example: The pix key is invalid. Please check your input and try again.</td>\n</tr>\n<tr>\n<td>AQS-007</td>\n<td>A simulation scenario was sent, for more information see the description of this API</td>\n<td>A simulation value was sent. This occurs in integration scenarios. If this error is unexpected, please contact support.</td>\n</tr>\n<tr>\n<td>AQS-008</td>\n<td>The ${field} not found. Please check your input and try again</td>\n<td>A field in the request was not found. The \"field\" will be populated with the name of the missing field. Please adjust the data and try again.</td>\n</tr>\n<tr>\n<td>AQS-009</td>\n<td>Failed to capture credit card payment</td>\n<td>An error occurred during the capture of the transaction.</td>\n</tr>\n<tr>\n<td>AQS-010</td>\n<td>Failed to make partial amount action, for more information please contact support.</td>\n<td>An error occurred while attempting to perform a partial amount action.</td>\n</tr>\n<tr>\n<td>AQS-011</td>\n<td>${message}</td>\n<td>An error occurred during the creation of the credit card transaction. The \"message\" will be populated with the reason for the failure.</td>\n</tr>\n<tr>\n<td>AQS-012</td>\n<td>Unable to create a charge without capturing it.</td>\n<td>It is not possible to create credit card transactions with the capture field set to false.</td>\n</tr>\n<tr>\n<td>AQS-013</td>\n<td>Amount is too low or too high</td>\n<td>The amount is either too low or too high to process the transaction.</td>\n</tr>\n<tr>\n<td>AQS-014</td>\n<td>Recurrent payments are not allowed</td>\n<td>Recurrent credit card transactions are not allowed with the capture field set to false. If you receive this error, please set the capture field to true.</td>\n</tr>\n<tr>\n<td>AQS-015</td>\n<td>'${field}' field is required for the processor</td>\n<td>The field is required to create the transaction. The \"field\" will be populated with the name of the required field. Example: pix key field is required for this processor.</td>\n</tr>\n<tr>\n<td>AQS-016</td>\n<td>This acquirer only accepts full cancellation</td>\n<td>Only full transaction cancellations are allowed.</td>\n</tr>\n<tr>\n<td>AQS-017</td>\n<td>'${field}' option in 3DS parameters is not available for provider</td>\n<td>The field is not supported as a 3DS data parameter. The \"field\" will be populated with the name of the required field. Example: version option in 3DS parameters is not available for provider.</td>\n</tr>\n<tr>\n<td>AQS-018</td>\n<td>The transaction was declined by the processor</td>\n<td>The transaction was declined by the processor.</td>\n</tr>\n<tr>\n<td>AQS-019</td>\n<td>The pix key has a invalid ownership</td>\n<td>The pix key does not belong to the receiver of the transaction. You must use a pix key that belongs to the receiver and try again.</td>\n</tr>\n<tr>\n<td>AQS-020</td>\n<td>Only one capture is allowed by the payment processor.</td>\n<td>The payment processor only allows one capture per order. You can cancel the remaining amount, create a new order and perform a full capture of that amount.</td>\n</tr>\n<tr>\n<td>AQS-021</td>\n<td>The processor does not accept refund for this transfer method</td>\n<td>The payment processor does not support refunding. For more information, please contact support.</td>\n</tr>\n<tr>\n<td>AQS-022</td>\n<td>Transaction declined by processor because there is a pending authorization on the credit card provided. Finalize the last order placed on that credit card by performing the capture or cancellation operation or use another credit card</td>\n<td>The payment processor only allows one authorization per credit card. You can finalize the last order created with the credit card provided, performing the capture and cancellation operations for the total amount of the order and try again.</td>\n</tr>\n<tr>\n<td>AQS-023</td>\n<td>The processor does not accept selected process method for this transfer method</td>\n<td>The payment processor does not support selected method. For more information, please contact support.</td>\n</tr>\n<tr>\n<td>AQS-024</td>\n<td>threadsPassThrough is not supported.</td>\n<td>External Threads PassThrough is not supported by acquirer</td>\n</tr>\n<tr>\n<td>AQS-025</td>\n<td>Authorization failed - SCA is required</td>\n<td>Transaction declined due to lack of 3DS authentication. Possibility that the card only works for debit transactions.</td>\n</tr>\n<tr>\n<td>AQS-026</td>\n<td>The processor does not support recurring payment by MIT</td>\n<td>Some processors does not support recurring payment by MIT because they implementing recurring payment like as payment with required 3ds confirmation</td>\n</tr>\n<tr>\n<td>AQS-027</td>\n<td>The processor does not accept this transfer method</td>\n<td>The transfer method chosen for the ewallet transaction is not supported by the processor.</td>\n</tr>\n<tr>\n<td>GEN-001</td>\n<td>Unknown error</td>\n<td>An internal error occurred during processing, you can contact support for more information.</td>\n</tr>\n<tr>\n<td>GEN-002</td>\n<td>{processName} failed</td>\n<td>A generic error that is triggered when something internal to the system does not work as it should</td>\n</tr>\n<tr>\n<td>IAT-001</td>\n<td>Your account is not allowed to create orders</td>\n<td>Your account type is not authorized to perform the transaction, it is not a payout or reserve account</td>\n</tr>\n<tr>\n<td>IAT-002</td>\n<td>Order Not Found</td>\n<td>Error fetching original order for recurrence</td>\n</tr>\n<tr>\n<td>IAT-009</td>\n<td>The order is not authorized</td>\n<td>The order is not authorized to perform the operation</td>\n</tr>\n<tr>\n<td>IAT-010</td>\n<td>Capturing the credit card order has already been completed</td>\n<td>The order capture process has already been completed and no new captures are permitted.</td>\n</tr>\n<tr>\n<td>IAT-011</td>\n<td>The requested amount is greater than the available amount</td>\n<td>The value provided is greater than that allowed to perform the operation</td>\n</tr>\n<tr>\n<td>IAT-012</td>\n<td>The order is not paid</td>\n<td>Order payment has not been completed</td>\n</tr>\n<tr>\n<td>IAT-013</td>\n<td>The original order is not recurrent</td>\n<td>The order is not of the recurring type and is not enabled to perform this operation.</td>\n</tr>\n<tr>\n<td>IAT-014</td>\n<td>The recurrent order is expired</td>\n<td>The order payment time has expired and it is not allowed to perform operations. You must create a new order.</td>\n</tr>\n<tr>\n<td>IAT-015</td>\n<td>Country or currency not belongs to transfer method</td>\n<td>The chosen currency does not belong to the chosen transfer method</td>\n</tr>\n<tr>\n<td>MRC-001</td>\n<td>Merchant account not found</td>\n<td>Account data not found</td>\n</tr>\n<tr>\n<td>NTF-001</td>\n<td>Failed to send notification</td>\n<td>An internal error occurred while sending notifications related to the request</td>\n</tr>\n<tr>\n<td>ONT-001</td>\n<td>Only open orders are allowed to update</td>\n<td>Only open orders allow status update operations</td>\n</tr>\n<tr>\n<td>ONT-005</td>\n<td>The provided paymentMethod provided is invalid for this operation</td>\n<td>The chosen payment method is not allowed for the transaction</td>\n</tr>\n<tr>\n<td>OPR-001</td>\n<td>To make operations, the account must have active status.</td>\n<td>To perform operations, the account must be active. Contact support to activate it.</td>\n</tr>\n<tr>\n<td>OPR-002</td>\n<td>The attachment exceeded the maximum size limit of 5mb.</td>\n<td>The provided attachment exceeds the maximum size allowed. A smaller file should be uploaded.</td>\n</tr>\n<tr>\n<td>OPR-003</td>\n<td>Invalid currency. Allowed currencies are: ${currencies.join(', ')}</td>\n<td>The currency you selected is invalid. You must choose one of the currencies provided in the error message.</td>\n</tr>\n<tr>\n<td>PIX-002</td>\n<td>An error occurred while getting account balance</td>\n<td>An internal error occurred during the account balance verification process</td>\n</tr>\n<tr>\n<td>PIX-011</td>\n<td>Pix key has a different ownership</td>\n<td>The document of the owner of the pix key is not the same as that provided in the request, you must provide a pix key that belongs to the document number provided or provide the document number of the owner of the pix key</td>\n</tr>\n<tr>\n<td>RFU-002</td>\n<td>There is already a pending refund transaction for this transaction</td>\n<td>There is already a refund in process for this transaction, you must wait for the pending process to be completed before making a new refund request.</td>\n</tr>\n<tr>\n<td>RFU-003</td>\n<td>A debit transaction cannot be reversed</td>\n<td>A debit transaction cannot be refunded manually.</td>\n</tr>\n<tr>\n<td>RFU-004</td>\n<td>An incomplete transaction cannot be refunded</td>\n<td>A transaction in process cannot be refunded. You must wait for the processing to complete before requesting a refund.</td>\n</tr>\n<tr>\n<td>RFU-005</td>\n<td>The full amount of this transaction has already been refunded</td>\n<td>The transaction has already been fully refunded. No further refunds are allowed.</td>\n</tr>\n<tr>\n<td>RFU-006</td>\n<td>The amount provided cannot be refunded because this transaction also has refunds of other types performed</td>\n<td>The refund cannot be accepted because the transaction has refunds from other sources that do not allow the amount to be refunded.</td>\n</tr>\n<tr>\n<td>SSE-001</td>\n<td>Failed to upload operation attachment</td>\n<td>An internal error occurred during the file saving process. You can contact support for more information.</td>\n</tr>\n<tr>\n<td>STR-001</td>\n<td>An error occurred while starting transaction’</td>\n<td>Error starting transaction in database</td>\n</tr>\n<tr>\n<td>TFS-001</td>\n<td>Failed to calculate fees</td>\n<td>An internal error occurred during the rate calculation process. Please contact support for more information.</td>\n</tr>\n<tr>\n<td>TSC-004</td>\n<td>An error has ocurred trying to create the transaction.</td>\n<td>An internal error occurred during the transaction saving process. You can contact support for more information.</td>\n</tr>\n<tr>\n<td>TSC-005</td>\n<td>The transaction amount is invalid.</td>\n<td>For a transaction to be accepted the value must be greater than zero</td>\n</tr>\n<tr>\n<td>TSC-006</td>\n<td>Your account is not allowed to create debit transactions</td>\n<td>The account is not enabled to create debit transactions due to its type</td>\n</tr>\n<tr>\n<td>TSC-014</td>\n<td>Description is required to refund transaction</td>\n<td>The description field is mandatory to request a transaction refund.</td>\n</tr>\n<tr>\n<td>TSC-018</td>\n<td>Mexican payment only accepts full refund</td>\n<td>This payment method only accepts full refund requests. Please adjust the amount so that it is equal to the total transaction amount.</td>\n</tr>\n<tr>\n<td>TSC-019</td>\n<td>Transaction is not refundable</td>\n<td>The transaction cannot be refunded.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Velocity erros</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Problem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TRV-{coutNumber}</td>\n<td><code>This value exceeds the transaction value limit of $ {maxValue}</code></td>\n<td>Due to the rule the transaction was not accepted, in this case you must choose a lower transaction amount.</td>\n</tr>\n<tr>\n<td>NTR-{countNumber}</td>\n<td><code>Max number of ${transactionsCounter} ${transactionsCounter &gt; 1 ? 'transactions' : 'transaction' } achieved in period of {periodAmount} {formattedPeriod} for document {documentNumber}</code></td>\n<td>Due to the amount of transactions generated in the specified period, the transaction was not accepted. In this case, you must wait before sending a new request.</td>\n</tr>\n<tr>\n<td>VTR-{countNumber}</td>\n<td>`This amount exceeds max volume of $ {periodAmount} achieved in period of {periodsCounter} {formattedPeriod} {'for document {documentNumber}'</td>\n<td>Due to the amount of transactions generated in the specified period, the transaction was not accepted. In this case, you must wait before sending a new request or choose a lower amount.</td>\n</tr>\n</tbody>\n</table>\n</div><p>legend:</p>\n<p>countNumber = rules counter for the rule type<br />ex: TRV-001, NTR-005</p>\n<p>maxValue = limit amount value to transaction</p>\n<p>transactionCounter = maximum number of transactions</p>\n<p>periodAmount = amount by period</p>\n<p>formattedPeriod = period type configured in the rule (minute | hour | day)</p>\n<p>documentNumber = number of document related in the transaction</p>\n<h2 id=\"authorization-denied-codes\">Authorization Denied Codes</h2>\n<p>This table describes the error codes for authorization denied.</p>\n<h4 id=\"cielo-codes\">Cielo Codes</h4>\n<ul>\n<li>For comprehensive reference, see the full list of return codes published by the Brazilian <strong>Association of Credit Card and Service Companies (ABECS)</strong> at:<a href=\"https://null\"></a><ul>\n<li><a href=\"#cielo\"></a><a href=\"https://docs.cielo.com.br/ecommerce-cielo/page/abecs#outros-c%C3%B3digos-retornados-em-returncode\">ABECS Return Codes</a></li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Brand</th>\n<th>Reason(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ABECS-4</td>\n<td>Elo</td>\n<td>REDO TRANSACTION (ISSUER REQUESTS RETRY)</td>\n</tr>\n<tr>\n<td>ABECS-5</td>\n<td>Elo</td>\n<td>GENERIC</td>\n</tr>\n<tr>\n<td>ABECS-6</td>\n<td>Elo</td>\n<td>CONSULT ACQUIRER</td>\n</tr>\n<tr>\n<td>ABECS-12</td>\n<td>Elo</td>\n<td>CARD ERROR</td>\n</tr>\n<tr>\n<td>ABECS-13</td>\n<td>Elo</td>\n<td>INVALID TRANSACTION AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-14</td>\n<td>Elo</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-19</td>\n<td>Elo</td>\n<td>ACQUIRER PROBLEM</td>\n</tr>\n<tr>\n<td>ABECS-23</td>\n<td>Elo</td>\n<td>INVALID INSTALLMENT AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-30</td>\n<td>Elo</td>\n<td>FORMAT ERROR (MESSAGING)</td>\n</tr>\n<tr>\n<td>ABECS-38</td>\n<td>Elo</td>\n<td>EXCEEDED PASSWORD/PURCHASE ATTEMPTS</td>\n</tr>\n<tr>\n<td>ABECS-41</td>\n<td>Elo</td>\n<td>LOST CARD</td>\n</tr>\n<tr>\n<td>ABECS-43</td>\n<td>Elo</td>\n<td>STOLEN CARD</td>\n</tr>\n<tr>\n<td>ABECS-46</td>\n<td>Elo</td>\n<td>CLOSED ACCOUNT</td>\n</tr>\n<tr>\n<td>ABECS-51</td>\n<td>Elo</td>\n<td>INSUFFICIENT BALANCE/LIMIT</td>\n</tr>\n<tr>\n<td>ABECS-54</td>\n<td>Elo</td>\n<td>EXPIRED CARD</td>\n</tr>\n<tr>\n<td>ABECS-55</td>\n<td>Elo</td>\n<td>INVALID PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-56</td>\n<td>Elo</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-57</td>\n<td>Elo</td>\n<td>TRANSACTION NOT ALLOWED FOR CARD</td>\n</tr>\n<tr>\n<td>ABECS-58</td>\n<td>Elo</td>\n<td>INVALID MERCHANT</td>\n</tr>\n<tr>\n<td>ABECS-59</td>\n<td>Elo</td>\n<td>SUSPECTED FRAUD/TRAVEL WARNING</td>\n</tr>\n<tr>\n<td>ABECS-61</td>\n<td>Elo</td>\n<td>EXCESS AMOUNT/WITHDRAWAL</td>\n</tr>\n<tr>\n<td>ABECS-62</td>\n<td>Elo</td>\n<td>TEMPORARY BLOCK (E.G. DELINQUENCY)</td>\n</tr>\n<tr>\n<td>ABECS-63</td>\n<td>Elo</td>\n<td>SECURITY VIOLATION (INVALID OR NOT PRESENT)</td>\n</tr>\n<tr>\n<td>ABECS-64</td>\n<td>Elo</td>\n<td>INVALID MINIMUM TRANSACTION AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-65</td>\n<td>Elo</td>\n<td>EXCEEDED WITHDRAWAL QUANTITY</td>\n</tr>\n<tr>\n<td>ABECS-75</td>\n<td>Elo</td>\n<td>EXCEEDED PASSWORD ATTEMPTS</td>\n</tr>\n<tr>\n<td>ABECS-76</td>\n<td>Elo</td>\n<td>INVALID OR NON-EXISTENT DESTINATION ACCOUNT</td>\n</tr>\n<tr>\n<td>ABECS-77</td>\n<td>Elo</td>\n<td>INVALID OR NON-EXISTENT ORIGIN ACCOUNT</td>\n</tr>\n<tr>\n<td>ABECS-78</td>\n<td>Elo</td>\n<td>NEW CARD WITHOUT UNBLOCKING (INCLUDES CARD BLOCKED BY CUSTOMER IN APP - E-COM NFC)</td>\n</tr>\n<tr>\n<td>ABECS-82</td>\n<td>Elo</td>\n<td>INVALID CARD (cryptogram)</td>\n</tr>\n<tr>\n<td>ABECS-83</td>\n<td>Elo</td>\n<td>EXPIRED PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-91</td>\n<td>Elo</td>\n<td>ISSUER OFFLINE</td>\n</tr>\n<tr>\n<td>ABECS-96</td>\n<td>Elo</td>\n<td>SYSTEM FAILURE</td>\n</tr>\n<tr>\n<td>ABECS-AB</td>\n<td>Elo</td>\n<td>INCORRECT FUNCTION (DEBIT)</td>\n</tr>\n<tr>\n<td>ABECS-AC</td>\n<td>Elo</td>\n<td>INCORRECT FUNCTION (CREDIT)</td>\n</tr>\n<tr>\n<td>ABECS-FM</td>\n<td>Elo</td>\n<td>USE CHIP</td>\n</tr>\n<tr>\n<td>ABECS-P5</td>\n<td>Elo</td>\n<td>PASSWORD CHANGE/UNBLOCKING</td>\n</tr>\n<tr>\n<td>ABECS-P6</td>\n<td>Elo</td>\n<td>NEW PASSWORD NOT ACCEPTED</td>\n</tr>\n<tr>\n<td>ABECS-3</td>\n<td>Visa</td>\n<td>INVALID MERCHANT</td>\n</tr>\n<tr>\n<td>ABECS-4</td>\n<td>Visa</td>\n<td>PICK UP CARD</td>\n</tr>\n<tr>\n<td>ABECS-5</td>\n<td>Visa</td>\n<td>GENERIC</td>\n</tr>\n<tr>\n<td>ABECS-6</td>\n<td>Visa</td>\n<td>CARD ERROR</td>\n</tr>\n<tr>\n<td>ABECS-7</td>\n<td>Visa</td>\n<td>CONFIRMED FRAUD</td>\n</tr>\n<tr>\n<td>ABECS-12</td>\n<td>Visa</td>\n<td>FORMAT ERROR (MESSAGING)</td>\n</tr>\n<tr>\n<td>ABECS-13</td>\n<td>Visa</td>\n<td>INVALID TRANSACTION AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-14</td>\n<td>Visa</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-15</td>\n<td>Visa</td>\n<td>ISSUER NOT FOUND - INCORRECT BIN (acquirer denial)</td>\n</tr>\n<tr>\n<td>ABECS-19</td>\n<td>Visa</td>\n<td>ACQUIRER PROBLEM</td>\n</tr>\n<tr>\n<td>ABECS-39</td>\n<td>Visa</td>\n<td>INCORRECT FUNCTION (CREDIT)</td>\n</tr>\n<tr>\n<td>ABECS-41</td>\n<td>Visa</td>\n<td>LOST CARD</td>\n</tr>\n<tr>\n<td>ABECS-43</td>\n<td>Visa</td>\n<td>STOLEN CARD</td>\n</tr>\n<tr>\n<td>ABECS-46</td>\n<td>Visa</td>\n<td>CLOSED ACCOUNT</td>\n</tr>\n<tr>\n<td>ABECS-51</td>\n<td>Visa</td>\n<td>INSUFFICIENT BALANCE/LIMIT</td>\n</tr>\n<tr>\n<td>ABECS-52</td>\n<td>Visa</td>\n<td>INCORRECT FUNCTION (DEBIT)</td>\n</tr>\n<tr>\n<td>ABECS-53</td>\n<td>Visa</td>\n<td>INCORRECT FUNCTION (DEBIT)</td>\n</tr>\n<tr>\n<td>ABECS-54</td>\n<td>Visa</td>\n<td>EXPIRED CARD</td>\n</tr>\n<tr>\n<td>ABECS-55</td>\n<td>Visa</td>\n<td>INVALID PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-57</td>\n<td>Visa</td>\n<td>TRANSACTION NOT ALLOWED FOR CARD</td>\n</tr>\n<tr>\n<td>ABECS-58</td>\n<td>Visa</td>\n<td>TRANSACTION NOT ALLOWED TERMINAL CAPABILITY</td>\n</tr>\n<tr>\n<td>ABECS-59</td>\n<td>Visa</td>\n<td>SUSPECTED FRAUD/TRAVEL WARNING</td>\n</tr>\n<tr>\n<td>ABECS-61</td>\n<td>Visa</td>\n<td>EXCESS AMOUNT/WITHDRAWAL</td>\n</tr>\n<tr>\n<td>ABECS-62</td>\n<td>Visa</td>\n<td>TEMPORARY BLOCK (E.G. DELINQUENCY)</td>\n</tr>\n<tr>\n<td>ABECS-64</td>\n<td>Visa</td>\n<td>NON-COMPLIANCE WITH ANTI-MONEY LAUNDERING LAWS</td>\n</tr>\n<tr>\n<td>ABECS-65</td>\n<td>Visa</td>\n<td>EXCEEDED WITHDRAWAL QUANTITY</td>\n</tr>\n<tr>\n<td>ABECS-74</td>\n<td>Visa</td>\n<td>EXPIRED PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-75</td>\n<td>Visa</td>\n<td>EXCEEDED PASSWORD ATTEMPTS/PURCHASES</td>\n</tr>\n<tr>\n<td>ABECS-76</td>\n<td>Visa</td>\n<td>INVALID REVERSAL</td>\n</tr>\n<tr>\n<td>ABECS-78</td>\n<td>Visa</td>\n<td>NEW CARD WITHOUT UNBLOCKING (INCLUDES CARD BLOCKED BY CUSTOMER IN APP - E-COM NFC) - new cardholder not activated or card temporarily blocked</td>\n</tr>\n<tr>\n<td>ABECS-81</td>\n<td>Visa</td>\n<td>EXPIRED PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-82</td>\n<td>Visa</td>\n<td>INVALID CARD (cryptogram)</td>\n</tr>\n<tr>\n<td>ABECS-86</td>\n<td>Visa</td>\n<td>INVALID PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-91</td>\n<td>Visa</td>\n<td>ISSUER OFFLINE</td>\n</tr>\n<tr>\n<td>ABECS-92</td>\n<td>Visa</td>\n<td>NOT FOUND BY ROUTER</td>\n</tr>\n<tr>\n<td>ABECS-93</td>\n<td>Visa</td>\n<td>TRANSACTION DENIED DUE TO LAW VIOLATION</td>\n</tr>\n<tr>\n<td>ABECS-94</td>\n<td>Visa</td>\n<td>DUPLICATE TRACING DATA VALUE</td>\n</tr>\n<tr>\n<td>ABECS-96</td>\n<td>Visa</td>\n<td>SYSTEM FAILURE</td>\n</tr>\n<tr>\n<td>ABECS-6P</td>\n<td>Visa</td>\n<td>ID VALIDATION FAILURE</td>\n</tr>\n<tr>\n<td>ABECS-B1</td>\n<td>Visa</td>\n<td>SURCHARGE NOT SUPPORTED</td>\n</tr>\n<tr>\n<td>ABECS-B2</td>\n<td>Visa</td>\n<td>SURCHARGE NOT SUPPORTED BY DEBIT NETWORK</td>\n</tr>\n<tr>\n<td>ABECS-N0</td>\n<td>Visa</td>\n<td>FORCE STIP</td>\n</tr>\n<tr>\n<td>ABECS-N3</td>\n<td>Visa</td>\n<td>CASH ADVANCE NOT AVAILABLE</td>\n</tr>\n<tr>\n<td>ABECS-N4</td>\n<td>Visa</td>\n<td>EXCESS AMOUNT/WITHDRAWAL</td>\n</tr>\n<tr>\n<td>ABECS-N7</td>\n<td>Visa</td>\n<td>SECURITY VIOLATION (INVALID OR NOT PRESENT)</td>\n</tr>\n<tr>\n<td>ABECS-N8</td>\n<td>Visa</td>\n<td>DIFFERENCE - PRE-AUTHORIZATION</td>\n</tr>\n<tr>\n<td>ABECS-R0</td>\n<td>Visa</td>\n<td>SUSPENSION OF RECURRING PAYMENT FOR A SERVICE</td>\n</tr>\n<tr>\n<td>ABECS-R1</td>\n<td>Visa</td>\n<td>SUSPENSION OF RECURRING PAYMENT FOR ALL SERVICES</td>\n</tr>\n<tr>\n<td>ABECS-R2</td>\n<td>Visa</td>\n<td>TRANSACTION NOT QUALIFIED FOR VISA PIN</td>\n</tr>\n<tr>\n<td>ABECS-R3</td>\n<td>Visa</td>\n<td>SUSPENSION OF ALL AUTHORIZATION ORDERS</td>\n</tr>\n<tr>\n<td>ABECS-1</td>\n<td>Master</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-3</td>\n<td>Master</td>\n<td>INVALID MERCHANT</td>\n</tr>\n<tr>\n<td>ABECS-4</td>\n<td>Master</td>\n<td>PICK UP CARD</td>\n</tr>\n<tr>\n<td>ABECS-5</td>\n<td>Master</td>\n<td>GENERIC</td>\n</tr>\n<tr>\n<td>ABECS-12</td>\n<td>Master</td>\n<td>INVALID INSTALLMENT AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-13</td>\n<td>Master</td>\n<td>INVALID TRANSACTION AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-14</td>\n<td>Master</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-15</td>\n<td>Master</td>\n<td>ISSUER NOT FOUND - INCORRECT BIN (acquirer denial)</td>\n</tr>\n<tr>\n<td>ABECS-30</td>\n<td>Master</td>\n<td>ACQUIRER PROBLEM</td>\n</tr>\n<tr>\n<td>ABECS-41</td>\n<td>Master</td>\n<td>LOST CARD</td>\n</tr>\n<tr>\n<td>ABECS-43</td>\n<td>Master</td>\n<td>STOLEN CARD</td>\n</tr>\n<tr>\n<td>ABECS-51</td>\n<td>Master</td>\n<td>INSUFFICIENT BALANCE/LIMIT</td>\n</tr>\n<tr>\n<td>ABECS-54</td>\n<td>Master</td>\n<td>EXPIRED CARD</td>\n</tr>\n<tr>\n<td>ABECS-55</td>\n<td>Master</td>\n<td>INVALID PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-57</td>\n<td>Master</td>\n<td>TRANSACTION NOT ALLOWED FOR CARD</td>\n</tr>\n<tr>\n<td>ABECS-58</td>\n<td>Master</td>\n<td>TRANSACTION NOT ALLOWED TERMINAL CAPABILITY</td>\n</tr>\n<tr>\n<td>ABECS-61</td>\n<td>Master</td>\n<td>EXCESS AMOUNT/WITHDRAWAL</td>\n</tr>\n<tr>\n<td>ABECS-62</td>\n<td>Master</td>\n<td>DOMESTIC CARD - INTERNATIONAL TRANSACTION</td>\n</tr>\n<tr>\n<td>ABECS-63</td>\n<td>Master</td>\n<td>SECURITY VIOLATION (INVALID OR NOT PRESENT)</td>\n</tr>\n<tr>\n<td>ABECS-64</td>\n<td>Master</td>\n<td>NON-COMPLIANCE WITH ANTI-MONEY LAUNDERING LAWS</td>\n</tr>\n<tr>\n<td>ABECS-65</td>\n<td>Master</td>\n<td>EXCEEDED WITHDRAWAL QUANTITY</td>\n</tr>\n<tr>\n<td>ABECS-75</td>\n<td>Master</td>\n<td>EXCEEDED PASSWORD ATTEMPTS/WITHDRAWAL</td>\n</tr>\n<tr>\n<td>ABECS-88</td>\n<td>Master</td>\n<td>EXPIRED PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-91</td>\n<td>Master</td>\n<td>ISSUER OFFLINE</td>\n</tr>\n<tr>\n<td>ABECS-92</td>\n<td>Master</td>\n<td>NOT FOUND BY ROUTER</td>\n</tr>\n<tr>\n<td>ABECS-94</td>\n<td>Master</td>\n<td>DUPLICATE TRACING DATA VALUE</td>\n</tr>\n<tr>\n<td>ABECS-96</td>\n<td>Master</td>\n<td>SYSTEM FAILURE</td>\n</tr>\n<tr>\n<td>ABECS-100</td>\n<td>Amex</td>\n<td>GENERIC</td>\n</tr>\n<tr>\n<td>ABECS-101</td>\n<td>Amex</td>\n<td>EXPIRED CARD</td>\n</tr>\n<tr>\n<td>ABECS-106</td>\n<td>Amex</td>\n<td>EXCEEDED PASSWORD ATTEMPTS</td>\n</tr>\n<tr>\n<td>ABECS-109</td>\n<td>Amex</td>\n<td>INVALID MERCHANT</td>\n</tr>\n<tr>\n<td>ABECS-110</td>\n<td>Amex</td>\n<td>INVALID TRANSACTION AMOUNT</td>\n</tr>\n<tr>\n<td>ABECS-115</td>\n<td>Amex</td>\n<td>CARD ERROR</td>\n</tr>\n<tr>\n<td>ABECS-116</td>\n<td>Amex</td>\n<td>INSUFFICIENT BALANCE/LIMIT</td>\n</tr>\n<tr>\n<td>ABECS-117</td>\n<td>Amex</td>\n<td>INVALID PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-121</td>\n<td>Amex</td>\n<td>INSUFFICIENT BALANCE/LIMIT</td>\n</tr>\n<tr>\n<td>ABECS-122</td>\n<td>Amex</td>\n<td>CARD NUMBER DOES NOT BELONG TO ISSUER</td>\n</tr>\n<tr>\n<td>ABECS-180</td>\n<td>Amex</td>\n<td>EXPIRED PASSWORD</td>\n</tr>\n<tr>\n<td>ABECS-181</td>\n<td>Amex</td>\n<td>FORMAT ERROR (MESSAGING)</td>\n</tr>\n<tr>\n<td>ABECS-200</td>\n<td>Amex</td>\n<td>TRANSACTION NOT ALLOWED FOR CARD</td>\n</tr>\n<tr>\n<td>ABECS-911</td>\n<td>Amex</td>\n<td>SYSTEM FAILURE</td>\n</tr>\n<tr>\n<td>ABECS-912</td>\n<td>Amex</td>\n<td>ISSUER OFFLINE</td>\n</tr>\n<tr>\n<td>ABECS-0</td>\n<td>OTHER</td>\n<td>Transaction authorized with success.</td>\n</tr>\n<tr>\n<td>ABECS-002</td>\n<td>OTHER</td>\n<td>Invalid credentials</td>\n</tr>\n<tr>\n<td>ABECS-2</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Transaction referred.</td>\n</tr>\n<tr>\n<td>ABECS-9</td>\n<td>OTHER</td>\n<td>Transaction partially cancelled with success.</td>\n</tr>\n<tr>\n<td>ABECS-11</td>\n<td>OTHER</td>\n<td>Transaction authorized with success for card issued abroad</td>\n</tr>\n<tr>\n<td>ABECS-21</td>\n<td>OTHER</td>\n<td>Cancellation not performed. Transaction not found.</td>\n</tr>\n<tr>\n<td>ABECS-22</td>\n<td>OTHER</td>\n<td>Invalid installment. Invalid number of installments.</td>\n</tr>\n<tr>\n<td>ABECS-24</td>\n<td>OTHER</td>\n<td>Invalid quantity of installments.</td>\n</tr>\n<tr>\n<td>ABECS-60</td>\n<td>OTHER</td>\n<td>Transaction not authorized.</td>\n</tr>\n<tr>\n<td>ABECS-67</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Card blocked for purchases today.</td>\n</tr>\n<tr>\n<td>ABECS-70</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Exceeded limit/no balance.</td>\n</tr>\n<tr>\n<td>ABECS-72</td>\n<td>OTHER</td>\n<td>Cancellation not performed. Available balance for cancellation insufficient.</td>\n</tr>\n<tr>\n<td>ABECS-79</td>\n<td>OTHER</td>\n<td>Mastercard transaction not allowed for the card</td>\n</tr>\n<tr>\n<td>ABECS-80</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Divergence in transaction/payment date.</td>\n</tr>\n<tr>\n<td>ABECS-82</td>\n<td>OTHER</td>\n<td>Mastercard transaction not authorized. Contact issuer</td>\n</tr>\n<tr>\n<td>ABECS-83</td>\n<td>OTHER</td>\n<td>Mastercard suspected fraud</td>\n</tr>\n<tr>\n<td>ABECS-85</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-89</td>\n<td>OTHER</td>\n<td>Transaction error.</td>\n</tr>\n<tr>\n<td>ABECS-90</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-97</td>\n<td>OTHER</td>\n<td>Value not allowed for this transaction.</td>\n</tr>\n<tr>\n<td>ABECS-98</td>\n<td>OTHER</td>\n<td>System/communication unavailable.</td>\n</tr>\n<tr>\n<td>ABECS-475</td>\n<td>OTHER</td>\n<td>Cancellation Timeout</td>\n</tr>\n<tr>\n<td>ABECS-999</td>\n<td>OTHER</td>\n<td>System/communication unavailable.</td>\n</tr>\n<tr>\n<td>ABECS-AA</td>\n<td>OTHER</td>\n<td>Timeout</td>\n</tr>\n<tr>\n<td>ABECS-AF</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-AG</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-AH</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Credit card being used with debit. Use credit function.</td>\n</tr>\n<tr>\n<td>ABECS-AI</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Authentication not performed.</td>\n</tr>\n<tr>\n<td>ABECS-AJ</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Credit or debit operation in an operation that only allows Private Label.</td>\n</tr>\n<tr>\n<td>ABECS-AV</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Invalid data</td>\n</tr>\n<tr>\n<td>ABECS-BD</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-BL</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Daily limit exceeded.</td>\n</tr>\n<tr>\n<td>ABECS-BM</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Invalid card</td>\n</tr>\n<tr>\n<td>ABECS-BN</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Card or account blocked.</td>\n</tr>\n<tr>\n<td>ABECS-BO</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-BP</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Non-existent account.</td>\n</tr>\n<tr>\n<td>ABECS-BP171</td>\n<td>OTHER</td>\n<td>Rejected by fraud risk (Velocity).</td>\n</tr>\n<tr>\n<td>ABECS-BP176</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-BP900</td>\n<td>OTHER</td>\n<td>Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-BP901</td>\n<td>OTHER</td>\n<td>Operation failure.</td>\n</tr>\n<tr>\n<td>ABECS-BP902</td>\n<td>OTHER</td>\n<td>Wait for the previous operation response.</td>\n</tr>\n<tr>\n<td>ABECS-BP903</td>\n<td>OTHER</td>\n<td>Cancellation failure.</td>\n</tr>\n<tr>\n<td>ABECS-BP904</td>\n<td>OTHER</td>\n<td>Cancellation query failure.</td>\n</tr>\n<tr>\n<td>ABECS-BR</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Account closed</td>\n</tr>\n<tr>\n<td>ABECS-C1</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Card cannot process debit transactions.</td>\n</tr>\n<tr>\n<td>ABECS-C2</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-C3</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-CF</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-CG</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-DF</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Card or invalid card.</td>\n</tr>\n<tr>\n<td>ABECS-DM</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Limit exceeded/no balance.</td>\n</tr>\n<tr>\n<td>ABECS-DQ</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-DS</td>\n<td>OTHER</td>\n<td>Transaction not allowed for the card</td>\n</tr>\n<tr>\n<td>ABECS-EB</td>\n<td>OTHER</td>\n<td>Number of installments greater than allowed.</td>\n</tr>\n<tr>\n<td>ABECS-EE</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Value of the installment inferior to the minimum allowed.</td>\n</tr>\n<tr>\n<td>ABECS-EK</td>\n<td>OTHER</td>\n<td>Transaction not allowed for the card</td>\n</tr>\n<tr>\n<td>ABECS-FC</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Contact Emissor</td>\n</tr>\n<tr>\n<td>ABECS-FE</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Divergence in transaction/payment date.</td>\n</tr>\n<tr>\n<td>ABECS-FF</td>\n<td>OTHER</td>\n<td>Cancellation OK</td>\n</tr>\n<tr>\n<td>ABECS-FG</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Contact AmEx 08007285090.</td>\n</tr>\n<tr>\n<td>ABECS-GA</td>\n<td>OTHER</td>\n<td>Wait for contact</td>\n</tr>\n<tr>\n<td>ABECS-GF</td>\n<td>OTHER</td>\n<td>Transaction denied.</td>\n</tr>\n<tr>\n<td>ABECS-GD</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-GT</td>\n<td>OTHER</td>\n<td>Transaction denied.</td>\n</tr>\n<tr>\n<td>ABECS-GK</td>\n<td>OTHER</td>\n<td>Transaction denied.</td>\n</tr>\n<tr>\n<td>ABECS-HJ</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Invalid operation code.</td>\n</tr>\n<tr>\n<td>ABECS-IA</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Invalid operation indicator.</td>\n</tr>\n<tr>\n<td>ABECS-KA</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-KB</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Incorrect option selected.</td>\n</tr>\n<tr>\n<td>ABECS-KE</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-NR</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-RP</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-SC</td>\n<td>OTHER</td>\n<td>Transaction not allowed.</td>\n</tr>\n<tr>\n<td>ABECS-U3</td>\n<td>OTHER</td>\n<td>Transaction not allowed. Validation failed.</td>\n</tr>\n<tr>\n<td>ABECS-6P</td>\n<td>OTHER</td>\n<td>Transaction not authorized. Invalid data</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5b4672da-5b5b-49ba-84b0-819c971e6609"}],"variable":[{"id":"f8761dfc-c401-4dda-a968-f4043725a4ac","key":"CARD_NUMBER","value":""},{"id":"479fb43d-6f43-4635-a2ce-568d984b25c0","key":"CVV","value":""},{"id":"64097bca-616e-4b36-8db5-7596532dc255","key":"AUTH_VALUE","value":""}]}