{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"bf8b54624584565604854e59d8b56f94\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "f4b636f3-9a38-4081-9955-7088b650adab", "X-Runtime": "0.008070", "Expires": "0", "Content-Length": "588" }, "request_method": "GET", "request_path": "/api/admin/payment_transactions/5d5ecaeed4322a04dfbf72b9", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"transaction\": {\n \"_id\": \"5d5ecaeed4322a04dfbf72b9\",\n \"action\": \"authorize\",\n \"amount\": {\n \"cents\": 1100.0,\n \"currency_iso\": \"USD\"\n },\n \"canceled_at\": null,\n \"cancellation\": null,\n \"created_at\": \"2019-08-22T17:03:42.067Z\",\n \"payment_id\": \"1234\",\n \"reference_id\": null,\n \"response\": {\n \"success\": true,\n \"message\": \"Bogus Gateway: Forced success\",\n \"params\": {\n \"authorized_amount\": \"11.00\"\n },\n \"options\": {\n \"test\": true,\n \"authorization\": \"53433\",\n \"avs_result\": {\n \"code\": null,\n \"message\": null,\n \"street_match\": null,\n \"postal_match\": null\n },\n \"cvv_result\": null\n }\n },\n \"success\": true,\n \"tender_id\": \"5d5ecaecd4322a04dfbf72ac\",\n \"updated_at\": \"2019-08-22T17:03:42.067Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/payment_transactions/5d5ecaeed4322a04dfbf72b9\" -X GET " } ], "resource": "Payment transactions", "description": "Showing a payment transaction", "route": "/api/admin/payment_transactions/:id", "http_method": "GET" }