{ "info": { "_postman_id": "50ba0841-a3d0-47dc-8234-baa903988623", "name": "Super Checkout Sessions Payments API", "description": "Super Payments is empowering businesses with free payments, allowing them to offer customers a % Cash Reward, which is automatically deducted from their next purchase when they pay with Super. By rewarding customers in this way, they shop more often and buy more with a business. In addition, Cash Rewards boost customer loyalty and retention, with better conversion rates at typically higher average order values. Cash Rewards also increase adoption of Super Payments as the checkout method, meaning more free payments for your business.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:05:56.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-50ba0841-a3d0-47dc-8234-baa903988623" }, "item": [ { "name": "payments", "item": [ { "name": "{transactionId}", "item": [ { "name": "Get payment transaction", "id": "3e9d6fd3-ac75-4929-ad36-5fd94c210e8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "id": "db048b66-91c4-4289-a749-a79924ddc5d7", "key": "transactionId", "value": "", "description": "(Required) Id of the payment transaction" } ] }, "description": "Poll for an individual payment transaction status to check its current state. Returns detailed information about the payment including its status, amount, and funding details with associated card metadata. This endpoint includes detailed information about payment intent funding attempts and their associated card metadata. Use this endpoint if your integration has not been configured to use webhooks. Payment transactions are returned in real-time as they update in our system." }, "response": [ { "id": "e4a46858-c143-4c39-9f29-ebd888e79d84", "name": "Payment transaction details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transactionId\": \"\",\n \"transactionReference\": \"\",\n \"transactionStatus\": \"PaymentSuccess\",\n \"transactionAmount\": \"\",\n \"metadata\": null,\n \"brandId\": \"\",\n \"fees\": [\n {\n \"currency\": \"\",\n \"feeCode\": \"\",\n \"feeAmountInMinorUnits\": \"\",\n \"chargeableAmountInMinorUnits\": \"\",\n \"fixedAmountInEffectInMinorUnits\": \"\",\n \"vatAmountInMinorUnits\": \"\",\n \"vatRateInEffect\": \"\",\n \"rateInEffect\": \"\",\n \"totalFeeAmountInclVatInMinorUnits\": \"\"\n },\n {\n \"currency\": \"\",\n \"feeCode\": \"\",\n \"feeAmountInMinorUnits\": \"\",\n \"chargeableAmountInMinorUnits\": \"\",\n \"fixedAmountInEffectInMinorUnits\": \"\",\n \"vatAmountInMinorUnits\": \"\",\n \"vatRateInEffect\": \"\",\n \"rateInEffect\": \"\",\n \"totalFeeAmountInclVatInMinorUnits\": \"\"\n }\n ],\n \"funding\": [\n {\n \"amount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"reference\": \"\",\n \"institutionId\": \"\",\n \"institutionName\": \"\",\n \"type\": \"BNPL\",\n \"dispute\": {\n \"disputeId\": \"\",\n \"fundingAttemptId\": \"\",\n \"provider\": \"\",\n \"providerRef\": \"\",\n \"disputeReason\": \"\",\n \"disputeStatus\": \"warning_under_review\",\n \"disputedAmount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"feeAmount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"hasEvidence\": \"\",\n \"submissionDeadline\": \"\",\n \"submissionCount\": \"\",\n \"resolved\": \"\",\n \"isRefundable\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"stripeDestinationPaymentId\": \"\"\n },\n \"fundingDetails\": {\n \"type\": \"\",\n \"threeDSAuthentication\": {\n \"status\": \"\",\n \"version\": \"\",\n \"authentication_flow\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"exemption_indicator\": \"\",\n \"result\": \"\",\n \"result_reason\": \"\",\n \"transaction_id\": \"\"\n },\n \"cvcCheck\": \"\",\n \"zipCheck\": \"\",\n \"riskFactor\": \"\",\n \"riskLevel\": \"\",\n \"fingerprint\": \"\",\n \"issuer\": \"\",\n \"address\": {\n \"city\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"country\": \"\"\n },\n \"country\": \"\",\n \"nameOnCard\": \"\",\n \"product\": \"\",\n \"funding\": \"\",\n \"authorisationCode\": \"\",\n \"failureCode\": \"\",\n \"last4\": \"\",\n \"cardDescription\": \"\",\n \"cardClassification\": \"CORPORATE\",\n \"walletType\": \"\",\n \"walletLast4\": \"\",\n \"providerData\": {\n \"qui9a\": \"\",\n \"consectetur__e1\": \"\",\n \"ipsum_c\": \"\"\n }\n }\n },\n {\n \"amount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"reference\": \"\",\n \"institutionId\": \"\",\n \"institutionName\": \"\",\n \"type\": \"OPEN_BANKING\",\n \"dispute\": {\n \"disputeId\": \"\",\n \"fundingAttemptId\": \"\",\n \"provider\": \"\",\n \"providerRef\": \"\",\n \"disputeReason\": \"\",\n \"disputeStatus\": \"won\",\n \"disputedAmount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"feeAmount\": {\n \"amount\": \"\",\n \"amountMultiplier\": \"\",\n \"currency\": \"\"\n },\n \"hasEvidence\": \"\",\n \"submissionDeadline\": \"\",\n \"submissionCount\": \"\",\n \"resolved\": \"\",\n \"isRefundable\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"stripeDestinationPaymentId\": \"\"\n },\n \"fundingDetails\": {\n \"type\": \"\",\n \"threeDSAuthentication\": {\n \"status\": \"\",\n \"version\": \"\",\n \"authentication_flow\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"exemption_indicator\": \"\",\n \"result\": \"\",\n \"result_reason\": \"\",\n \"transaction_id\": \"\"\n },\n \"cvcCheck\": \"\",\n \"zipCheck\": \"\",\n \"riskFactor\": \"\",\n \"riskLevel\": \"\",\n \"fingerprint\": \"\",\n \"issuer\": \"\",\n \"address\": {\n \"city\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"postalCode\": \"\",\n \"state\": \"\",\n \"country\": \"\"\n },\n \"country\": \"\",\n \"nameOnCard\": \"\",\n \"product\": \"\",\n \"funding\": \"\",\n \"authorisationCode\": \"\",\n \"failureCode\": \"\",\n \"last4\": \"\",\n \"cardDescription\": \"\",\n \"cardClassification\": \"CONSUMER\",\n \"walletType\": \"\",\n \"walletLast4\": \"\",\n \"providerData\": {\n \"adipisicinge\": \"\"\n }\n }\n }\n ],\n \"externalReference\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-e4a46858-c143-4c39-9f29-ebd888e79d84" }, { "id": "a2bec77b-ca30-43c6-9663-0b428234854a", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-a2bec77b-ca30-43c6-9663-0b428234854a" }, { "id": "d6a5c363-0ac0-4d55-8a50-790dfe7fdc05", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-d6a5c363-0ac0-4d55-8a50-790dfe7fdc05" }, { "id": "c8680e2f-8d44-4944-a11d-fb71e3debbe8", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-c8680e2f-8d44-4944-a11d-fb71e3debbe8" }, { "id": "872ad2f6-0618-4c2a-aca1-5eddfe41ca56", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-872ad2f6-0618-4c2a-aca1-5eddfe41ca56" }, { "id": "ec9d2689-0f8a-4fbc-8426-53601dc12dd5", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "payments", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-ec9d2689-0f8a-4fbc-8426-53601dc12dd5" } ], "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-3e9d6fd3-ac75-4929-ad36-5fd94c210e8a" } ], "id": "d6903c82-7790-4baf-a3ab-595229779c61", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-d6903c82-7790-4baf-a3ab-595229779c61" }, { "name": "search", "item": [ { "name": "Search payment transactions", "id": "6c2e5f74-4ba6-4795-8269-4a773110e455", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] }, "description": "Retrieve a list of payment transactions with filtering options. Results are paginated and can be filtered by various criteria including status, reference, and date range. Payment transactions are returned in reverse chronological order (newest first). If no filters are specified, all available payment transactions will be returned subject to pagination limits. Note that funding details and card metadata are not included in search results for performance reasons - use the individual payment transaction endpoint to access these details." }, "response": [ { "id": "013dc4a9-b4c5-4ca4-9b1e-8a7a66cd2e0e", "name": "List of payment transactions matching the search criteria.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pageSize\": \"\",\n \"nextPage\": \"\",\n \"hasNext\": \"\",\n \"items\": [\n {\n \"metadata\": null,\n \"transactionId\": \"\",\n \"transactionReference\": \"\",\n \"externalReference\": \"\",\n \"minorUnitAmount\": \"\",\n \"currency\": \"\",\n \"discountedAmount\": \"\",\n \"discountPercentage\": \"\",\n \"transactionStatus\": \"PaymentPending\",\n \"transactionStatusChangedAt\": \"\",\n \"createdAt\": \"\",\n \"payerName\": \"\",\n \"settlementReference\": \"\",\n \"brandId\": \"\"\n },\n {\n \"metadata\": {\n \"in_9\": \"\",\n \"occaecatb1\": \"\"\n },\n \"transactionId\": \"\",\n \"transactionReference\": \"\",\n \"externalReference\": \"\",\n \"minorUnitAmount\": \"\",\n \"currency\": \"\",\n \"discountedAmount\": \"\",\n \"discountPercentage\": \"\",\n \"transactionStatus\": \"PaymentAbandoned\",\n \"transactionStatusChangedAt\": \"\",\n \"createdAt\": \"\",\n \"payerName\": \"\",\n \"settlementReference\": \"\",\n \"brandId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-013dc4a9-b4c5-4ca4-9b1e-8a7a66cd2e0e" }, { "id": "f3ab38b8-ab02-4677-881f-ac93c4b97d3a", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-f3ab38b8-ab02-4677-881f-ac93c4b97d3a" }, { "id": "2a926289-1781-4a36-bc02-281d5ecd87c3", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-2a926289-1781-4a36-bc02-281d5ecd87c3" }, { "id": "89714f47-f3f2-46a0-9fc0-737db72b2d74", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-89714f47-f3f2-46a0-9fc0-737db72b2d74" }, { "id": "3943d992-9b21-4006-a2f4-36f9c0e85ff0", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-3943d992-9b21-4006-a2f4-36f9c0e85ff0" }, { "id": "0a6c8bc0-05f8-419d-bb19-9ef7356f4835", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payments/search?transactionStatus=&transactionReference=&externalReference=&startDate=&endDate=&pageSize=&page=", "host": [ "{{baseUrl}}" ], "path": [ "payments", "search" ], "query": [ { "description": "Filter by transaction status. Can be a single status or an array of statuses.", "key": "transactionStatus", "value": "" }, { "description": "Filter by transaction reference.", "key": "transactionReference", "value": "" }, { "description": "Filter by external reference (e.g., order ID).", "key": "externalReference", "value": "" }, { "description": "Filter by start date (ISO 8601 format). Inclusive.", "key": "startDate", "value": "" }, { "description": "Filter by end date (ISO 8601 format). Inclusive.", "key": "endDate", "value": "" }, { "description": "Number of items to return per page.", "key": "pageSize", "value": "" }, { "description": "Page token for pagination (cursor).", "key": "page", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-0a6c8bc0-05f8-419d-bb19-9ef7356f4835" } ], "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-6c2e5f74-4ba6-4795-8269-4a773110e455" } ], "id": "e33a37ce-62af-49d5-acd3-e3718498fabd", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-e33a37ce-62af-49d5-acd3-e3718498fabd" }, { "name": "Create Payment Intent", "id": "9a56d72b-b5c5-4362-81f7-fa19bb46843c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] }, "description": "This endpoint is used to create a payment intent for e-commerce transactions. It requires the merchant integration to be set up and will return a payment intent object upon successful creation." }, "response": [ { "id": "fa97c451-eabc-4f46-b6fd-7b7e29d774fe", "name": "Initiate a payment intent", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"paymentInitiatorId\": \"\",\n \"brandId\": \"\",\n \"status\": \"PaymentFailed\",\n \"offSession\": \"\",\n \"redirectUrl\": \"\",\n \"externalReference\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-fa97c451-eabc-4f46-b6fd-7b7e29d774fe" }, { "id": "cfd8c562-3822-48c6-a1bf-2d8fb7dde224", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-cfd8c562-3822-48c6-a1bf-2d8fb7dde224" }, { "id": "37c0fadd-ba0e-4097-bfb5-30fbd13b38b9", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-37c0fadd-ba0e-4097-bfb5-30fbd13b38b9" }, { "id": "26cd0406-e0a7-4418-912b-de164665029d", "name": "Payment Required", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Payment Required", "code": 402, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\",\n \"extensions\": {\n \"issues\": {\n \"declineReason\": \"\",\n \"declineCode\": \"PAYMENT_METHOD_NOT_SUPPORTED\",\n \"declineClassification\": \"RESTRICTED\"\n }\n }\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-26cd0406-e0a7-4418-912b-de164665029d" }, { "id": "03d74787-59c7-4fc3-8115-ae8ecd240875", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-03d74787-59c7-4fc3-8115-ae8ecd240875" }, { "id": "4155bf26-055f-4ef4-adb4-2f87f7a4eebe", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-4155bf26-055f-4ef4-adb4-2f87f7a4eebe" }, { "id": "b6cc5c10-b27c-4080-aa8a-490ccc582260", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"currency\": \"\",\n \"paymentInitiatorId\": \"\",\n \"offSession\": \"\",\n \"paymentMethodId\": \"\",\n \"externalReference\": \"\",\n \"metadata\": {\n \"ad890\": \"\",\n \"Lorem_8\": \"\"\n },\n \"shippingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"billingAddress\": {\n \"addressLine1\": null,\n \"addressLine2\": null,\n \"addressLine3\": null,\n \"city\": null,\n \"country\": null,\n \"postCode\": null,\n \"firstName\": null,\n \"lastName\": null,\n \"phone\": null,\n \"email\": null\n },\n \"lineItems\": [\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n },\n {\n \"type\": \"\",\n \"data\": {\n \"flightNumber\": \"\",\n \"flightDate\": \"\",\n \"travellers\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"totalPrice\": \"\",\n \"currency\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payments", "host": [ "{{baseUrl}}" ], "path": [ "payments" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"type\": \"\",\n \"title\": \"\",\n \"detail\": \"\",\n \"instance\": \"\"\n}", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-b6cc5c10-b27c-4080-aa8a-490ccc582260" } ], "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-9a56d72b-b5c5-4362-81f7-fa19bb46843c" } ], "id": "2401b16e-1355-4b84-84c5-6592b9b3f054", "createdAt": "2026-07-28T03:05:57.000Z", "updatedAt": "2026-07-28T03:05:57.000Z", "uid": "35240-2401b16e-1355-4b84-84c5-6592b9b3f054" } ], "variable": [ { "key": "baseUrl", "value": "https://api.superpayments.com/2026-04-01" } ] }